Audit
What it is
Section titled “What it is”The Audit feature provides a chronological record of every significant action taken within a program. Events are displayed in a filterable timeline, covering user actions, AI executions, status changes, and system events.
Why it matters
Section titled “Why it matters”Client-facing delivery engagements require accountability. The audit trail creates an immutable record of who did what and when, supporting compliance reviews, client reporting, and post-mortem analysis.
Key concepts
Section titled “Key concepts”- Audit entry:
AuditEntryrenders a single event with actor, action, target, and timestamp - Audit timeline:
AuditTimelinepresents entries in chronological order with visual connectors - Audit filters:
AuditFiltersnarrow the timeline by actor, action type, date range, and target entity - Dual audit system: Foundry maintains both a general audit log and a compliance-focused log for regulated engagements
- Event types: User actions, AI executions, status transitions, configuration changes, sandbox events
How to use it
Section titled “How to use it”- Navigate to [Program] > Audit.
- View the timeline of events in reverse chronological order.
- Use filters to narrow by actor, action type, or date range.
- Click any entry to see full event details including payload data.
Data model
Section titled “Data model”This feature uses the following tables:
auditLog— General audit events with actor, action, target, and metadataexecutionAudit— Dedicated audit trail for AI execution eventssandboxAudit— Audit records specific to sandbox actions