Get Box limits
Check remaining machine starts, compute time, credits, access readiness, and concurrent-box capacity for the authenticated account. Pass org / X-Box-Org (or teamId) to read a team wallet you belong to.
Authorizations
Box bearer token in the form box_.... Service API keys authenticate Box operations.
Headers
Same as the org query parameter. Query wins when both are set.
Query Parameters
Billing wallet for this request. A team id you belong to reads that team's limits / bills a create to that team. Your own account id is personal. Boxes, snapshots, and environments stay creator-private.
Legacy alias for org. Takes precedence over org / X-Box-Org when set.
Response
Current creation and concurrent-box limits.
true
Stable success envelope discriminator added by v1.
Whether the authenticated account can create or operate boxes right now.
Account access state returned by the current backend. Billing endpoints are not part of v1.
"trial"
Plan caps for machine starts. Null on unlimited accounts. Create, fork and resume each count as one start.
Remaining machine starts in the rolling minute, hour and day windows. Null windows mean the account is unlimited.
Remaining machine time in hours (creditBalanceSeconds / 3600). Null on unlimited accounts.
Remaining purchased credit packs in hours.
Remaining purchased credit packs in dollars.
Present when limits were read for a team wallet (?teamId=, ?org=, or X-Box-Org).
Caller's role on that team when teamId is present.