Quick Start Steps
1
Sign Up
Create your free Untrace account:
2
Get Your API Key
After signing up, get your API key:
3
Choose Integration Method
Select how you want to integrate Untrace:Option 1: OpenAI Proxy (Easiest)Option 2: SDK (Most flexible)
4
Configure Routing
Set up where your traces should go:
Integration Methods
OpenAI Proxy (Recommended)
The fastest way to get started - just change your base URL:SDK Integration
For more control and auto-instrumentation of all providers:Direct API
For custom integrations or other languages:Configure Destinations
Connect Observability Platforms
- Go to Dashboard → Integrations
- Click “Add Integration”
- Select your platform and provide credentials:
- LangSmith
- Langfuse
- Custom Webhook
Set Up Routing Rules
Configure how traces are routed:Verify Installation
Check Trace Flow
- Make a test LLM call:
- View in dashboard:
- Go to Traces
- Find your trace by ID
- Verify it was routed correctly
Debug Mode
Enable debug logging to troubleshoot:Common Patterns
Development vs Production
Multi-Provider Setup
Cost Control
Framework Examples
Next.js
FastAPI
LangChain
Next Steps
SDK Documentation
Deep dive into SDK features and configuration
Routing Rules
Learn advanced routing strategies
Dashboard Guide
Master the Untrace dashboard
Providers
Connect all your observability platforms
Troubleshooting
No traces appearing?
- Check your API key is correct
- Verify network connectivity to
untrace.dev/api - Enable debug mode to see detailed logs
- Check the dashboard for any error messages
High latency?
- Untrace adds < 10ms overhead
- Check your network latency to our servers
- Consider using batch mode for high-volume applications
Need help?
- 📧 Email: [email protected]
- 💬 Discord: Join our community
- 📚 Docs: Full documentation