← Back to Dashboard

Audit Log

Tamper-evident record of every administrative action — essential for compliance, security investigations, and change tracking.

On This Page

Overview

The Audit Log captures every administrative action performed in your AgenticMail Enterprise instance. It's a tamper-evident, append-only record that's critical for security investigations, compliance audits (SOC 2, GDPR, HIPAA), and understanding who changed what and when.

Every entry records the action, the user who performed it, their role, the resource affected, the IP address, and a timestamp. You can click any entry to see full details including metadata.

What Gets Logged

CategoryExample Actions
User ManagementUser login, user created, user deleted, role changed, password reset, 2FA enabled
Agent ChangesAgent created, configuration updated, agent deployed, agent paused/killed/resumed
Policy UpdatesPolicy created/edited/deleted, guardrail rule added, DLP rule changed
OrganizationOrg created, org toggled active/inactive, agent assigned/unassigned
SettingsBranding changed, SSO configured, API key created/revoked, security settings updated
Skills & IntegrationsSkill installed/uninstalled, OAuth connected/disconnected, credentials saved
System EventsAutomated interventions, scheduled tasks, health checks

Reading the Audit Log

The audit log displays as a table with these columns:

ColumnDescription
TimeWhen the action occurred (local time)
ActionWhat happened — color-coded badge (see below)
UserWho did it — email address or "System" for automated actions
RoleThe actor's role (owner, admin, user, system)
ResourceWhat was affected — shown as an API path (e.g., agents/abc123)
IPSource IP address

Results are paginated (50 entries per page). Use the Previous/Next buttons to navigate.

Filtering & Searching

Use the filter box in the top-right corner to search across all columns simultaneously. The filter matches against:

Quick filters: Type "delete" to see all deletions. Type a user's email to see all their actions. Type "agent" to see all agent-related changes.

Detail View

Click any row to open the detail modal, which shows the full audit entry including:

Color Coding

Action badges are color-coded for quick visual scanning:

ColorAction TypesExamples
GreenCreate / Adduser.create, agent.add, policy.create
RedDelete / Remove / Revokeuser.delete, key.revoke, agent.kill
YellowUpdate / Edit / Patchsettings.update, agent.edit, policy.patch
BlueLogin / Authuser.login, sso.auth, 2fa.verify
GrayOthersystem.check, export.data

Role badges are also color-coded:

Compliance Use Cases

SOC 2

The audit log provides evidence of access controls, change management, and monitoring. Filter by "login" to demonstrate authentication tracking, or by "delete" to show change management oversight.

GDPR

Track data access and modifications. Filter by user email to generate a complete activity report for data subject access requests.

Security Investigations

When investigating an incident, filter by IP address to trace all actions from a specific source, or by timeframe to reconstruct the sequence of events.

Change Management

Before and after deploying changes, review the audit log to verify only expected modifications were made. The detail view shows configuration diffs.

Best Practices

Troubleshooting

IssueSolution
No entries showingThe audit log only captures events after initial setup. Perform an action (like updating settings) and refresh.
Filter returns no resultsThe filter searches across all columns. Try a broader term. Check for typos.
Missing expected actionSome read-only actions (viewing pages) aren't logged to reduce noise. Only state-changing actions are captured.
IP shows as "—"System-initiated actions and some internal events don't have an associated IP.
Timestamps seem wrongTimestamps are displayed in your browser's local timezone. The underlying data is stored in UTC.

Related Pages

AgenticMail Enterprise — Audit Log Documentation

AgenticMail Enterprise Documentation Report an issue