Hanzo

Template

Package templates is a gallery of starter kits you can deploy as they come.

Package templates is a gallery of starter kits you can deploy as they come.

Base URLhttps://api.hanzo.ai
Operations5
AuthAuthorization: Bearer $HANZO_API_KEY

Specification

Specification pending — no HIP in hanzoai/hips declares capability: template yet. What this capability serves is below, from the API document; what it is — the store it owns, how it meters, what it publishes — is written as a HIP under HIP-0139.

Four surfaces

SurfaceReaches this capability asCoverage
RESTtemplate at its own prefix5 operations
CLIhanzo templates …5 of 5
SDKno published client declares one yet — regenerating the clients is what adds them
MCPtool templates on https://api.hanzo.ai/v1/mcp5 operations, 1 under the document's own id — ask describe for the rest

Quickstart

export HANZO_API_KEY=sk-...   # console.hanzo.ai → API keys

Then the first call — a read that needs nothing but the key. GET /v1/template, operation get_template:

hanzo templates list

Answers 200 with object — ok.

Endpoints

EndpointWhat it does
GET /v1/template/{slug}Returns one starter kit: the caller org's own by that slug, else the public catalog's.
PUT /v1/template/{slug}Overwrites the caller org's OWN starter kit at the path slug, answering the stored kit.
DELETE /v1/template/{slug}Deletes the caller org's OWN starter kit.
GET /v1/templateLists the public starter-kit catalog plus, for a validated caller, that org's own private kits.
POST /v1/templateCreates a starter kit PRIVATE to the caller's org and answers 201 with the stored kit.

All Hanzo APIs · Interactive reference

How is this guide?

On this page