When a trace contains errors, the AI agent finds the root cause by looking at trace data, prod source code and GitHub activities. Requires setting up GitHub Integration.Documentation Index
Fetch the complete documentation index at: https://traceroot.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.

How It Works
- Examine the trace — reviews error spans, call hierarchy, input/output data, and timing
- Clone the repo — clones your repository at the relevant commit into an isolated sandbox
- Read the prod source code — reads the exact file and line captured in the span attributes
- Identify the root cause — correlates trace data with source code and explains what went wrong