What audit trail should AI agents maintain?
Answer
Every agent action should produce an immutable audit record containing:
- Who — org_id, user_id, agent_id, API key used.
- What — action_type, action_name, resource_type, input summary, output summary.
- When — timestamp with timezone, duration_ms.
- Why — which rules were evaluated, which passed or failed, the compliance decision.
- Context — risk score at time of action, applicable regulations, feature flags in effect.
- Integrity — hash chain linking each record to its predecessor, SHA-512 verification hashes on aggregated reports.
Tags
- audit
- evidence
Put governance into production
See how teams inventory agents, enforce policies, and ship audit-ready evidence on one platform.