Raycast · Open Collection

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.

1
Requests
1
Folders
1.0
Version
View on GitHub Raw JSON ProductivityLauncherExtensionsSDKAImacOSOpen Collection

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.

Requests & Folders

SDK (no HTTP endpoints)

Related API Specs

Raycast Extension API (SDK) (OpenAPI) Raycast AI API (OpenAPI)
Back to Raycast · All Collections · GitHub