Report optional features enabled on this cluster
Returns boolean switches for each optional feature wired into the current deployment. Clients (dashboard, SDK) use this to decide whether to render feature-specific UI (quota selector on pool create, etc.) and whether the corresponding endpoints are available.
Returns boolean switches for each optional feature wired into the current deployment. Clients (dashboard, SDK) use this to decide whether to render feature-specific UI (quota selector on pool create, etc.) and whether the corresponding endpoints are available.
Authorization
ApiKeyAuth In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://feature-gates"{ "quota": true}{ "error": "string", "errorCode": "API_KEY_REQUIRED", "detail": null}{ "error": "string", "errorCode": "API_KEY_REQUIRED", "detail": null}List clusters visible to the gateway GET
Returns the cluster catalog visible to the gateway serving this request. The entry with `local: true` is the cluster that owns native-local resources (a sandbox created here without any `{clusterID}.` prefix lives in that cluster). Other entries are reachable via cross-cluster forwarding: prefix sandbox IDs with `{clusterID}.` (dot) and pool names with `{clusterID}::` (double colon) to route to them. This endpoint requires only a regular API key — it does not leak gateway URLs, headers, or any write-capability.
Create a sandbox pool POST
Next Page