Real-time insights into your AI agent fleet
Track query patterns, success rates, token usage, latency, and costs across all your deployed agents. <a href="/dashboard" style="color:#6d5cff;font-weight:600;">Open Dashboard →</a> | <a href="/swarms" style="color:#7c3aed;font-weight:600;">Swarm Intelligence Hub →</a>
| Method | Path | Description |
|---|---|---|
| GET | /dashboard |
Interactive analytics dashboard UI |
| GET | /swarms |
Swarm Intelligence Hub (Competitive/Evolution Intel) |
| GET | /v1/swarms |
Swarm history data (JSON) |
| POST | /v1/events |
Ingest agent interaction events |
| 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 |