Start
Six journeys through Hanzo — hello, chat, money, store, agent, tools — each shown as the CLI, an SDK, raw HTTP and an MCP tool.
Six flows, four surfaces
Hanzo is a full AI cloud: inference, identity, data, money, agents and tools behind one API key. These six journeys are the whole product in miniature — and each one is shown four ways, because the CLI, the SDKs, the REST API and the MCP tools are all projections of the same OpenAPI document.
Learn a flow once and you know it on every surface.
Hello
Identity — prove the key works and print who it belongs to.
Chat
One completion.
Money
Balance, then the usage that moved it.
Store
KV round-trip — create a store, read it back, delete it.
Agent
Create an agent, run it, read the run back.
Tools
List the MCP tools this key can reach.
One credential
export HANZO_API_KEY=hk-... # console.hanzo.ai
hanzo auth login # or sign in through Hanzo IAMThe same key reaches every one of the 133 products in the API reference.
How is this guide?