Skip to main content
POST
Error
This path is deprecated and will be removed in the following major release. Use /api/governance/access-profiles instead.
This endpoint is available in Bifrost Enterprise only.

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <token>, where <token> is one of:

  • a Bifrost management API key,
  • a dashboard session token issued by POST /api/session/login,
  • base64 of <admin-username>:<admin-password> (legacy equivalent of BasicAuth).

Virtual keys (sk-bf-*) and the x-api-key header are not accepted on management APIs - the sole exception is GET /api/governance/virtual-keys/quota, which is virtual-key-only.

Body

application/json
name
string
required
Maximum string length: 255
description
string
tags
string[]
provider_configs
object[]
budgets
object[]
rate_limit
object
calendar_aligned
boolean
allow_all_providers
boolean
default:false

When true, grants access to every provider, including ones without a provider_configs entry and providers added later. A listed provider keeps its own model allow/blacklist, budgets, rate limits, and key selection; an unlisted provider gets all models, all keys, and no per-provider limits. When false (default), access is deny-by-default via provider_configs.

auto_rotation_interval

Schedule automatic rotation of the profile's managed virtual keys. Accepts a day count ("30d"), a Go duration ("12h"), or integer nanoseconds. Between 1h and 365d; omit, "" or 0 to leave it off.

Pattern: ^$|^[0-9]+d$|^([0-9]+(\.[0-9]+)?(ns|us|µs|ms|s|m|h))+$
Example:

"30d"

next_rotation_at
string<date-time>

Optional first rotation time; must be in the future and requires auto_rotation_interval. Defaults to now + interval.

mcp_tool_groups
object[]
mcp_servers
object[]
mcp_tool_overrides
object[]

Response

Profile created

access_profile
object