Read the organization's spend budget
The ceiling on what this organization may spend on MCPJam-billed work — chat, evals, judges and computer time — in the current billing window, and how much of it has been spent.
Any member may read it: a member who cannot raise the ceiling still needs to know it exists, because it is what refused their run. capUsd: null means the organization is uncapped, which is the default.
Runs that use your own provider keys are never counted against the budget and never blocked by it. Neither is the free daily allowance — it is not credits.
Authorizations
MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.
Path Parameters
ID of the organization, from GET /organizations.
Response
The organization's spend budget.
An organization's ceiling on MCPJam-billed spend for the current billing window. Amounts appear in both USD and credits (1 credit = 1 cent); the credit figures are what the ledger actually stores.
The ceiling in USD. null means uncapped.
The same ceiling as the ledger stores it.
Whole percents of the cap that notify owners and admins. Reaching the cap always notifies, whether or not 100 is listed.
MCPJam-billed spend so far in this window, in USD.
The same spend as the ledger counted it.
Start of the current billing window (epoch ms). Team and enterprise organizations run on their own subscription cycle; everyone else on the UTC month.
When the window resets and the counter returns to zero (epoch ms).
Thresholds already announced this window. Each fires once per window.
When the cap was reached this window, or null.
When the budget was last changed (epoch ms).
The smallest budget the platform accepts.
The largest budget the platform accepts.
False for a personal organization, which cannot have a budget.

