> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tryreplicas.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Audit Log

> Track configuration changes across your organization.

The audit log records every configuration change made to your organization, so you can answer "who changed this, and when?" without digging through logs.

Open it from [Organization → Audit Log](https://tryreplicas.com/dashboard/audit-logs) in the settings sidebar. Admins only — see [roles](/admin/team#roles).

## What's tracked

| Category                                                                                                                                                                                                                                                                                         | Where it's configured                            |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------ |
| Automations                                                                                                                                                                                                                                                                                      | [/features/automations](/features/automations)   |
| Environments (variables, files, skills, MCPs, warm hooks)                                                                                                                                                                                                                                        | [/features/environments](/features/environments) |
| Connectors: [GitHub](/features/github), [GitLab](/features/gitlab), [Sentry](/features/sentry), [Linear](/features/linear), [Slack](/features/slack), [Doppler](/features/doppler), [Infisical](/features/infisical), Anthropic, OpenAI, Claude, Codex, Cursor, OpenCode Go, OpenRouter, Bedrock | [/admin/credentials](/admin/credentials)         |
| Members and roles                                                                                                                                                                                                                                                                                | [/admin/team](/admin/team)                       |
| Organization settings, API keys                                                                                                                                                                                                                                                                  | [/admin/credentials](/admin/credentials)         |

Secret values (API keys, tokens, env variable values, file contents) are redacted before the diff is stored.

## Reading an event

Each row shows when, who, what action, and which resource. Click a row to expand the full before / after JSON diff.

The actor is a user, an API key, or `system`. OAuth callbacks log as `system` because the connect step happens after the redirect, outside any signed-in session.

## Filters

The filter bar supports search by resource label or actor email, plus dropdowns for resource type, action, and actor. Reset clears all filters.

## Retention

Events are append-only and retained indefinitely. There is no UI to delete entries.
