API Reference
Hanzo Plans API
The `@hanzo/plans` catalog mounted into the unified cloud binary under
The @hanzo/plans catalog mounted into the unified cloud binary under
Hanzo Plans API · All API references →
| Base URL | https://api.hanzo.ai |
| Version | 1.0.0 |
| Operations | 15 |
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
Plans
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/plans/health | Health check |
GET | /v1/plans | The full plan catalog |
GET | /v1/plans/subscriptions | Subscription plans |
GET | /v1/plans/cloud | Cloud plans |
GET | /v1/plans/blockchain | Blockchain plans |
GET | /v1/plans/dns | DNS plans |
GET | /v1/plans/gpu | GPU plans |
GET | /v1/plans/regions | Regions |
GET | /v1/plans/storage | Storage plans |
GET | /v1/plans/tools | Tools catalog |
GET | /v1/plans/policy | Plan policy |
GET | /v1/plans/schema | Entitlement schema |
GET | /v1/plans/vocab | Entitlement vocabulary |
GET | /v1/plans/resolve/{id} | Resolve a plan by id |
GET | /v1/plans/entitlements/{id} | Entitlements for a plan |
How is this guide?