CLIPlan
Plan
14 `hanzo` commands for Plan, each calling one operation on api.hanzo.ai.
Package plan is the plan catalog: every tier you can buy, what it costs, and what it grants.
14 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo plans blockchain | GET /v1/plan/blockchain | Returns the blockchain RPC plan catalog: the tiers metered in monthly compute units, with their prices, limits and… |
hanzo plans dns | GET /v1/plan/dns | ListDNSPlans returns the DNS plan catalog: the tiers priced on zones, records per zone and queries per day. |
hanzo plans entitlements get <id> | GET /v1/plan/entitlements/{id} | Returns what one plan GRANTS and not what it costs: the canonical namespaced entitlement block and the flat… |
hanzo plans gpu | GET /v1/plan/gpu | ListGPUTiers returns the rentable GPU configurations, each with its accelerator count and model, VRAM, vCPUs, host… |
hanzo plans health | GET /v1/plan/health | Health reports that the plans subsystem is mounted and serving. |
hanzo plans policy | GET /v1/plan/policy | Returns the published pricing policy: whether pricing is transparent, the revenue-sharing terms (idle compute resale… |
hanzo plans regions | GET /v1/plan/regions | Returns the regions cloud capacity is offered in, each with its display name and physical location. |
hanzo plans resolve get <id> | GET /v1/plan/resolve/{id} | Resolves one plan to everything a consumer of the catalog needs at once: its canonical entitlement block, the flat… |
hanzo plans schema | GET /v1/plan/schema | Returns the two JSON Schema documents this surface speaks: entitlements.schema.json, which declares every entitlement… |
hanzo plans storage | GET /v1/plan/storage | Returns the block-storage price block: the price per GB per month and the volume size bounds a cloud plan may attach. |
hanzo plans subscriptions | GET /v1/plan/subscriptions | Returns the subscription ladder — the personal and team tiers a customer buys to use the cloud, each with its monthly… |
hanzo plans tools | GET /v1/plan/tools | Returns the per-use price of every metered tool — web search, code interpreter, image generation, speech — each with… |
hanzo plans vocab | GET /v1/plan/vocab | Returns the entitlement key vocabulary: every key with its namespace, JSON type, nullability, unit, enum and title, the… |
hanzo plans get | GET /v1/plan | Returns the Hanzo cloud plan catalog: every cloud tier with its price, included capacity, limits and feature list,… |
How is this guide?