API Reference
Hanzo Prompts API
Per-org, versioned prompt library for Hanzo Cloud — the `/v1/prompts`
Per-org, versioned prompt library for Hanzo Cloud — the /v1/prompts
Hanzo Prompts API · All API references →
| Base URL | https://api.hanzo.ai |
| Version | 1.0.0 |
| Operations | 6 |
Authentication
bearerAuth— HTTP bearer
All Hanzo APIs share one bearer credential and common error and pagination conventions. See API conventions.
curl -H "Authorization: Bearer $HANZO_API_KEY" https://api.hanzo.aiEndpoints
Catalog
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/prompts/catalog | Read-only starter prompt library |
Prompts
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/prompts | List current prompts for the org |
POST | /v1/prompts | Create a prompt or append a new version |
GET | /v1/prompts/metrics | Real per-prompt statistics |
GET | /v1/prompts/{name} | Prompt detail + version history |
DELETE | /v1/prompts/{name} | Delete a prompt and its version history |
How is this guide?