Other

What the organisation is entitled to, and what it is using

GEThttps://backend.immut.io/api/v1/billing

Required 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

StatusMeaning
200Success Returns: plan, status, entitlements, and usage {storageBytes, users, workspaces}. A snapshot of what the organisation is entitled to and what it currently consumes.
400BadRequest
401Unauthorized
403Forbidden
429RateLimited

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