v4

latestOpenAPI 3.1.02026-08-08349225311.7 KB
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
}