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

MethodPathWhat it does
GET/v1/auditReads the org’s own audit trail, newest first.
POST/v1/eventCaptures product events into the org’s warehouse.
GET/v1/usage/summaryThe org’s usage footprint over one window.
GET/v1/agent/runsThe 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"