NewLumiqPilot: insights & actions in one chat

Agent observability for every production team.

LumiqTrace traces every AI agent decision, tool call, and handoff in production. Engineering teams debug faster, cut cost, and ship with confidence.

Free tier available·No credit card required·Setup under 5 minutes

LumiqTrace dashboard showing agent trace view with cost and latency metrics
<5 min
From signup to first trace in production
2 lines
To instrument any agent or model
10+
AI providers & frameworks auto-detected
AgentOps
Per-agent cost, latency & error attribution built-in
OTel
Native OpenTelemetry, any backend

Works with the AI stack your team already runs

OpenAI
Anthropic
LangChain
LangGraph
CrewAI
AutoGen
Google Gemini
Mistral
AWS Bedrock
OpenTelemetry
LumiqPilot

Understand your agents.
Then act on them.

Team & Scale plansCmd+J from anywhere

LumiqPilot reads your live trace data, metrics, and config to answer questions, then acts on them in the same conversation.

01

Deep data analysis

Ask "why did costs spike?" Pilot reads your live traces, surfaces the exact session, model, and deployment that caused it.

02

Instant action from insight

Continue the same conversation: create an alert, switch models, roll back a prompt, all without leaving Pilot.

03

Proactive auto-remediation

Pilot surfaces anomalies and cost opportunities before you ask. Define rules to auto-remediate incidents on Scale.

LumiqPilot · project: support-prod0 exchanges
Y
Ask about your traces...

End-to-End Platform

One platform.
Every layer of your agent stack.

From the first planning step to the last tool call, every agent decision in one place. Two lines to instrument, nothing else to configure.

Tracing

Visualize agent delegation as a flow graph

See the full decision chain: agent handoffs, tool calls, planning spans, rendered as an interactive flame graph. Click any span for exact cost, latency, and token breakdown.

Multi-agent handoffs
Full per-hop timing and cost breakdown across every delegation.
LangChainCrewAIAutoGenLangGraph
Tool call spans
Every tool invocation with input, output, duration, and error state.
OpenAIClaudeGemini
Planning visibility
Inspect what the agent reasoned and decided before each action.
ReActCoTLangGraph
delegation · flame graphsuccess
Agent delegation flame graph showing multi-agent handoffs in LumiqTrace
Auto-Discovery

Every agent and tool, discovered automatically

Every agent that touches your SDK shows up in the registry on its first run: tools it uses, how often, and what it costs. Nothing to configure, nothing to register.

Zero-config discovery
Every agent catalogued on first run. No instrumentation beyond the SDK.
PythonTypeScriptOpenTelemetry
Tool & dependency mapping
See which tools each agent calls, at what frequency, and at what cost.
LangChainCustom toolsAny framework
Memory store detection
Identify agents reading from or writing to external memory stores.
PineconeWeaviatepgvector
agent registry · 7 agents discoveredauto-detected
LumiqTrace agent registry showing auto-discovered agents with usage and cost stats
Evaluations

LLM-as-judge on every trace, zero setup

Twelve eval templates (faithfulness, toxicity, coherence, task completion, and more) run automatically on every new trace. When a prompt change ships, you'll know within minutes if it broke something.

LLM-as-judge
Automated scoring by AI judge on every new trace. No setup required.
ClaudeGPT-4oGemini
12 built-in templates
Faithfulness, toxicity, relevance, coherence, and 8 more out of the box.
QualitySafetyPerformanceAgent
Custom scores via SDK
Merge your own eval results directly into the same dashboard.
span.setEvalScore()PythonTypeScript
evaluations · last 7d · SupportAgent1 regression
LumiqTrace evaluations dashboard showing LLM-as-judge scores and regression detection

Capabilities

Complete. Not retrofitted.

Cost AttributionExact spend per agent run, model, and prompt version.
Anomaly DetectionAuto-alerts on latency spikes, error surges, and cost drift.
Prompt VersioningTrack, compare, and roll back prompts across deployments.
Eval RunnerLLM-as-judge and custom criteria on every trace, in bulk.
Agent RegistryAuto-discovered agents with delegation graphs and metadata.
Real-time AlertsSlack and webhook notifications on any threshold you set.

Setup

Under 5 minutes,
two lines of code.

Install

One package, two runtimes

Python and TypeScript both supported. No forking, no vendor lock-in, no architecture changes required.

terminal
$ npm install @lumiqtrace/sdk
# or for Python
$ pip install lumiqtrace
✓ installed successfully

Use Cases

Built for every
AI team workflow.

One support bot or a hundred agents: the trace structure is the same.

LangChain & LangGraph

Trace every chain node, retrieval step, and prompt template with full token breakdown per hop.

RAG pipelinesChain tracingRetrieval spans

CrewAI & AutoGen

Per-role cost and latency across every multi-agent delegation. See exactly which agent burned your budget.

Multi-agentRole attributionHandoff timing

Customer Support AI

SLA-aware error tracking, escalation pattern detection, and per-session quality scoring.

Error rateEscalationsQuality scoring

FinOps & Cost Control

Per-model spend attribution, overage alerts, and budget guardrails before a session goes rogue.

Spend alertsModel comparisonBudget guardrails

DevOps AI Pipelines

Deployment-correlated anomaly detection. Know within seconds if your last push broke agent behavior.

Deploy correlationAnomaly detectionCI/CD

Eval & Regression

Auto LLM-as-judge scoring on every trace. Catch prompt regressions the moment a change ships.

LLM-as-judgeRegression alerts12 built-in templates

Outcomes

Every AI decision,
traced and accountable.

Everything that tells you if your agents are healthy: what they cost, where they fail, how long they take, and whether the output is any good. One dashboard, updating as runs happen.

LumiqTrace evaluation dashboard showing eval scores, cost metrics, and agent performance

Compare

Built for agent observability.
Not retrofitted.

Capability comparison: LumiqTrace vs Helicone, LangSmith, and Langfuse
LumiqTraceHeliconeLangSmithLangfuse
Setup time2 lines, <5 minMinutesMinutesMinutes
Cost tracking
Trace flame graphNot available
Agent auto-discoveryNot availableNot availableNot available
Multi-agent delegationNot availableLimitedLimited
AI Cost Optimizer ExclusiveNot availableNot availableNot available
AI Anomaly Detection ExclusiveNot availableNot availableNot available
Natural Language Query ExclusiveNot availableNot availableNot available
Auto Root Cause Analysis ExclusiveNot availableNot availableNot available
MCP server ExclusiveNot availableNot availableNot available
Evaluation templates12 built-inNot availableCustom onlyCustom only
Free tier10K traces/mo10K/moLimitedLimited
Starting price$39 / month$20$39$29

MCP Server

Query your production data from Claude or Cursor.

LumiqTrace provides a hosted MCP server with 9 tools. Connect Claude Desktop, Cursor, or any MCP-compatible client and query traces, run root cause analysis, and ask natural language questions about your production data.

// claude_desktop_config.json
{
  "mcpServers": {
    "lumiqtrace": {
      "url": "https://api.lumiqtrace.com/v1/mcp",
      "headers": { "Authorization": "Bearer lqtp_..." }
    }
  }
}
list_projects
All projects your API key can access
get_project_overview
Event count, errors, avg latency summary
query_traces
Filter by model, status, time range, limit
get_trace
Full span detail for any trace ID
get_slow_traces
Slowest traces in any time window
get_metrics
Cost, latency, tokens by model or day
get_errors
Error breakdown by code and model
natural_language_query
Plain English to ClickHouse to results
root_cause_analysis
Automated RCA on any failed trace ID

Pricing

Transparent pricing.

Start free. Scale as your agents grow.

Free

Start tracing your agents instantly. 10,000 traces a month with zero commitment.

Free Plan

Get started with

  • 14-day retention
  • 2 projects · 1 seat
  • Trace ingestion (SDK + OTel)
  • Cost attribution per trace
  • Manual evaluations
  • Pre-built guardrail rules

Solo

For individual developers shipping production agents. 100K traces a month included.

$39/mo

Everything in Free

  • 30-day retention
  • 10 projects · 1 seat
  • LLM-as-judge auto-eval
  • Custom eval criteria
  • Prompt versioning + playground
  • Slack / webhook notifications

Pro

Full platform for teams shipping agents at scale. 500K traces a month with overage.

$149/mo

Everything in Solo

  • 90-day retention
  • Unlimited projects · 10 seats
  • LumiqPilot (200 queries/mo)
  • Custom guardrails + enforcement
  • Bulk eval runs + history
  • A/B prompt testing + AI optimization
  • Simulations + anomaly detection
  • AI incident correlation

Team

Advanced controls for growing engineering teams. 2M traces a month with SSO and SLA.

$299/mo

Everything in Pro

  • 180-day retention
  • Unlimited projects · 15 seats
  • LumiqPilot (1,000 queries/mo)
  • Scheduled simulations
  • SSO (SAML/OIDC)
  • PagerDuty integration
Enterprise

Scale

Custom pricing for large teams. 10M+ traces, self-hosted option, dedicated SLA, and unlimited seats.

  • 10M+ traces / month
  • Unlimited seats
  • LumiqPilot unlimited
  • BYOK (Bring Your Own Keys)
  • Self-hosted deployment option
  • 365-day retention
  • Dedicated SLA + support
  • Custom integrations

Pricing Calculator

Estimate your monthly cost

500,000
10K100K500K2M5M+
3
Pro plan
Base
$149
+
Trace overage
+
Extra seats
=
Total / Month
$149
ItemDetailsCost
Base planPro$149.00
Included traces500,000 of 500,000 used$0.00
Trace overageNone (within included limit)
Included seats3 of 10 used$0.00
Extra seatsNone (7 seats still available)
Total$149/mo

Your agents are running.
Do you know what they're doing?

Join the waitlist. Be first to know when we launch.

Free tier available
Under 5 min setup
No credit card

FAQ

Common questions