Hanzo AI

Workflow

Hanzo Workflow: durable workflows that survive a crash, with every run visible and replayable.

Also for this capability: API · CLI · SDKs

Hanzo Workflow: durable workflows that survive a crash, with every run visible and replayable.

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

Specification

Specification pending — no HIP in hanzoai/hips declares capability: workflow 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
RESTworkflow at its own prefix5 operations
CLIhanzo workflow …5 of 5
SDKno published client declares one yet — regenerating the clients is what adds them
MCPno tool names it yet — use HTTP or an SDK

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/workflow, operation get_workflow:

hanzo workflow get

Endpoints

EndpointWhat it does
GET /v1/workflowRedirect to the workflow API root
POST /v1/workflowRedirect to the workflow API root
PUT /v1/workflowRedirect to the workflow API root
PATCH /v1/workflowRedirect to the workflow API root
DELETE /v1/workflowRedirect to the workflow API root

All Hanzo APIs · Interactive reference

How is this guide?