Track every cent of your agent spend

See exactly what each agent costs to run, so you can price correctly and scale profitably.

Automatic Instrumentation

OpenTelemetry wrapper SDKs
capture every call automatically

Drop in our lightweight SDK wrappers for OpenAI, Anthropic, Cohere, and more. Every API call is automatically captured with cost, latency, and token usage — zero manual instrumentation required.

Live event stream
0 today
document_analysed
Doc Agent
2s ago
message_sent
Chat Bot
4s ago
search_completed
AI Search
7s ago
ticket_resolved
Support AI
12s ago
order_placed
Sales Agent
18s ago
Real-time Cost Tracking

Live vendor cost insights
across every model and provider

See revenue, costs, and margins broken down by product, agent, and model — updated in real time. Know exactly where your money goes the moment it's spent.

Product Overview
Revenue
Cost
AI Search65% margin
Doc Agent65% margin
Chat Bot27% margin
Classifier71% margin

Total revenue

$26.2k

Total cost

$7.9k

Blended margin

69.8%

Margin Visibility

Connect agent spend to customer outcomes
and know your true margin

See what each account actually costs you to serve — by agent, by model, by action. No more spreadsheets, no more guessing whether you're making money.

Revenue

$26.2k

+12%

Costs

$7.9k

-3%

Margin

69.8%

+4%

CustomerRevenueCostMargin
Acme Corp$12,400$3,10075%
Globex Inc$8,200$2,87065%
Initech$5,600$1,96065%

SIMPLE INTEGRATION

The fastest way to add
cost tracking to agents

Kickstart your integration with simple SDKs for Node.js, Python, Go and Java. Get started today with simple, self-serve onboarding.

1import { PaidClient, PaidOpenAI } from '@paid-ai/paid-node'
2import OpenAI from 'openai'
3
4const client = new PaidClient({ token: '<your_paid_api_key>' })
5
6// Initialize cost tracking
7await client.initializeTracing()
8
9// Wrap OpenAI in Paid.ai wrapper
10const openaiClient = new OpenAI({ apiKey: '<your_openai_api_key>' })
11const paidOpenAiWrapper = new PaidOpenAI(openaiClient)
12
13// Trace the call
14await client.trace('<your_external_customer_id>', async () =>
15 paidOpenAiWrapper.images.generate({
16 // ...
17 }))
SECURITY

Enterprise Ready
Certified & Secure

SOC 2, GDPR & HIPAA compliant
Encrypted in transit & at rest
Independently audited
GDPR
GDPR
SOC 2
SOC 2
ISO 27001
ISO 27001
HIPAA
HIPAA