Skip to main content
GET
/
features
Get enabled features for workspace
curl --request GET \
  --url https://api.blaxel.ai/v0/features \
  --header 'Authorization: Bearer <token>'
{
  "features": {
    "advanced_metrics": true,
    "gpu_deployments": true,
    "new_ui": true
  }
}

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Response

Map of enabled features (only enabled flags are included)

features
object

Map of feature keys to enabled state (always true). Disabled features are omitted.