Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Organization-level third-party provider key metadata
type IntegrationProvider = 'fal' | 'openrouter'; interface IntegrationKey { id: string; provider: IntegrationProvider; maskedKey: string; created_at: string; }
POST /org/integration-key
POST /org/integration-key/upsert
POST /org/integration-key/delete