# Company: The legal body: formation, cap table, documents and filings, as operations — Hanzo AI

> The legal body: formation, cap table, documents and filings, as operations.

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 &#x27;{"structure": "c-corp", "jurisdiction": "DE"}&#x27;
```

## Docs

[Company API](https://docs.hanzo.ai/docs/openapi/company)[Cap table API](https://docs.hanzo.ai/docs/openapi/captable)[hanzo company](https://docs.hanzo.ai/docs/cli/company)

## On this site

[Cap table](https://hanzo.ai/captable)[Data room](https://hanzo.ai/dataroom)[Sign](https://hanzo.ai/sign)[Commerce](https://hanzo.ai/commerce)[Billing](https://hanzo.ai/billing)[Payments](https://hanzo.ai/payments)[Treasury](https://hanzo.ai/treasury)[Ledger](https://hanzo.ai/ledger)[Risk](https://hanzo.ai/risk)

## The stack

- CompanyThe legal body: formation, cap table, documents and filings, as operations.
- AgentsWorkers the company keeps: a model, instructions, tools and a budget.
- ModelsEvery model behind one endpoint and one key.
- MemoryWhat the company knows, and when it knew it.
- IdentityWho is acting — a person, a program or an agent — and what it may reach.
- MachinesReal computers, leased by the org, for agents and for the software they ship.

[RecordEvery act on every layer, by a person or an agent, in one trail.](https://hanzo.ai/products/record)
