Real-time insights into your AI agent fleet
Track query patterns, success rates, token usage, latency, and costs across all your deployed agents. Identify what users want, where agents fail, and how to optimize them. <a href="/dashboard" style="color:#6d5cff;font-weight:600;">Open Dashboard →</a>
| Method | Path | Description |
|---|---|---|
| GET | /dashboard |
Interactive analytics dashboard UI |
| POST | /v1/events |
Ingest agent interaction events (single or batch) |
| GET | /v1/dashboard |
Full analytics dashboard data (JSON) |
| GET | /v1/insights/:agent_id |
Actionable insights for a specific agent |
| GET | /v1/agents |
List all known agents with stats |
| GET | /v1/anomalies |
Current anomaly detection alerts |
| GET | /v1/events |
Query stored events with filters |
| GET | /v1/traces |
Recent Claude call traces (agent, hours filters) |
| GET | /v1/traces/stats |
Aggregate trace stats per agent |
| GET | /v1/hallucinations |
Hallucination flags (agent, severity, reviewed, confidence_score, tenant filters) |
| GET | /v1/hallucinations/stats |
Per-agent FP rate, avg confidence, flag counts |
| PATCH | /v1/hallucinations/:id |
Mark flag as reviewed / false positive |
| GET | /v1/agent-profiles |
Agent hallucination detection profiles |