Network
The `hanzo network` commands.
Also for this capability: API · CLI · MCP · SDKs
Mounts the Hanzo Cloud NETWORKING surface: the tenant's Hanzo Zero Trust footprint — the overlay network, its routers and its services — served as clean, org-scoped REST off the unified cloud binary and fronting the Hanzo Zero Trust controller (hanzoai/zt, an OpenZiti-based fabric).
hanzo network listEvery 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 network list | Returns the caller's org overlay network on the Zero Trust fabric. |
hanzo network routers | Returns the Zero Trust routers the caller's org owns. |
hanzo network services | Returns the Zero Trust edge services the caller's org owns. |
get
| Command | What it does |
|---|---|
hanzo network get <id> | Returns one overlay network by id, scoped to the caller's org. |
How is this guide?