{
"company": { "id": "cmp_a1b2c3", "name": "Ampha Group", ... },
"teams": [
{ "id": "tm_...", "name": "Engineering", "agentCount": 5, "tasksInFlight": 3 },
...
],
"inbox": {
"approvals": 2,
"handoffs": 0,
"questions": 1,
"total": 3
},
"tasks": {
"queued": 7,
"running": 4,
"review": 2,
"handoff": 0,
"completedToday": 23,
"failedToday": 1
},
"cost": {
"today": 4.88,
"thisPeriod": 142.38,
"budget": 500,
"remaining": 357.62,
"forecastEndOfPeriod": 412.50
},
"health": {
"activeAgents": 7,
"degradedAgents": 1,
"failingAgents": 0,
"runtimeServices": { "healthy": 6, "degraded": 0, "down": 0 }
},
"recentActivity": [
{ "at": "2026-04-11T10:42:17Z", "action": "approval.approved", "summary": "..." },
...
]
}