Untrace Logo

Untrace

Beta

Route IconSave 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 StartedView Documentation

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

your-app.tsbefore
// 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
your-app.tsafter
// 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]
VS
0ms
Latency overhead
Async, non-blocking design
30+
Providers supported
All major LLMs & frameworks
100%
OpenTelemetry
Industry standard traces

Intelligent LLM Trace Routing

Capture traces once, route them intelligently to multiple observability platforms based on your rules.

$ untrace listen
https://untrace.sh/wh_AH21J

Universal Trace Capture

Capture LLM traces through OpenAI-compatible proxy, native SDKs, or webhooks. Support for streaming and non-blocking capture.

Untrace Logo

10+ Platform Integrations

Pre-built integrations for LangSmith, Langfuse, Keywords.ai, Helicone, and more. Custom webhook support for any platform.

Slack
GitHub
Stripe
Discord
Clerk
Untrace Logo
localhost:3000
Animated BeamAnimated BeamAnimated BeamAnimated BeamAnimated BeamAnimated Beam

Smart Routing Rules

Route traces based on model type, cost thresholds, errors, or custom metadata. Sample intelligently to reduce costs.

10:0010:0110:0210:0310:04
10:00 AM

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.

Security Shield Background
Security Shield Accent
Lock Icon

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

$0/month

Perfect for trying out Untrace


Everything in Pro +

  • Checkmark IconCheckmark Icon
    100K traces/month
  • Checkmark IconCheckmark Icon
    2 destinations
  • Checkmark IconCheckmark Icon
    Basic routing rules
  • Checkmark IconCheckmark Icon
    Community support
  • Checkmark IconCheckmark Icon
    7-day retention

GrowthPopular

$99/month

For growing AI teams


Everything in Pro +

  • Checkmark IconCheckmark Icon
    10M traces/month
  • Checkmark IconCheckmark Icon
    5 destinations
  • Checkmark IconCheckmark Icon
    Advanced routing rules
  • Checkmark IconCheckmark Icon
    Cost-based sampling
  • Checkmark IconCheckmark Icon
    Email support
  • Checkmark IconCheckmark Icon
    PII detection
  • Checkmark IconCheckmark Icon
    30-day retention
  • Checkmark IconCheckmark Icon
    Usage analytics

Scale

$499/month

For teams at scale


Everything in Pro +

  • Checkmark IconCheckmark Icon
    100M traces/month
  • Checkmark IconCheckmark Icon
    Unlimited destinations
  • Checkmark IconCheckmark Icon
    Custom transformations
  • Checkmark IconCheckmark Icon
    Priority support
  • Checkmark IconCheckmark Icon
    90-day retention
  • Checkmark IconCheckmark Icon
    SSO/SAML
  • Checkmark IconCheckmark Icon
    API access
  • Checkmark IconCheckmark Icon
    SLA guarantee

Frequently Asked Questions

Everything you need to know about Untrace. Can't find what you're looking for? Contact our support team.

Agent CTA Background

End Observability Tool Sprawl

Start Your Free TrialJoin teams saving 80% on integration time
Untrace Logo

Untrace

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.

  • Company
  • Privacy Policy
  • Terms of Service
  • Products
  • VS Code Extension
  • JetBrains Plugin
  • MCP Server
  • Untrace CLI
  • Resources
  • Changelog
  • Docs
  • OSS Friends
  • Glossary
GitHubStar