CLIAuto
Auto
3 `hanzo` commands for Auto, each calling one operation on api.hanzo.ai.
Package auto is workflows that run themselves, on a schedule or a webhook.
3 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo auto flows list | GET /v1/auto/flows | Returns the caller org's automations, most-recently-updated first. |
hanzo auto flows create | POST /v1/auto/flows | Creates an automation and its initial DRAFT version in one call. |
hanzo auto runs list | GET /v1/auto/runs | Returns the caller org's run history, newest first. |
How is this guide?