Skip to main content
GET
Get credit balance

Authorizations

X-API-Key
string
header
required

Response

The organization's API credit balance for the current billing window.

credit_limit
integer
required

The provisioned monthly credit budget for the organization. A value of -1 means unlimited.

Example:

100000

used
integer
required

Credits consumed so far in the current billing window.

Example:

42000

remaining
integer
required

Credits left in the current billing window.

Example:

58000

unlimited
boolean
required

Whether the organization has an unlimited credit budget.

Example:

false

daily_cap
integer
required

The organization's own limit on credits spent per UTC day, set in the API console. A value of 0 means no daily limit is set, and daily_used and daily_remaining are then 0 as well.

Example:

5000

daily_used
integer
required

Credits spent by API calls today (UTC). The daily limit is a tighter ceiling on the same budget, so this is part of used, not additional to it. Specter Agent and MCP usage is not subject to the limit and is not counted here, though it does count towards used.

Example:

1200

daily_remaining
integer
required

Credits left before today's limit is reached.

Example:

3800