Hanzo
OpenapiO11y

Returns the deployment's global configuration: its public endpoints and which…

Returns the deployment's global configuration: its public endpoints and which identity providers are enabled.

GET /v1/o11y/global/config

Addresshttps://api.hanzo.ai/v1/o11y/global/config
MethodGET
Operationget_o11y_global_config
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the deployment's global configuration: its public endpoints and which identity providers are enabled. Open by design — the sign-in page reads it before anyone is signed in.

Open by design; the runtime's own gate is OpenAccess.

Request

GET /v1/o11y/global/config takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200o11y.O11yGlobalConfigOutok

200 body — 13 fields.

FieldInTypeAlwaysDescription
databodyo11y.O11yGlobalConfig
data.ai_assistant_urlbodystringAIAssistantURL is the AI assistant endpoint, when one is exposed.
data.external_urlbodystringExternalURL is the deployment's public URL.
data.identNbodyo11y.O11yIdentN
data.identN.apikeybodyo11y.O11yToggle
data.identN.apikey.enabledbodybooleanEnabled says whether the feature is on.
data.identN.impersonationbodyo11y.O11yToggle
data.identN.impersonation.enabledbodybooleanEnabled says whether the feature is on.
data.identN.tokenizerbodyo11y.O11yToggle
data.identN.tokenizer.enabledbodybooleanEnabled says whether the feature is on.
data.ingestion_urlbodystringIngestionURL is where telemetry is sent.
data.mcp_urlbodystringMCPURL is the MCP endpoint, when one is exposed.
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y global config

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page