curl --request GET \
--url https://api.blaxel.ai/v0/features/{featureKey} \
--header 'Authorization: Bearer <token>'{
"enabled": true,
"evaluatedAt": "2026-02-09T10:30:00Z",
"featureKey": "gpu_deployments",
"payload": {
"allowed_types": [
"A100",
"H100"
],
"max_gpus": 4
},
"variant": "variant_a"
}Evaluates a specific feature flag for the workspace with full details including variant and payload. Useful for testing and debugging feature flag targeting.
curl --request GET \
--url https://api.blaxel.ai/v0/features/{featureKey} \
--header 'Authorization: Bearer <token>'{
"enabled": true,
"evaluatedAt": "2026-02-09T10:30:00Z",
"featureKey": "gpu_deployments",
"payload": {
"allowed_types": [
"A100",
"H100"
],
"max_gpus": 4
},
"variant": "variant_a"
}OAuth2 authentication with JWT tokens
Name of the feature flag
Was this page helpful?