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.
1. Get API Keys
Create API Keys either with TraceRoot Cloud or Self-Hosting.2. Install the SDK
- Python
- TypeScript
3. Set Environment Variables
.env
4. Instrument Your Code
- Python
- TypeScript
Add a single line at the start of your application to instrument all OpenAI API calls.
5. View Your Traces
Open TraceRoot Cloud (or your self-hosted dashboard), navigate to your project, and you’ll see the full span hierarchy, token usage, cost, and timing.What’s Next?
Python SDK
Full API reference for the Python SDK.
TypeScript SDK
Full API reference for the TypeScript SDK.
AI Agent
Auto-debug failing traces with the built-in AI agent.