Skip to content
LogoLogo

Audit logs

Where to find it

Settings → Audit log

Audit log page: filterable table with actor, action, target, outcome and time

What a row contains

ColumnMeaning
WhoThe person who acted, and the role they held at that moment.
ActionA specific action name such as agents.deploy or connectors.connections.create.
TargetsThe objects involved. An attach records both the agent and what was attached.
OutcomeAllow (permitted and completed) or Deny (refused by authorization).
ReasonWhy, on a denial.
ContextIP address, browser, session and request identifiers.
MetadataExtra safe detail, redacted and size capped.
WhenTimestamp.

Denials are recorded too

This is the part people miss. When someone is refused, a Deny row is written with the reason. That is what turns the audit log into a security tool rather than just a change history: repeated denials from one account are visible.

What gets logged

GroupExamples
OrganizationCreated, updated or deleted the organization
MembersRemoved a member, changed a member's role, left the organization
InvitationsSent, accepted, rejected or cancelled an invitation
RolesCreated, updated or deleted a role
GroupsCreated or deleted a group, added or removed a group member
SharingShared a resource, removed access to a resource
ConnectorsConnected, updated, disconnected, reconnected or deleted a provider; changed the model allowlist
ToolsStarted a tool connection, changed exposed tools, disconnected a tool account
Agent wiringAttached or detached a skill or knowledge base; set memory; set guardrail; set a tool account; changed tool sharing mode
LifecycleCreated or deleted an agent, skill or knowledge base; deployed, paused, resumed, archived or restored an agent; uploaded, deleted or retried a document
ConfigurationUpdated an agent, skill or knowledge base; created, renamed or deleted a folder
AuditRead the audit log, exported the audit log

Filtering and export

Filter by person, action group, outcome and date range, then click Export to download the filtered set for an external review or a ticket.

Audit log with filters applied and the export button highlighted

Properties you can rely on

PropertyWhat it means for you
Append onlyRows are never edited or deleted, by anyone, including admins. There is no code path that can.
Role at the timeThe role recorded is the one held when the action happened, not the one held today.
Outlives the userDeleting a user does not erase their history. The trail keeps an identifier that names nobody.
Organization scopedYou only ever see your own organization's rows.

Audit log vs. traces

Audit logAudit traces
QuestionWho changed the system?What happened inside a run?
RecordsConfiguration and access decisionsModel calls, tool calls, retrievals, guardrail checks
Permissionaudit: readtrace: read and trace: read_payloads