Hanzo
CLITemplate

Template

5 `hanzo` commands for Template, each calling one operation on api.hanzo.ai.

Package templates is a gallery of starter kits you can deploy as they come.

5 commands · API reference →

CommandCallsWhat it does
hanzo templates get <slug>GET /v1/template/{slug}Returns one starter kit: the caller org's own by that slug, else the public catalog's.
hanzo templates set <slug>PUT /v1/template/{slug}Overwrites the caller org's OWN starter kit at the path slug, answering the stored kit.
hanzo templates rm <slug>DELETE /v1/template/{slug}Deletes the caller org's OWN starter kit.
hanzo templates listGET /v1/templateLists the public starter-kit catalog plus, for a validated caller, that org's own private kits.
hanzo templates createPOST /v1/templateCreates a starter kit PRIVATE to the caller's org and answers 201 with the stored kit.

How is this guide?