Skip to main content
POST
Error
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.

Path Parameters

business_unit_id
string
required

Business unit ID

Body

application/json

Create business unit governance request. The business unit is identified by the {id} path parameter. At least one of budget or rate_limit is required.

budget
object
required

Create budget request

rate_limit
object

Create rate limit request

Response

Business unit governance created successfully

Business unit governance operation response

message
string
business_unit
object

Business unit configuration with governance association