Skip to main content
The dashboard stores provider API keys at the organisation level. When the gateway receives a request, it uses the org’s key for the requested provider.

Adding a provider key

Go to Settings → Providers, pick a provider, and enter your API key. Keys are encrypted at rest.

Rotating keys

  1. Get a new key from the provider’s console
  2. Update it in the dashboard
  3. The old key stops working immediately
No deploy needed. No restart needed.

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>)
Custom providers are org-scoped and don’t affect other orgs.
Provider settings