Error
A valid request URL is required to generate request examples{
"affected_users": 123,
"failed_users": 123,
"skipped_users": 123,
"user_ids": [
"<string>"
],
"fields": [
"<string>"
],
"applied": true,
"vk_sync_errors": [
"<string>"
]
}{
"event_id": "<string>",
"type": "<string>",
"is_bifrost_error": true,
"status_code": 123,
"error": {
"type": "<string>",
"code": "<string>",
"message": "<string>",
"param": "<string>",
"event_id": "<string>"
},
"extra_fields": {
"provider": "anthropic",
"model_requested": "<string>",
"request_type": "<string>"
}
}{
"event_id": "<string>",
"type": "<string>",
"is_bifrost_error": true,
"status_code": 123,
"error": {
"type": "<string>",
"code": "<string>",
"message": "<string>",
"param": "<string>",
"event_id": "<string>"
},
"extra_fields": {
"provider": "anthropic",
"model_requested": "<string>",
"request_type": "<string>"
}
}Access Profiles
Propagate template changes to user copies
Pushes selected fields from the template to every user that holds a copy.
Use dry_run: true to preview the impact. By default, accumulated usage is preserved.
POST
/
api
/
governance
/
access-profiles
/
{profile_id}
/
propagate
Error
A valid request URL is required to generate request examples{
"affected_users": 123,
"failed_users": 123,
"skipped_users": 123,
"user_ids": [
"<string>"
],
"fields": [
"<string>"
],
"applied": true,
"vk_sync_errors": [
"<string>"
]
}{
"event_id": "<string>",
"type": "<string>",
"is_bifrost_error": true,
"status_code": 123,
"error": {
"type": "<string>",
"code": "<string>",
"message": "<string>",
"param": "<string>",
"event_id": "<string>"
},
"extra_fields": {
"provider": "anthropic",
"model_requested": "<string>",
"request_type": "<string>"
}
}{
"event_id": "<string>",
"type": "<string>",
"is_bifrost_error": true,
"status_code": 123,
"error": {
"type": "<string>",
"code": "<string>",
"message": "<string>",
"param": "<string>",
"event_id": "<string>"
},
"extra_fields": {
"provider": "anthropic",
"model_requested": "<string>",
"request_type": "<string>"
}
}This endpoint is available in Bifrost Enterprise only.
Authorizations
ManagementBearerAuthBasicAuth
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 ofBasicAuth).
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.
Path Parameters
Body
application/json
Minimum array length:
1Available options:
provider_configs, budgets, rate_limit, mcp_tool_groups, mcp_servers, mcp_tool_overrides Empty or omitted = all users with a copy of this profile.
Filter by SCIM group or team IDs.
If true, zero out budget and rate-limit usage on cloned rows. Default false (preserves usage).
Was this page helpful?

