Other
What the organisation is entitled to, and what it is using
GET
https://backend.immut.io/api/v1/billingRequired scope: billing:read
Read entitlements rather than inferring capability from a plan name: access is granted per feature, and a name tells you nothing an agent can act on. There is no MCP tool for this one; GET /billing/usage is the upload allowance an agent actually needs before a sweep. Requires billing:read, which agent keys do not carry by default.
Read billing. Requires scope billing:read.
Responses
| Status | Meaning |
|---|---|
200 | Success Returns: plan, status, entitlements, and usage {storageBytes, users, workspaces}. A snapshot of what the organisation is entitled to and what it currently consumes. |
400 | BadRequest |
401 | Unauthorized |
403 | Forbidden |
429 | RateLimited |
Example
curl -X GET "https://backend.immut.io/api/v1/billing" \
-H "Authorization: Bearer $IMMUT_API_KEY"
Generated from the immut API contract, version 1.11.0. Machine-readable: this page as markdown · everything in one file · OpenAPI