API Reference
Hanzo Observe API
Per-org console product-detail data plane — live logs, RED metrics, health status, and per-product settings (hanzoai/cloud observe subsystem).
Per-org console product-detail data plane — live logs, RED metrics, health status, and per-product settings (hanzoai/cloud observe subsystem).
Hanzo Observe API · All API references →
| Base URL | https://api.hanzo.ai |
| Version | 1.0.0 |
| Operations | 5 |
Authentication
BearerAuth— HTTP bearer
All Hanzo APIs share one bearer credential and common error and pagination conventions. See API conventions.
curl -H "Authorization: Bearer $HANZO_API_KEY" https://api.hanzo.aiEndpoints
Logs
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/o11y/logs | Live org-scoped log stream for a product |
Metrics
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/o11y/metrics | Per-org RED metrics and LLM usage for a product |
Settings
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/settings/{product} | Read per-(org,product) settings |
PUT | /v1/settings/{product} | Write per-(org,product) settings |
Status
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/o11y/status | Live health status for a product |
How is this guide?