Hanzo AI

Template

The `hanzo template` commands.

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

A gallery of starter kits you can deploy as they come.

API reference →

hanzo template 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 template createCreates a starter kit PRIVATE to the caller's org and answers 201 with the stored kit.
hanzo template listLists the public starter-kit catalog plus, for a validated caller, that org's own private kits.

get

CommandWhat it does
hanzo template get <slug>Returns one starter kit: the caller org's own by that slug, else the public catalog's.

rm

CommandWhat it does
hanzo template rm <slug>Deletes the caller org's OWN starter kit.

set

CommandWhat it does
hanzo template set <slug>Overwrites the caller org's OWN starter kit at the path slug, answering the stored kit.

How is this guide?

On this page