Skip to main content
Monitor agent performance, sessions, and request-level traces across your workspace. Workspace Analytics gives you visibility into how agents behave in production — from aggregate metrics to individual session transcripts and step-level execution logs.
  • Navigation: Settings > Analytics
  • Required role: Owner, Admin, or Operator; Member for project-scoped views.
Use the All Projects dropdown and time range controls (24h, 7d, 30d, 90d) to filter data across all tabs.

Agents

The Agents tab shows aggregate performance metrics for all agents in the selected project and time range.
Agent performance metrics appear once agents start processing sessions.

Metrics

Filter by date range, project, agent, or model. Charts show session volume over time, token usage, cost trends, top agents by session count and cost, and error breakdown.

Sessions

The Sessions tab lists individual user sessions across all agents in the selected project and time range.
Session data appears once agents start processing requests.

Browse sessions

  1. Go to Settings > Analytics > Session Explorer.
  2. Search by session ID, user message content, or agent name.
  3. Filter by status, date range, or agent.
  4. Click a session to view the conversation transcript, tool calls, model usage, state transitions, and metadata.

Traces

The Traces tab provides a step-by-step execution log of agent runs. It offers two views: Event Stream and SQL Query.
Trace events appear once agents start processing sessions.

Event Stream

The Event Stream view shows a chronological log of all agent events in the selected project and time range. Each trace records a span tree — a hierarchical view of all operations: Filter events by type: Use the search bar to find events by session ID, agent name, or event type. The total event count is shown next to the search bar. Trace search syntax:

SQL Query

The SQL Query view lets you run custom queries against trace event data.
Admin access is required to use the SQL Query view.