Auth
Get caller identity
Authorization
ApiKeyAuth AGENTBOX-API-KEY<token>
In: header
Response Body
application/json
application/json
curl -X GET "https://auth/whoami"{ "role": "string", "user": "string", "team": "string"}{ "error": "string", "errorCode": "API_KEY_REQUIRED", "detail": null}List your own API keys (tenant) GET
Previous Page
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.