Hanzo
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 →

CommandCallsWhat it does
hanzo company advancePOST /v1/company/advanceAdvance runs the ONE guarded transition of the formation machine.
hanzo company documentsPOST /v1/company/documentsRenders the formation documents for the chosen structure and jurisdiction, ingests each into the org's data room, and…
hanzo company esign completePOST /v1/company/esign/completeRecords whether the formation documents have been signed.
hanzo company esign createPOST /v1/company/esignSends the generated formation documents for signature by every founder and records the provider's reference on the…
hanzo company foundersPOST /v1/company/foundersReplaces the formation's founders.
hanzo company fundraise deckPOST /v1/company/fundraise/deckShare a pitch deck in the org's data room
hanzo company fundraise roundPOST /v1/company/fundraise/roundRecords a fundraising round on the org's canonical cap table.
hanzo company fundraise safePOST /v1/company/fundraise/safeRaises an e-signature request over documents already in the org's data room — a SAFE, a convertible note, or any other…
hanzo company genesisPOST /v1/company/genesisSeeds the canonical cap table with the founding allocation (stakeholders, a common share class, issued shares) and…
hanzo company import captablePOST /v1/company/import/captableReads an existing company's cap table from a Google Sheet and adds its stakeholders to the canonical cap table.
hanzo company import documentsPOST /v1/company/import/documentsIngests an existing company's corporate documents from a Google Drive folder into the org's data room.
hanzo company kyc decisionPOST /v1/company/kyc/decisionDecideKYC records a privileged reviewer's MANUAL decision on a founder's KYC — the human-in-the-loop path, and the ONLY…
hanzo company kyc refreshPOST /v1/company/kyc/refreshRefreshKYC reconciles each pending founder's KYC with the WIRED provider — the PULL path to a provider-reported…
hanzo company kyc createPOST /v1/company/kycStartKYC opens an identity-verification session for every founder with the wired provider and records each session's…
hanzo company paymentPOST /v1/company/paymentCharges the caller's own org the one-time Hanzo Company formation fee.
hanzo company register summaryGET /v1/company/register/summaryCounts 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 getGET /v1/company/registerReturns the platform's whole formation register, newest activity first — every org's formation, not the caller's.
hanzo company reviewGET /v1/company/reviewReports the founders whose KYC is not yet settled, oldest formation first, so the queue drains in the order founders…
hanzo company skipPOST /v1/company/skipSkip marks the org as already incorporated and moves it onto the import path, so an existing company brings its…
hanzo company structurePUT /v1/company/structureRecords the entity kind, the state of formation and the proposed name.
hanzo company getGET /v1/companyGet returns the caller org's formation and the stages reachable from it, or 404 when the org has not begun one.
hanzo company createPOST /v1/companyBegin starts the org's one formation and returns it with the stages reachable from it.

How is this guide?