---
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

## Changes

- **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-service-production.skmtc.workers.dev/v1/apis/quadrillion/quadrillion-cloud-api/revisions/f4de1bab5efb/schema)
