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
TOTAL AGENT BURN
$1,240.89
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}],
)You wouldn't run a team without a CFO. Don't run agents without Dory.
Trace every API call back to the specific agent and workflow. No more mystery line items on your Stripe bill.
Set hard budget caps per agent. If an infinite loop starts burning cash, we kill the process instantly.
Works with LangChain, AutoGPT, and custom stacks. Drop in our SDK and get visibility in minutes.