account

Get Account Features

Get feature eligibility flags for the authenticated account.

Authenticates via session token (JWT/cookie) or API key. Returns plan-based entitlements; omitted keys are unavailable. The is_admin flag is surfaced separately so the desktop can grant Quadrillion staff access to every gated feature via a single, explicit override rather than piggybacking on ollama.

get/api/account/features

Response

Successful Response

is_adminboolean nullable
ollamaboolean nullable
max_parallel_agentsinteger
gpu_accessboolean nullable
gpu_h100_x8boolean nullable
blind_testingboolean nullable
autonomous_runsboolean nullable
slack_integrationboolean nullable
overage_eligibleboolean nullable
byokboolean nullable
github_oauthboolean nullable
eap_accessboolean nullable
openai_compatibleboolean nullable
dev_diagnosticsboolean nullable

Example response

{
  "is_admin": true,
  "max_parallel_agents": 8
}

Changes

Changed in 2 of the 16 revisions of this API.2

    • added the optional property blind_testing to the response with the 200 status

      response-optional-property-added

    • added the optional property gpu_h100_x8 to the response with the 200 status

      response-optional-property-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog