Skip to main content

Overview

Audit Trail is the system of record for change in your workspace. Every time someone creates, updates, or removes a resource, Overcut writes an event that captures who did it, what they did, which resource was affected, and when. That history gives security and compliance teams the accountability they need: a verifiable answer to “who changed this, and when,” without depending on anyone’s memory or on the resource itself still existing. Use Audit Trail to investigate a configuration change, reconstruct the sequence of events around an incident, confirm that a sensitive value was rotated, or produce evidence for an access review or compliance audit.
The Audit Trail page in workspace settings, showing a table of events with action, entity, name, performed-by, and time columns, and an Event Details panel with a before and after JSON diff for an agent model change.
Events are captured automatically whenever a resource changes, so coverage does not depend on each feature remembering to log. Records are append-only: Overcut writes them and nothing in the product edits or deletes them, so the history you review is the history as it happened.

Access

Viewing Audit Trail is restricted to roles responsible for security, compliance, and operational review, so workspace activity stays visible only to the people accountable for it. If you do not see Audit Trail in the workspace, ask a workspace administrator to confirm your role includes permission to view audit logs.

What gets recorded

Each event captures a single change to a single resource. The fields below are what you review and filter on:
FieldWhat it tells you
ActionThe kind of change: Create, Update, Delete, Soft Delete, or Restore.
EntityThe type of resource affected, such as a project, user, role, repository, workflow, agent, or secret.
NameThe resource’s display name when available, otherwise an identifier.
Performed byThe user who made the change, or a system actor for automated activity.
TimeWhen the action occurred.
ChangesA before and after comparison of the changed fields, when change details are available.
The before and after comparison is a summary of which fields changed, not a full copy of the resource. Treat it as evidence that a change happened and what it affected, rather than a backup you can restore from.

How sensitive values are protected

When a change touches a secret or other protected field, Overcut redacts the value before the event is ever written. The event still records that the field changed, who changed it, and when, but the value itself never enters the audit log. This applies to resources like project secrets, API tokens, and credentials. The event names which fields were redacted, so you can see exactly what changed while the values themselves stay out of the log. Audit Trail confirms that a protected value was added, changed, or removed. It is not a way to read or recover the value.
To validate, rotate, or replace a secret, use the resource’s own settings (for example, the project Vault). Audit Trail is for confirming the change occurred, not for retrieving the value.

Filter the history

Events are shown newest first, scoped to the last 7 days by default. Widen or remove the time range to review older activity. Combine filters to narrow a large history down to the change you are investigating:
  • Action: isolate creates, updates, deletions, or restores.
  • Entity type: focus on one category of resource, such as users, repositories, or secrets.
  • Actor: see everything a specific user did.
  • Project: limit results to a single project’s activity.
  • Time range: Last 24 hours, Last 7 days, Last 30 days, or All time.
A typical investigation starts with a time range and an entity type, then adds an actor or action to find the specific event and the related changes around it.

What activity is covered

Audit Trail records change across the resources teams configure and operate, including:
  • Workspaces and projects: workspace and project settings and configuration.
  • People and access: users, teams, roles, permissions, and invitations.
  • Source control: connected repositories and Git organizations.
  • Automation: workflows, agents, skills, MCP servers, and channels.
  • Sensitive configuration: API tokens, project secrets, LLM model credentials, and Custom Events.
Audit Trail captures changes to configuration and access, not runtime activity. It records the per-resource changes teams make, so an individual run’s internal steps are out of scope. For the details of a workflow run, look at its execution log instead.
  • Privacy and Security: how Overcut protects workspace data and secrets.
  • Vault: manage project-scoped secrets used by workflows, agents, and MCP servers.
  • Workspace Settings: configure workspace-level profile, defaults, and credentials.