Hanzo
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 URLhttps://api.hanzo.ai
Version1.0.0
Operations6

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.ai

Endpoints

Catalog

MethodEndpointDescription
GET/v1/prompts/catalogRead-only starter prompt library

Prompts

MethodEndpointDescription
GET/v1/promptsList current prompts for the org
POST/v1/promptsCreate a prompt or append a new version
GET/v1/prompts/metricsReal per-prompt statistics
GET/v1/prompts/{name}Prompt detail + version history
DELETE/v1/prompts/{name}Delete a prompt and its version history

All Hanzo APIs · OpenAPI spec

How is this guide?

On this page