# Record: Every act on every layer, by a person or an agent, in one trail — Hanzo AI

> Every act on every layer, by a person or an agent, in one trail.

Hanzo OS · beside every layer

# Record

Every act on every layer, by a person or an agent, in one trail.

The audit trail names who did what to which resource and how it came out. Events and usage say what the company did and what it cost. An agent’s run is recorded the same way a person’s request is, which is what lets a company read what its agents did before it gives them more room.

## API

Operations on api.hanzo.ai. One key reaches every layer.

Method

Path

What it does

`GET`

`/v1/audit`

Reads the org’s own audit trail, newest first.

`POST`

`/v1/event`

Captures product events into the org’s warehouse.

`GET`

`/v1/usage/summary`

The org’s usage footprint over one window.

`GET`

`/v1/agent/runs`

The org’s agent runs across every agent, newest first.

## Try it

```
curl "https://api.hanzo.ai/v1/audit?action=machine.create&since=2026-09-01T00:00:00Z" \ -H "Authorization: Bearer $HANZO_API_KEY"
```

## Docs

[Audit API](https://docs.hanzo.ai/docs/openapi/audit)[Event API](https://docs.hanzo.ai/docs/openapi/event)[Usage API](https://docs.hanzo.ai/docs/openapi/usage)

## On this site

[O11y](https://hanzo.ai/o11y)[Metrics](https://hanzo.ai/metrics)[Telemetry](https://hanzo.ai/telemetry)[Analytics](https://hanzo.ai/analytics)[Insights](https://hanzo.ai/insights)[Dashboards](https://hanzo.ai/dashboards)[Sentinel](https://hanzo.ai/sentinel)[Console](https://hanzo.ai/console)[World](https://hanzo.ai/world)

## 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)
