CLIGateway
Gateway
3 `hanzo` commands for Gateway, each calling one operation on api.hanzo.ai.
Package gateway is live control of the policy your API applies to every incoming request: CORS, rate limits, cache TTL and allowed methods, changed without a redeploy.
3 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo gateway config get | GET /v1/gateway/config | Read returns the EFFECTIVE edge policy the caller is subject to: the platform CORS allowlist and pre-auth per-IP flood… |
hanzo gateway config replace | PUT /v1/gateway/config | Write updates one policy scope and returns the policy in force after the write. |
hanzo gateway traffic | GET /v1/gateway/traffic | Report who is calling this org's API right now |
How is this guide?