Admin Dashboard — AI Integration
Status: populated Owner: Platform Engineering (Frontend) Last updated: 2026-04-18
1. Overview
The admin-dashboard does not currently integrate with any AI or LLM service directly. AI capabilities are handled by the ai-gateway-service (where present) and surfaced through backend API responses.
2. Potential Future Touchpoints
| Feature | Description | Status |
|---|---|---|
| Anomaly detection alerts | AI-flagged traffic anomalies surfaced on the dashboard | Depends on analytics-service AI features |
| NL message log search | Natural-language query interface for cross-tenant message log | Post-MVP |
| Operator performance recommendations | AI suggestion on routing rule tuning based on delivery data | Research phase |
| Auto-incident summary | LLM-generated summary of system health incidents for runbook integration | Post-MVP |
3. Current State
No AI API keys, no LLM SDK imports, no prompt templates exist in this service. The dashboard renders data that backend services may derive using AI/ML models, but the dashboard itself has no direct AI dependency.