Cloud MCPiam
iam
4 MCP tools on the Hanzo cloud door that call the iam API.
The 4 tools tools/list names for iam. Each dispatches to an operation in the iam API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_iam_keys | DELETE /v1/iam/keys | 1 | RevokeKey revokes the caller's own API key of the requested class. |
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 rathe |
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 — 834 tools captured 2026-08-01 (this build read the vendored copy; the door was unreachable).
How is this guide?