Authz
The `hanzo authz` commands.
Also for this capability: API · CLI · MCP · SDKs
The access decision behind an org-scoped call: who may do what, where, answered allow or deny.
hanzo authz healthEvery 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 authz check | Ask whether a subject may act on an object |
hanzo authz health | Liveness of the policy engine |
hanzo authz readyz | Readiness of the policy engine |
How is this guide?