Hanzo OS
Company
The legal body: formation, cap table, documents and filings, as operations.
Choose a structure, add founders, clear KYC, pay the fee, sign, and record the founding allocation. Each step is one guarded transition of the formation machine, so an agent can drive it and cannot skip a step. The law needs a person three times — identity, signature and the fee — and after genesis the shares, rounds and documents are operations like any other.
API
Operations on api.hanzo.ai. One key reaches every layer.
| Method | Path | What it does |
|---|---|---|
POST | /v1/company/tariff | Itemises what a formation costs before anyone commits to it. |
POST | /v1/company | Begins the org’s one formation and returns the stages reachable from it. |
POST | /v1/company/advance | Runs the one guarded transition of the formation machine. |
POST | /v1/company/genesis | Seeds the cap table with the founding allocation and anchors its root on-chain. |
GET | /v1/captable/summary | Computes the org’s cap table. |
POST | /v1/legal/documents | Renders a document from a template and seals it in the org’s store. |
Try it
curl https://api.hanzo.ai/v1/company/tariff \
-H "Authorization: Bearer $HANZO_API_KEY" \
-H "Content-Type: application/json" \
-d '{"structure": "c-corp", "jurisdiction": "DE"}'