account
Get 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.
get/api/account/features
Response
Successful Response
Example response
{
"is_admin": true,
"max_parallel_agents": 8
}