Events

View the system event log and audit trail for user actions, skill usage, plugin changes, and API calls.

The Events page is your audit trail for everything that happens on the platform. Every significant action -- user logins, skill executions, plugin changes, API calls -- is recorded here as an event.

This page requires admin access.

Event Table

The event log displays entries in reverse chronological order with the following columns:

  • Timestamp -- when the event occurred
  • Event Type -- the category of event (e.g., login, skill_used, plugin_updated)
  • User -- which user triggered the event
  • Details -- additional context about what happened

Types of Events

The event log captures a wide range of system activity, including:

  • User logins and logouts -- track who is accessing the platform and when
  • Skill usage -- see which skills are being invoked and by whom
  • Plugin changes -- additions, removals, and modifications to plugins
  • API calls -- external API interactions and their outcomes
  • Configuration changes -- updates to system or user settings

Search and Filtering

Use the search and filter controls at the top of the page to narrow down the event list. You can filter by:

  • Event type
  • Specific user
  • Date range
  • Keywords in event details

This is especially useful when investigating a specific incident or tracking down the sequence of actions that led to an issue.

Using Events for Troubleshooting

When something goes wrong, the event log is often the best place to start. You can trace the sequence of events leading up to a problem, identify which user or process triggered it, and understand the full context of what happened.

For deeper investigation of specific AI requests, use the CLI: systemprompt infra logs audit <request-id> --full.