Save 80% of integration time
LLM Observability Without the Lock-in
Capture LLM traces once and route them to any observability platform. End vendor lock-in, reduce costs, and simplify your AI infrastructure with intelligent routing.
Get started in seconds
Works with OpenAI, Anthropic, LangChain, and 30+ providers
bun add @untrace/sdk
Instrument once, observe everywhere
Zero-latency observability that just works
// Without Untrace - flying blind 🙈 const response = await openai.chat.completions.create({ model: 'gpt-4', messages: [{ role: 'user', content: prompt }], }); // ❌ No visibility into: // - Only one LLM Observability tool // - Token usage & costs // - Response latency // - Error rates // - Model performance
// With Untrace - full observability 🔍 import { init } from '@untrace/sdk'; init({ apiKey: 'your-api-key' }); // One line setup! const response = await openai.chat.completions.create({ model: 'gpt-4', messages: [{ role: 'user', content: prompt }], }); // ✅ Automatic tracking of: // [!code highlight] // - Token usage & costs ($0.03) // [!code highlight] // - Response latency (1.2s) // [!code highlight] // - Success/error rates // [!code highlight] // - Complete traces // [!code highlight]
Intelligent LLM Trace Routing
Capture traces once, route them intelligently to multiple observability platforms based on your rules.
Universal Trace Capture
Capture LLM traces through OpenAI-compatible proxy, native SDKs, or webhooks. Support for streaming and non-blocking capture.
10+ Platform Integrations
Pre-built integrations for LangSmith, Langfuse, Keywords.ai, Helicone, and more. Custom webhook support for any platform.
Smart Routing Rules
Route traces based on model type, cost thresholds, errors, or custom metadata. Sample intelligently to reduce costs.
Real-time Monitoring
Monitor trace flow, destination health, and costs in real-time. Debug failed deliveries and test new routes.
Enterprise-Grade Infrastructure
Built for scale, security, and reliability. Handle millions of traces with sub-50ms latency.
SOC2 Type II Compliant
Enterprise-grade security with encryption in transit and at rest. Automatic PII detection and redaction.
Global Edge Network
Multi-region deployment with automatic failover. Sub-50ms P95 latency overhead globally.
Simple, usage-based pricing
Start free and scale as you grow. No hidden fees, just pay for what you use.
Free
Perfect for trying out Untrace
Everything in Pro +
- 100K traces/month
- 2 destinations
- Basic routing rules
- Community support
- 7-day retention
GrowthPopular
For growing AI teams
Everything in Pro +
- 10M traces/month
- 5 destinations
- Advanced routing rules
- Cost-based sampling
- Email support
- PII detection
- 30-day retention
- Usage analytics
Scale
For teams at scale
Everything in Pro +
- 100M traces/month
- Unlimited destinations
- Custom transformations
- Priority support
- 90-day retention
- SSO/SAML
- API access
- SLA guarantee
Frequently Asked Questions
Everything you need to know about Untrace. Can't find what you're looking for? Contact our support team.
