What the Audit Log Captures
The audit log records events across the following categories:- Membership events — user added to or removed from the org; user added to or removed from a project; role changed
- File events — file uploaded to a project; file deleted from a project
- Budget events — project budget set or changed; budget increase requested; budget increase approved or denied
- Provider events — AI model provider connected; provider disconnected; provider credentials updated
- SSO events — SSO enabled or disabled; user authenticated via SSO; SSO-based session invalidation on offboarding
- Conversation events — conversation deleted; conversation exported
- Admin actions — org settings changed; storage provider connected or disconnected; billing plan changed
Accessing the Audit Log
Only Org Admins can view the audit log. Navigate to Settings → Audit Log. From there you can:- Filter by event type — narrow to a specific category such as file events or SSO events
- Filter by user — see all actions taken by or affecting a specific member
- Filter by project — see all events scoped to a particular project
- Filter by date range — focus on a specific window for an investigation or periodic review
Append-Only Enforcement
The audit log’s integrity guarantee comes from how it is enforced, not just how it is described. Entries are written at the core platform level using an append-only write path. There is no administrative interface, API endpoint, or tool that allows editing or deleting an existing log entry. New events are appended as they occur; nothing is overwritten or back-filled. This means that even if an Org Admin’s account were compromised, an attacker could not use it to scrub activity from the audit log. Any attempt would itself generate an audit event.The audit log is not a conversation transcript. It records that a conversation was created, accessed, or deleted — but not its content. To review conversation content, open the conversation thread directly. Messages in a thread are immutable once sent; they cannot be edited or deleted by participants.