CRM
The `hanzo crm` commands.
Also for this capability: API · CLI · MCP · SDKs
Your sales pipeline: the companies, the people, the deals in play.
hanzo crm contacts listEvery command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.
| Command | What it does |
|---|---|
hanzo crm summary | Summary counts the caller org's CRM records: companies, contacts, opportunities. |
applications
| Command | What it does |
|---|---|
hanzo crm applications create | Apply to the Startup Program from the public form |
hanzo crm applications get <id> | Returns one Startup Program application with its AI screen and stage history. |
hanzo crm applications list | Returns the org's Startup Program applications, newest first. |
hanzo crm applications update <id> | Moves one Startup Program application through the pipeline. |
companies
| Command | What it does |
|---|---|
hanzo crm companies create | Adds a company to the caller's org and answers 201 with the stored record. |
hanzo crm companies get <id> | Returns one of the caller org's companies. |
hanzo crm companies list | Returns the caller org's companies, most recently updated first. |
hanzo crm companies rm <id> | Removes one of the caller org's companies and answers 204. |
hanzo crm companies set <id> | Replaces one of the caller org's companies. |
contacts
| Command | What it does |
|---|---|
hanzo crm contacts create | Adds a person to the caller's org and answers 201 with the stored record. |
hanzo crm contacts get <id> | Returns one of the caller org's contacts. |
hanzo crm contacts list | Returns the caller org's contacts, most recently updated first. |
hanzo crm contacts rm <id> | Removes one of the caller org's contacts and answers 204. |
hanzo crm contacts set <id> | Replaces one of the caller org's contacts. |
opportunities
| Command | What it does |
|---|---|
hanzo crm opportunities create | Adds a deal to the caller's org and answers 201 with the stored record. |
hanzo crm opportunities get <id> | Returns one of the caller org's deals. |
hanzo crm opportunities list | Returns the caller org's deals, most recently updated first. |
hanzo crm opportunities rm <id> | Removes one of the caller org's deals and answers 204. |
hanzo crm opportunities set <id> | Replaces one of the caller org's deals. |
How is this guide?