Hanzo
CLIPrompt

Prompt

6 `hanzo` commands for Prompt, each calling one operation on api.hanzo.ai.

Package prompts is your prompt library, versioned, so nothing changes silently.

6 commands · API reference →

CommandCallsWhat it does
hanzo prompts get <name>GET /v1/prompt/{name}Get returns one of the caller org's prompts: its CURRENT template text plus the metadata of every version it has had.
hanzo prompts rm <name>DELETE /v1/prompt/{name}Delete removes one of the caller org's prompts and every version of it, answering 204.
hanzo prompts catalogGET /v1/prompt/catalogCatalog returns the read-only starter prompt library shipped with the binary — reference content every tenant sees the…
hanzo prompts metricsGET /v1/prompt/metricsMetrics returns real per-prompt statistics for the caller's org: how many versions each prompt has, which one is…
hanzo prompts listGET /v1/promptList returns the caller org's prompt library as one row per prompt: its name, type, every version number it has, its…
hanzo prompts createPOST /v1/promptCreate records a prompt for the caller's org and answers 201 with it.

How is this guide?