Learn Early access
🔒 Private beta — not live yet

The first question enterprise asks:
does your agent have an audit trail?

AgentAudit is being built to record every tool call and human approval your AI agent makes — append-only and tamper-evident (hash-chained) — and produce a report your auditor accepts. Your debug log doesn’t do that; an enterprise security review asks for exactly this.

how it’s designed to look
# one line — every tool call + approval → tamper-evident record
from agentaudit import audit

@audit
def agent_action(...): ...

↑ Illustrative — the API isn’t final yet. This shows the intended developer experience.

Join the early-access list

Occasional updates about early access and pricing. We only use your email for launch news — ask us to delete it anytime.

Audit-ready, not debug

Designed as an append-only, hash-chained record — who, what, when, which approval — in the format an auditor asks for. A debug log generally won’t pass a security review.

Built to unblock enterprise sales

The goal: a ready answer to “does the agent have an audit trail?” — the security-review question that stalls deals.

Ready for AI Act 2027

EU AI Act Article 12 logging becomes required on 2 Dec 2027 (deferred via the Digital Omnibus). Built so you’re ready when it does — a bonus, not a scare tactic.

How it’s meant to work

Three steps, framework-agnostic.

1
Add the SDK
One line — a decorator or middleware.
2
Agent runs
Each tool call & approval lands in a tamper-evident record.
3
Export a report
SOC 2 / AI Act format, when an auditor or customer asks.

Frequently asked

How is this different from my debug log?

It’s designed to be tamper-evident, at the agent tool-call and approval level, with a retention policy and an exportable report. A plain debug log generally won’t satisfy an auditor.

Which frameworks and languages?

Planned Python first (LangGraph and common agent SDKs), then JS/TS, with a framework-agnostic webhook option.

Where is the data stored?

The plan is to let you choose self-hosted or hosted. Final architecture and data-handling details will be published before launch.

Isn’t the EU AI Act mandatory now?

Article 12’s logging obligation applies from 2 Dec 2027 (deferred by the Digital Omnibus). We’re not manufacturing urgency — most teams want this today for SOC 2 and enterprise trust, and it also prepares you for 2027. This is informational, not legal advice.