Hanzo AI

CRM

The `hanzo crm` commands.

Also for this capability: API · CLI · MCP · SDKs

Your sales pipeline: the companies, the people, the deals in play.

API reference →

hanzo crm contacts list

Every 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.

CommandWhat it does
hanzo crm summarySummary counts the caller org's CRM records: companies, contacts, opportunities.

applications

CommandWhat it does
hanzo crm applications createApply 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 listReturns the org's Startup Program applications, newest first.
hanzo crm applications update <id>Moves one Startup Program application through the pipeline.

companies

CommandWhat it does
hanzo crm companies createAdds 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 listReturns 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

CommandWhat it does
hanzo crm contacts createAdds 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 listReturns 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

CommandWhat it does
hanzo crm opportunities createAdds 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 listReturns 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?