Observability for AI agents

Know what your AI agents cost. Catch failures before your users do.

Trakr instruments any AI agent workflow in 2 lines of code. Real-time cost per run, instant failure alerts, loop detection.

Built for teams shipping AI agents to production

TypeScript
import Trakr from '@trakr/monitor';

Trakr.init({ apiKey: process.env.TRAKR_API_KEY });

Dashboard

See cost, failures, and loops the moment they happen

A real-time overview of every workflow — metric cards, run history, and alerts in one place.

Everything you need to run agents in production

Real-time cost monitoring

See cost per run, per workflow, and per model — updated in real time.

Learn more

Failure alerts

Get notified when runs fail or error rates spike.

Learn more

Loop detection

Automatic detection when agents call the same tool repeatedly.

Learn more

Run comparison

Compare cost and performance between workflow versions. Available on Pro and Scale plans.

Learn more

Running in production in under 5 minutes

Install the SDK, send your first run, and set up alerts — no framework lock-in.

1

Install SDK

npm install @trakr/monitor
2

Send first run

import Trakr from '@trakr/monitor';

Trakr.init();
const run = Trakr.startRun('invoice-extractor');
// ... your agent code ...
await run.end({ status: 'success' });
3

Set up alerts

// In the Trakr dashboard:
// Alerts → Create rule → Cost threshold
// Get notified via Slack, email, or PagerDuty

Simple, usage-based pricing

Start free. Upgrade when your agents scale.

Starter

Free

For individual developers validating agents in production.

  • 25K runs/mo
  • 14 days retention
  • 1 user
Get started free
Most Popular

Pro

$79/mo

For teams shipping agents to production with real traffic.

  • 100K runs/mo
  • 90 days retention
  • 3 users
Upgrade to Pro

Scale

$249/mo

For companies running multiple agent pipelines at volume.

  • 1M runs/mo
  • 1 year retention
  • Unlimited
Upgrade to Scale

View full pricing and FAQ

Start monitoring your agents today

Free tier includes 25K runs per month. No credit card required.

Get started free