Cloud MCPiam
iam
3 MCP tools on the Hanzo cloud door that call the iam API.
The 3 tools tools/list names for iam. Each dispatches to an operation in the iam API reference.
| Tool | Route | Arguments | Required | Description |
|---|---|---|---|---|
get_v1_iam_keys | GET /v1/iam/keys | 0 | — | GetKey returns the caller's own API keys — every type they hold, read AUTHORITATIVELY from IAM… |
post_v1_iam_keys | POST /v1/iam/keys | 1 | — | MintKey creates — or rotates — the caller's API key of the requested type and returns it ONCE. |
post_v1_iam_onboard | POST /v1/iam/onboard | 2 | — | Onboard creates the caller's organization. |
Generated from tools/list on https://api.hanzo.ai/v1/mcp — 833 tools captured 2026-08-01, of which 755 are documented here (the operator surface is not published) (this build read the vendored copy; the door was unreachable).
How is this guide?
post_v1_enablement_optout
OptOutOfBeta removes the caller's OWN org from a beta item's grant list, the reverse of OptIntoBeta and idempotent.
get_v1_iam_keys
GetKey returns the caller's own API keys — every type they hold, read AUTHORITATIVELY from IAM rather than from the session claim, which lags a key minted moments ago.