OpenAPI
The `hanzo openapi` commands.
Also for this capability: API · CLI · SDKs
The served contract: the OpenAPI document every client, tool list and command group is generated from, its command projection, the agent endpoint that offers the same operations over MCP, and the index a client follows from the API root to reach any of it.
hanzo openapi.json getEvery 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 mcp create | The agent endpoint: every subsystem's operations as MCP tools |
hanzo openapi commands | Every operation this API answers, as a command |
hanzo openapi.json get | The API description this SDK was generated from |
How is this guide?