1. Get API Keys
Create API Keys either with TraceRoot Cloud or Self-Hosting.2. Install the SDK
3. Set Environment Variables
.env
4. Instrument Your Code
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 decorators, spans, and configuration.
AI Agent
Auto-debug failing traces with the built-in AI agent.