---
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.  The resolution
lives in ``services.account_features`` because the hosted backend resolves
the same flags in-process for its own ambient user; see that module.

The resolution's ``degraded`` marker is for callers that cache; a per-request
response is replaced by the next call either way.

## 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.
  - `is_admin` boolean, nullable
  - `ollama` boolean, nullable
  - `gpu_access` boolean, nullable
  - `gpu_h100_x8` boolean, nullable
  - `blind_testing` boolean, nullable
  - `slack_integration` boolean, nullable
  - `overage_eligible` boolean, nullable
  - `byok` boolean, nullable
  - `eap_access` boolean, nullable
  - `openai_compatible` boolean, nullable
  - `dev_diagnostics` boolean, nullable

## Changes

- **2026-09-22** `397ad3a1d858` — 1 warning
  - removed the optional property `autonomous_runs` from the response with the `200` status
- **2026-09-18** `abf76937a751` — 1 warning
  - removed the optional property `max_parallel_agents` from the response with the `200` status
- **2026-09-11** `678c0b580d43` — 1 warning
  - removed the optional property `github_oauth` from the response with the `200` status
- **2026-08-08** `399077308c86` — 1 info
  - added the optional property `blind_testing` to the response with the `200` status
- **2026-08-06** `b83470407807` — 1 info
  - added the optional property `gpu_h100_x8` to the response with the `200` status

[Change history](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/api/account/features/get.md)

---

[API](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/revisions/d61e2ec5a271?raw)
