Hanzo
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 →

CommandCallsWhat it does
hanzo gateway config getGET /v1/gateway/configRead returns the EFFECTIVE edge policy the caller is subject to: the platform CORS allowlist and pre-auth per-IP flood…
hanzo gateway config replacePUT /v1/gateway/configWrite updates one policy scope and returns the policy in force after the write.
hanzo gateway trafficGET /v1/gateway/trafficReport who is calling this org's API right now

How is this guide?