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

CommandCallsWhat it does
hanzo kms auth loginPOST /v1/kms/auth/loginExchanges a machine credential for an IAM bearer token.
hanzo kms configGET /v1/kms/configReturns the runtime configuration for the KMS console.
hanzo kms healthGET /v1/kms/healthReports whether this broker can actually serve secrets.
hanzo kms secrets listGET /v1/kms/secretsLists the secrets your org holds, without their values.
hanzo kms secrets createPOST /v1/kms/secretsStores or replaces one secret in your org.

How is this guide?