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"