CLIKMS
KMS
5 `hanzo` commands for KMS, each calling one operation on api.hanzo.ai.
Package kms is secret custody: your org's secrets sealed at rest, plus threshold signing.
5 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo kms auth login | POST /v1/kms/auth/login | Exchanges a machine credential for an IAM bearer token. |
hanzo kms config | GET /v1/kms/config | Returns the runtime configuration for the KMS console. |
hanzo kms health | GET /v1/kms/health | Reports whether this broker can actually serve secrets. |
hanzo kms secrets list | GET /v1/kms/secrets | Lists the secrets your org holds, without their values. |
hanzo kms secrets create | POST /v1/kms/secrets | Stores or replaces one secret in your org. |
How is this guide?