Hanzo
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 →

CommandCallsWhat it does
hanzo plans blockchainGET /v1/plan/blockchainReturns the blockchain RPC plan catalog: the tiers metered in monthly compute units, with their prices, limits and…
hanzo plans dnsGET /v1/plan/dnsListDNSPlans 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 gpuGET /v1/plan/gpuListGPUTiers returns the rentable GPU configurations, each with its accelerator count and model, VRAM, vCPUs, host…
hanzo plans healthGET /v1/plan/healthHealth reports that the plans subsystem is mounted and serving.
hanzo plans policyGET /v1/plan/policyReturns the published pricing policy: whether pricing is transparent, the revenue-sharing terms (idle compute resale…
hanzo plans regionsGET /v1/plan/regionsReturns 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 schemaGET /v1/plan/schemaReturns the two JSON Schema documents this surface speaks: entitlements.schema.json, which declares every entitlement…
hanzo plans storageGET /v1/plan/storageReturns the block-storage price block: the price per GB per month and the volume size bounds a cloud plan may attach.
hanzo plans subscriptionsGET /v1/plan/subscriptionsReturns the subscription ladder — the personal and team tiers a customer buys to use the cloud, each with its monthly…
hanzo plans toolsGET /v1/plan/toolsReturns the per-use price of every metered tool — web search, code interpreter, image generation, speech — each with…
hanzo plans vocabGET /v1/plan/vocabReturns the entitlement key vocabulary: every key with its namespace, JSON type, nullability, unit, enum and title, the…
hanzo plans getGET /v1/planReturns the Hanzo cloud plan catalog: every cloud tier with its price, included capacity, limits and feature list,…

How is this guide?