Hanzo
CLIFlow

Flow

8 `hanzo` commands for Flow, each calling one operation on api.hanzo.ai.

Package flow is Hanzo Flow: build an agent workflow on a visual canvas, run it, and read every run.

8 commands · API reference →

CommandCallsWhat it does
hanzo flow runs getGET /v1/flow/runsRuns reads one workflow's recorded runs: every component build with its result, keyed by component.
hanzo flow runs createPOST /v1/flow/runsRun executes one of the caller's workflows synchronously: the graph runs in the flow service and the response carries…
hanzo flow statusGET /v1/flow/statusStatus reports whether the flow service is reachable and which version it runs.
hanzo flow workflows get <workflow>GET /v1/flow/workflows/{workflow}Workflow reads one of the caller's workflows — the full record, graph included.
hanzo flow workflows update <workflow>PATCH /v1/flow/workflows/{workflow}Patches one of the caller's workflows: name, description, graph, or the locked flag — only the stated fields move.
hanzo flow workflows rm <workflow>DELETE /v1/flow/workflows/{workflow}Deletes one of the caller's workflows and its runs.
hanzo flow workflows listGET /v1/flow/workflowsWorkflows lists the caller's workflows, paged.
hanzo flow workflows createPOST /v1/flow/workflowsCreates a workflow in the caller's org.

How is this guide?