Now in Beta for Early Adopters

Stop burning cash on
invisible AI agents.

The observability layer for autonomous spend. Track every model call, set hard limits, and attribute costs down to the specific agent workflow.

Trusted by teams building autonomous systems

TechCorp
Autonoma
ScaleAI
NeuralInc
dashboard.dory.io

TOTAL AGENT BURN

$1,240.89

12% lower than last week

ACTIVE AGENTS

47

BLOCKED OVERAGES

12

Last triggered: 2 mins ago

import anthropic
import dory

client = dory.wrap(
    anthropic.Anthropic(),
    agent="document-pipeline",
    api_url="https://api.dory.io",
    api_key="dory_sk_live_...",
)

# Every call is tracked automatically
response = client.messages.create(
    model="claude-sonnet-4-6",
    max_tokens=1024,
    messages=[{"role": "user", "content": prompt}],
)

Infrastructure for the Agent Economy

You wouldn't run a team without a CFO. Don't run agents without Dory.

Real-Time Attribution

Trace every API call back to the specific agent and workflow. No more mystery line items on your Stripe bill.

Programmable Limits

Set hard budget caps per agent. If an infinite loop starts burning cash, we kill the process instantly.

One Integration

Works with LangChain, AutoGPT, and custom stacks. Drop in our SDK and get visibility in minutes.