CLIGuide
Guide
19 `hanzo` commands for Guide, each calling one operation on api.hanzo.ai.
Package guide is a step-by-step checklist that gets your business running on AI.
19 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo guide actions | GET /v1/guide/actions | Returns the caller org's Business AI action ledger, most recent first: every "do it for me" tool call, the arguments it… |
hanzo guide analytics | GET /v1/guide/analytics | Analytics returns the caller org's funnel from the analytics lens plus the GTM recommendations derived from it. |
hanzo guide blueprint collection update <collection> <id> | PATCH /v1/guide/blueprint/{collection}/{id} | Edit — or retire — one item of the brand blueprint |
hanzo guide blueprint versions | GET /v1/guide/blueprint/versions | Returns the brand blueprint's version history — every stored version's number and edit time, newest first — which is… |
hanzo guide blueprint list | GET /v1/guide/blueprint | Returns the FULL authored brand blueprint — every principle, section, step, strategy and template WITH its enabled flag… |
hanzo guide blueprint replace | PUT /v1/guide/blueprint | Publish a new version of the brand blueprint |
hanzo guide chat | POST /v1/guide/chat | Chat answers a founder's question about their launch journey as the Business AI coach: it grounds the reply in the… |
hanzo guide curriculum get | GET /v1/guide/curriculum | Returns the journey the caller's org is actually running, and whether it comes from the org's OWN override (custom) or… |
hanzo guide curriculum replace | PUT /v1/guide/curriculum | Replace your org's journey with a curriculum you author |
hanzo guide curriculum clear | DELETE /v1/guide/curriculum | Clears the caller org's curriculum override and returns the journey it falls back to — the brand blueprint, else the… |
hanzo guide profile | GET /v1/guide/profile | Profile returns the caller org's OBSERVED growth profile — the signal set, the classified growth stage, and the org's… |
hanzo guide steps do <id> | POST /v1/guide/steps/{id}/do | Have the Business AI actually do the step for you |
hanzo guide steps done <id> | POST /v1/guide/steps/{id}/done | Mark a step of your org's journey finished |
hanzo guide steps reset <id> | POST /v1/guide/steps/{id}/reset | Returns one step of the caller org's journey to todo — clearing a manual mark or a skip — and returns the refreshed… |
hanzo guide steps skip <id> | POST /v1/guide/steps/{id}/skip | Marks one step of the caller org's journey skipped and returns the refreshed journey. |
hanzo guide steps start <id> | POST /v1/guide/steps/{id}/start | Mark a step of your org's journey started |
hanzo guide strategies | GET /v1/guide/strategies | Strategies returns the ENABLED tactics corpus for the caller's org: the tactics library narrowed by the explicit… |
hanzo guide suggest | GET /v1/guide/suggest | Suggest returns the caller org's next-best quests: the available, non-terminal steps of its journey ranked by how much… |
hanzo guide get | GET /v1/guide | Overview returns the caller org's launch journey: the active curriculum's version and title, every step with its state,… |
How is this guide?