📊Dashboard
Your command center for the Automatos AI Platform
Your control room: live KPIs, runs, and system health at a glance
Overview
The Dashboard is your home page - a real-time overview of your entire Automatos AI system with quick access to key features.
What You'll See:
✅ System health at a glance
✅ Active workflows and execution status
✅ Agent utilization and performance
✅ Recent activity feed
✅ Quick actions for common tasks
✅ Key metrics and trends

System Health Cards
Four key metric cards at the top show system status:
Active Workflows
💡 Workflows currently executing or queued. High number indicates busy system.
Count of active + queued workflows
Trend indicator
Status: 🟢 Normal (<10) | 🟡 Busy (10-20) | 🔴 Overloaded (>20)
Total Agents
💡 All agents created in your system. Active agents can execute tasks.
Total agent count
Active agents count
Utilization percentage
Example: "12 agents (8 active, 67%)"
Documents Indexed
💡 Documents in knowledge base, searchable by all agents via RAG.
Total processed documents
Currently processing
Failed processing
Example: "47 documents"
System Status
💡 Overall platform health. Green = all systems operational.
Status: Operational / Degraded / Down
Component health (API, Database, Redis, Vector Search, LLM Providers)
Uptime percentage

KPIs
Key performance indicators updated in real-time:
Success rate — fraction of successful runs
Latency (p50/p95) — median & tail response times
Retrieval hit‑rate — how often retrieved context was used
Cost (24h) — 24-hour spend estimate
API
Authentication All API calls require headers:
GET /api/system/metrics
Activity Feed
Real-time stream of system events:
Event Types:
🤖 Agent Events: Created, started task, completed, failed
🔄 Workflow Events: Created, started, completed, failed, paused
📁 Document Events: Uploaded, processed, failed
⚙️ System Events: Settings changed, errors, warnings
💡 Live feed of what's happening. Most recent events first.

Example Events:
Live Runs
A rolling feed of recent executions with quick drill‑in.
API (recommended shim)
GET /api/runs/summary?limit=50
Quick Actions
One-click shortcuts for common tasks:
➕ Create Agent: Open agent creation wizard
➕ Create Workflow: Start new workflow
📤 Upload Document: Add to knowledge base
🔍 Search Knowledge: Quick semantic search
⚙️ Quick Settings: Access frequently used settings
📊 View Analytics: Jump to analytics dashboard

Recent Workflows
Shows last 5 workflow executions with status:
Each workflow shows:
Workflow name
Status badge (🟢 Completed, 🔵 Running, 🟡 Queued, 🔴 Failed)
Duration
Agents involved
Quality score
Cost
Actions: View details, Re-run, Pause

Agent Overview
Summary of agent status and utilization:
Status Distribution:
🟢 Active: Ready for tasks
🟡 Busy: Currently executing
🟠 Idle: Available but inactive
🔴 Error: Needs attention
Top Performing Agents (top 3 by success rate)
Utilization Chart: 60-80% is optimal

A/B Testing
Toggle which policy variant is active.
API
GET /api/policy/abtest/get?policy_a=code_assistant_A&policy_b=code_assistant_B
POST /api/policy/abtest/set
Navigation
Sidebar Menu:
📊 Dashboard (home)
🤖 Agents
🔄 Workflows
📚 Knowledge
🧠 Context Engineering
💬 AI Assistant
🔧 Tools
📖 Playbooks
⚙️ Settings
📈 Analytics
Collapsible: Click hamburger to show icons only

Daily Checklist
💡 Morning routine (2-3 minutes):
✅ Check system status (all green?)
✅ Review overnight workflows
✅ Check agent health
✅ Scan activity feed for errors
✅ Plan today's work
Troubleshooting
Dashboard Not Loading
Check internet connection
Clear browser cache
Try incognito mode
Check browser console for errors
KPIs Empty
Ensure
/api/system/metricsreturns JSON401s? Add CORS + ensure headers are forwarded
Metrics Not Updating
Check auto-refresh enabled
Click manual refresh button
Verify WebSocket connection
Reload page
Next: Agents → | Workflows → | Analytics →
Last updated

