Adding a provider key
Go to Settings → Providers, pick a provider, and enter your API key.
Keys are encrypted at rest.
Rotating keys
- Get a new key from the provider’s console
- Update it in the dashboard
- The old key stops working immediately
Custom providers
For OpenAI-compatible providers not in the built-in catalog, add a custom provider under Org Settings → Custom Providers. You specify:- A name (appears in model pickers as
custom-provider/model-id) - A base URL (the provider’s API root)
- An API key
- Optional: custom auth header name (defaults to
Authorization: Bearer <key>)
