Hanzo
API Reference

Hanzo Tasks API

Hanzo Tasks — the durable workflow/activity engine (event-sourced,

Hanzo Tasks — the durable workflow/activity engine (event-sourced,

Base URLhttps://api.hanzo.ai
Version1.0.0
Operations8
GuideHanzo Tasks API guide

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

System

MethodEndpointDescription
GET/v1/tasks/healthLiveness probe
GET/v1/tasks/settingsCapability flags (open bootstrap)
GET/v1/tasks/clusterCluster status (open probe)
GET/v1/tasks/cluster/healthCluster health (open probe)

Tasks

MethodEndpointDescription
POST/v1/tasks/mcpTasks MCP tool surface (JSON-RPC, identity-gated)
GET/v1/tasks/eventsRealtime event stream (SSE, identity-gated)
GET/v1/tasks/{resource}Engine JSON API (namespaces, workflows, activities, …), identity-gated
POST/v1/tasks/{resource}Engine JSON API write (identity-gated)

Hanzo Tasks API guide · All Hanzo APIs · OpenAPI spec

How is this guide?

On this page