Audit Trail
An immutable record of all agent actions and decisions, essential for compliance and accountability.
When an AI agent sends an email or updates a database, you need to know exactly what it did and why. Audit trails make AI operations transparent and compliant with regulations like ISO 27001.
Every LLM call in our system logs: model used, tokens in/out, cost in USD, cache status, and the agent that triggered it. The Paperclip framework adds governance-level tracking on top.
Related terms
ISO 27001
International information security standard defining requirements for an information security management system.
Governance
Policies, controls, and processes that ensure responsible agent behavior in production.
Cost Tracking
Monitoring every AI call: model used, tokens in/out, cost, cache status. Essential for profitable operations.
Traceability
Following an agent's decision chain from input to action to outcome.