Terminology

An explanation of various terms used in this documentation.

Action

Actions are accessible via the Action Panel in a command. They are little functionality to control something; for example, to add a label to the selected GitHub issue, copy the link to a Linear issue, or anything else. Actions can have assigned keyboard shortcuts.

Action Panel

Action Panel is located on the bottom right and can be opened with K. It contains all currently available actions and makes them easily discoverable.

AI Extensions

AI Extensions are simply regular extensions that have tools. Once an extension has some tools, a user can @mention the extension in Quick AI, or the AI Commands, or the AI Chat. When doing so, the AI will have the opportunity to call one or multiple tools of the extensions mentioned.

Command

Commands are a type of entry point for an extension. Commands are available in the root search of Raycast. They can be a simple script or lists, forms, and more complex UI.

Extension

Extensions add functionality to Raycast. They consist of one or many commands and can be installed from the Store.

Manifest

Manifest is the package.json file of an extension. It's an npm package mixed with Raycast specific metadata. The latter is necessary to identify the package for Raycast and publish it to the Store.

Tool

Tools are a type of entry point for an extension. As opposed to a command, they don’t show up in the root search and the user can’t directly interact with them. Instead, they are functionalities that the AI can use to interact with an extension.

Last updated