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 →
| Command | Calls | What 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 catalog | GET /v1/prompt/catalog | Catalog returns the read-only starter prompt library shipped with the binary — reference content every tenant sees the… |
hanzo prompts metrics | GET /v1/prompt/metrics | Metrics returns real per-prompt statistics for the caller's org: how many versions each prompt has, which one is… |
hanzo prompts list | GET /v1/prompt | List returns the caller org's prompt library as one row per prompt: its name, type, every version number it has, its… |
hanzo prompts create | POST /v1/prompt | Create records a prompt for the caller's org and answers 201 with it. |
How is this guide?