Add a BYOK API key
add_byok_keyAdd an API key to your project's BYOK pool for Anthropic, OpenAI, Firecrawl, Browserbase, or Cursor. Specify a label and priority for ordering; the key is encrypted in Supabase Vault.
Instructions
Add a new API key to the project's BYOK pool for a given provider (anthropic, openai, firecrawl, browserbase, cursor). Specify label and priority for ordering. The key is stored encrypted in Supabase Vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project id | |
| provider | Yes | Provider slug | |
| key | Yes | The API key value to add | |
| label | No | Human-readable label for this key | |
| priority | No | Priority for ordering (lower = higher priority) |