Try Hanzo
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.

MethodPathWhat it does
POST/v1/company/tariffItemises what a formation costs before anyone commits to it.
POST/v1/companyBegins the org’s one formation and returns the stages reachable from it.
POST/v1/company/advanceRuns the one guarded transition of the formation machine.
POST/v1/company/genesisSeeds the cap table with the founding allocation and anchors its root on-chain.
GET/v1/captable/summaryComputes the org’s cap table.
POST/v1/legal/documentsRenders 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"}'