Hanzo AI

Ci

Mounts the CI fleet dashboard as a capability of this binary.

Also for this capability: API · CLI · SDKs

Mounts the CI fleet dashboard as a capability of this binary.

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

Specification

Specification pending — no HIP in hanzoai/hips declares capability: ci 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
RESTci at its own prefix2 operations
CLIhanzo ci …2 of 2
SDKCiApi in every published client2 methods
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/ci/runs, operation get_ci_runs:

hanzo ci runs

Answers 200 with object — ok.

Endpoints

EndpointWhat it does
GET /v1/ci/fleetCompares what was written with what is running, one row per service along a single causal line: head, the commit on the branch; built, the image that…
GET /v1/ci/runsLists recent builds: the repo, the branch, the commit and how each run ended, newest first.

All Hanzo APIs · Interactive reference

How is this guide?