v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,4581,08113.3 MB
billing

Create a new cost center

Creates a new cost center for an enterprise. The authenticated user must be an enterprise admin.

post/enterprises/{enterprise}/settings/billing/cost-centers

Path parameters

enterprisestring required

The slug version of the enterprise name.

Request body

namestring required

The name of the cost center (max length 255 characters)

ai_credit_pool_enabledboolean

Whether the cost center draws from the AI credit pool.

This can only be enabled for cost centers that contain only user or team resources.

  • false — no cap; the cost center draws from the shared enterprise pool.
  • true — the cost center is capped at an amount derived from its members' license entitlements.

Response

Cost center created successfully

idstring

Unique identifier for the cost center

namestring

Name of the cost center

azure_subscriptionstring nullable

Azure subscription ID associated with the cost center. Only present for cost centers linked to Azure subscriptions.

state'active' | 'deleted'

State of the cost center.

ai_credit_pool_enabledboolean

Whether the cost center draws from the AI credit pool (capped from member license entitlements).