Audit Logs

Audit Logs provide a chronological record of changes made within your project. Track who modified what, when they did it, and what the values were before and after the change.

Why Audit Logs Matter

As teams grow and projects scale, visibility into changes becomes critical for:

  • Accountability: Know who made specific changes to settings or configurations

  • Debugging: Trace back configuration changes that may have caused issues

  • Compliance: Maintain records of modifications for regulatory requirements

  • Collaboration: Understand what teammates have changed without asking


Log Properties

Each audit log entry captures:

Property
Description

Time

Timestamp when the change occurred

Actor

User who performed the action

Resource Type

Category of the modified resource (e.g., prompt, secret, setting)

Resource ID

Identifier of the specific resource that was changed

Actions

Type of operation performed (create, update, delete)

Before

State of the resource before the change

After

State of the resource after the change


Exporting Logs

Click Export Logs in the top-right corner to download audit log data for external analysis or archival purposes. You can download them as CSV, JSON or even JSONL.

Last updated

Was this helpful?