I lost $59.35 on Claude last month and still couldn't tell you why. So I built Leak. See every API call broken down by feature, user, and model— the one thing the Anthropic Console can't show you. Built for me. Free for you.
pip install leak
from leak import Anthropic
client = Anthropic() # uses ANTHROPIC_API_KEY + LEAK_KEY env vars
client.messages.create(
model="claude-opus-4-7",
feature="icp-scoring",
user="user_123",
messages=[{"role": "user", "content": "..."}],
)Wrap your Anthropic client. Pass feature='icp-scoring' on each call. Every chart in Leak is filterable by it.
See which customer is burning the tokens. Group, sort, drill in.
Built-in AI chat over your metadata. Bring your own Anthropic key so it stays free.
Two tiers. That's it.