curl --request GET \
--url https://api.blaxel.ai/v0/features \
--header 'Authorization: Bearer <token>'{
"features": {
"advanced_metrics": true,
"gpu_deployments": true,
"new_ui": true
}
}Returns only the feature flags that are currently enabled for the specified workspace. Disabled features are not included to prevent information leakage.
curl --request GET \
--url https://api.blaxel.ai/v0/features \
--header 'Authorization: Bearer <token>'{
"features": {
"advanced_metrics": true,
"gpu_deployments": true,
"new_ui": true
}
}Was this page helpful?