Skip to main content
POST
/
v1
/
workspaces
/
{workspace_id}
/
budgets
Create a Budget
curl --request POST \
  --url https://api.auriko.ai/v1/workspaces/{workspace_id}/budgets \
  --header 'Authorization: Bearer <token>'
Creates a budget for the workspace. Requires owner or admin role.
  • workspace: Applies to all usage in the workspace
  • api_key: Applies to a specific API key (requires scope_id)
  • byok_provider: Applies to a BYOK provider (requires scope_provider)
This endpoint uses session authentication, not API key authentication. See Authentication.
See also: Budget management.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.