Skip to main content

Overview

Bifrost management API endpoints are the endpoints that interact directly with Bifrost itself, instead of sending inference requests to model providers. These include APIs for RBAC, governance, users, teams, virtual keys, providers, plugins, logs, configuration, and similar control-plane operations. Use an API key as the bearer token when calling these endpoints from scripts, backend services, CI jobs, or other automation.

Create An API Key

  1. Open the Bifrost dashboard.
  2. Go to Settings > API Keys.
  3. Click Create API Key.
  4. Give the key a recognizable name. Assign the scopes based on the permissions you would like to give the key.
  5. Create the key.
  6. Copy the generated key and store it in your secret manager.
Copy the generated key when it is shown and follow general security practices.

Management API Endpoints

Use this bearer token for management API endpoints that configure or inspect Bifrost. The following endpoint patterns use management API authentication in the OpenAPI spec: