Base
Package base is managed Hanzo Base: a hosted backend for your app — collections, records, access rules and sign-in.
Package base is managed Hanzo Base: a hosted backend for your app — collections, records, access rules and sign-in.
| Base URL | https://api.hanzo.ai |
| Operations | 1 |
| Auth | Authorization: Bearer $HANZO_API_KEY |
base
GET /v1/base/health
Reports that the base subsystem is serving.
It is deliberately INDEPENDENT of whether this deployment actually embeds the Base engine: the route answers before the CLOUD_BASE_EMBED gate and before the /v1/base/* wildcard, so a liveness probe measures the process rather than an optional feature, and the wildcard can never shadow it. It reads no tenant, so a prober that sends no principal is answered rather than refused.
How is this guide?