Observability โ Phase 1 & 2
Your AI Project Dashboard
Prompt logs, cost tracking, and budget alerts across all your projects.
๐ SDK Setup โ one line change
Install the TokenMeter SDK in your Node.js project. Your API key is below โ keep it secret.
npm install tokenmeter-sdk
import { TokenMeter } from 'tokenmeter-sdk';
// Wrap your Anthropic client โ one line:
const client = TokenMeter.wrap(new Anthropic(), {
apiKey: 'tm_loading...',
project: 'my-bot'
});
// Use client exactly as before โ logs automatically
// Wrap your Anthropic client โ one line:
const client = TokenMeter.wrap(new Anthropic(), {
apiKey: 'tm_loading...',
project: 'my-bot'
});
// Use client exactly as before โ logs automatically
Total Calls
โ
Total Cost
โ
This Month Calls
โ
This Month Cost
โ
Avg Latency
โ
Avg Quality
โ
Daily Cost (last 30 days)
By Project cost
Prompt Logs
| Time | Project | Prompt preview | Tokens | Cost | Latency | Quality |
|---|---|---|---|---|---|---|
| No logs yet โ install the SDK to start tracking | ||||||
Budget Alert Rules
No rules yet
Recent Alert Events
No events yet
Coming Soon
COMING SOON
Hallucination Monitor
Auto-score every response for hallucination risk using a guardian Claude agent. Quality drift alerts.
COMING SOON
A/B Prompt Testing
Test two prompt versions on real traffic. Compare quality, cost, latency. One-click promote winner.
COMING SOON
Multi-Agent Trace
Full trace tree for agentic workflows. See exactly where multi-agent chains fail.
COMING SOON
Compliance Audit Log
Immutable, tamper-proof log of every prompt & response. PII detection. Export for legal review.