CLICompany
Company
22 `hanzo` commands for Company, each calling one operation on api.hanzo.ai.
Package company is incorporation end to end: pick a structure, add founders, pay, file, and e-sign.
22 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo company advance | POST /v1/company/advance | Advance runs the ONE guarded transition of the formation machine. |
hanzo company documents | POST /v1/company/documents | Renders the formation documents for the chosen structure and jurisdiction, ingests each into the org's data room, and… |
hanzo company esign complete | POST /v1/company/esign/complete | Records whether the formation documents have been signed. |
hanzo company esign create | POST /v1/company/esign | Sends the generated formation documents for signature by every founder and records the provider's reference on the… |
hanzo company founders | POST /v1/company/founders | Replaces the formation's founders. |
hanzo company fundraise deck | POST /v1/company/fundraise/deck | Share a pitch deck in the org's data room |
hanzo company fundraise round | POST /v1/company/fundraise/round | Records a fundraising round on the org's canonical cap table. |
hanzo company fundraise safe | POST /v1/company/fundraise/safe | Raises an e-signature request over documents already in the org's data room — a SAFE, a convertible note, or any other… |
hanzo company genesis | POST /v1/company/genesis | Seeds the canonical cap table with the founding allocation (stakeholders, a common share class, issued shares) and… |
hanzo company import captable | POST /v1/company/import/captable | Reads an existing company's cap table from a Google Sheet and adds its stakeholders to the canonical cap table. |
hanzo company import documents | POST /v1/company/import/documents | Ingests an existing company's corporate documents from a Google Drive folder into the org's data room. |
hanzo company kyc decision | POST /v1/company/kyc/decision | DecideKYC records a privileged reviewer's MANUAL decision on a founder's KYC — the human-in-the-loop path, and the ONLY… |
hanzo company kyc refresh | POST /v1/company/kyc/refresh | RefreshKYC reconciles each pending founder's KYC with the WIRED provider — the PULL path to a provider-reported… |
hanzo company kyc create | POST /v1/company/kyc | StartKYC opens an identity-verification session for every founder with the wired provider and records each session's… |
hanzo company payment | POST /v1/company/payment | Charges the caller's own org the one-time Hanzo Company formation fee. |
hanzo company register summary | GET /v1/company/register/summary | Counts the platform's formations by stage — the register's shape in one read, so a queue that is growing is visible as… |
hanzo company register get | GET /v1/company/register | Returns the platform's whole formation register, newest activity first — every org's formation, not the caller's. |
hanzo company review | GET /v1/company/review | Reports the founders whose KYC is not yet settled, oldest formation first, so the queue drains in the order founders… |
hanzo company skip | POST /v1/company/skip | Skip marks the org as already incorporated and moves it onto the import path, so an existing company brings its… |
hanzo company structure | PUT /v1/company/structure | Records the entity kind, the state of formation and the proposed name. |
hanzo company get | GET /v1/company | Get returns the caller org's formation and the stages reachable from it, or 404 when the org has not begun one. |
hanzo company create | POST /v1/company | Begin starts the org's one formation and returns it with the stages reachable from it. |
How is this guide?