Raycast Extension API (SDK)
Raycast does not expose a public HTTP REST API. Its developer interface is the @raycast/api TypeScript/Node SDK (npm i @raycast/api), used to build extensions with React. AI, Storage, OAuth, Preferences, Clipboard, and UI components are SDK modules invoked locally inside extensions, not network endpoints. This collection is intentionally minimal and documents the SDK-based nature of the interface; there are no REST requests to fabricate.
Overview
Raycast Extension API (SDK) is a Open Collection published by Raycast on the APIs.io network, version 1.0.
Raycast does not expose a public HTTP REST API. Its developer interface is the @raycast/api TypeScript/Node SDK (npm i @raycast/api), used to build extensions with React. AI, Storage, OAuth, Preferences, Clipboard, and UI components are SDK modules invoked locally inside extensions, not network endpoints. This collection is intentionally minimal and documents the SDK-based nature of the interface; there are no REST requests to fabricate.
The collection contains 1 request organised into 1 folder.
Tagged areas include Productivity, Launcher, Extensions, SDK, and AI.