Skip to Content
APIHealthz

Healthz

/healthz is the gateway health endpoint. It is intentionally unauthenticated so process managers, load balancers, and monitors can check gateway liveness.

Endpoint

GET /healthz

Response

/healthz always returns HTTP 200 while the gateway process is healthy.

{ "ok": true, "agent_connected": false }
FieldDescription
okGateway process is running
agent_connectedWhether one agent is currently connected

Use ok for gateway process liveness. Use agent_connected to alert when the on-prem agent is disconnected and REST / MCP capability calls may return GATEWAY_AGENT_OFFLINE.