Plan
The `hanzo plan` commands.
Also for this capability: API · CLI · MCP · SDKs
The plan catalog: every tier you can buy, what it costs, and what it grants.
hanzo plan dnsEvery command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.
| Command | What it does |
|---|---|
hanzo plan blockchain | Returns the blockchain RPC plan catalog: the tiers metered in monthly compute units, with their prices, limits and… |
hanzo plan dns | ListDNSPlans returns the DNS plan catalog: the tiers priced on zones, records per zone and queries per day. |
hanzo plan get | Returns the Hanzo cloud plan catalog: every cloud tier with its price, included capacity, limits and feature list,… |
hanzo plan gpu | ListGPUTiers returns the rentable GPU configurations, each with its accelerator count and model, VRAM, vCPUs, host… |
hanzo plan health | Health reports that the plans subsystem is mounted and serving. |
hanzo plan policy | Returns the published pricing policy: whether pricing is transparent, the revenue-sharing terms (idle compute resale… |
hanzo plan regions | Returns the regions cloud capacity is offered in, each with its display name and physical location. |
hanzo plan schema | Returns the two JSON Schema documents this surface speaks: entitlements.schema.json, which declares every entitlement… |
hanzo 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 plan subscriptions | Returns the subscription ladder — the personal and team tiers a customer buys to use the cloud, each with its monthly… |
hanzo plan tools | Returns the per-use price of every metered tool — web search, code interpreter, image generation, speech — each with… |
hanzo plan vocab | Returns the entitlement key vocabulary: every key with its namespace, JSON type, nullability, unit, enum and title, the… |
entitlements
| Command | What it does |
|---|---|
hanzo plan entitlements get <id> | Returns what one plan GRANTS and not what it costs: the canonical namespaced entitlement block and the flat… |
resolve
| Command | What it does |
|---|---|
hanzo plan resolve get <id> | Resolves one plan to everything a consumer of the catalog needs at once: its canonical entitlement block, the flat… |
How is this guide?