Hanzo AI

Licensing

The `hanzo licensing` commands.

Also for this capability: API · CLI · MCP · SDKs

What an org has bought and may run: signed licenses to issue, verify and revoke, and the releases they unlock.

API reference →

hanzo licensing releases list

Every command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.

CommandWhat it does
hanzo licensing fingerprintFingerprint turns raw device signals into the opaque value that binds a license to one machine.
hanzo licensing healthzHealth reports which signer this deployment mints with, and in which env.
hanzo licensing jwksPubkey publishes the Ed25519 PUBLIC verification key, at both /pubkey and /jwks.
hanzo licensing pubkeyPubkey publishes the Ed25519 PUBLIC verification key, at both /pubkey and /jwks.

download

CommandWhat it does
hanzo licensing download get <release>Download resolves a release to its artifact, gated on a valid license.

issue

CommandWhat it does
hanzo licensing issue --product <product>Issue mints a signed license token for a product the caller's org already pays for.

releases

CommandWhat it does
hanzo licensing releases createPublishes a signed binary release, answering 201 Created.
hanzo licensing releases get <release>Reads one release's metadata: its product, version, platform and the cosign material a client verifies the binary…
hanzo licensing releases listLists the signed binary releases this deployment can serve.

revoke

CommandWhat it does
hanzo licensing revoke --scope <scope> --value <value>Revoke turns off tokens that have already been issued.

verify

CommandWhat it does
hanzo licensing verify --token <token>Verify checks a license token online: signature, schema, expiry, app_id and the revocation list.

How is this guide?