---
title: "Get Account Features"
method: GET
path: "/api/account/features"
tags: ["account"]
---

# Get Account Features

`GET /api/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``.

## Response `200`

Successful Response

- AccountFeaturesResponse — Response model for account feature flags. Only includes feature keys the user is eligible for. Omitted keys mean the feature is not available (except max_parallel_agents which always has a value).
  - `is_admin` boolean, nullable
  - `ollama` boolean, nullable
  - `max_parallel_agents` integer
  - `gpu_access` boolean, nullable
  - `gpu_h100_x8` boolean, nullable
  - `blind_testing` boolean, nullable
  - `autonomous_runs` boolean, nullable
  - `slack_integration` boolean, nullable
  - `overage_eligible` boolean, nullable
  - `byok` boolean, nullable
  - `github_oauth` boolean, nullable
  - `eap_access` boolean, nullable
  - `openai_compatible` boolean, nullable
  - `dev_diagnostics` boolean, nullable

---

[API](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quadrillion/quadrillion-cloud-api/revisions/dcf9b4550387/schema)
