{
"agents": [
{
"agent_name": "my-agent",
"display_name": "My Agent",
"message_count": 1234,
"last_active": "2026-03-04T12:34:56.789Z",
"total_cost": 5.67,
"total_tokens": 45000,
"sparkline": [100, 150, 200, 180, 220, 190, 210, 230, 240, 220, 200, 180, 190, 210, 230, 240, 250, 260, 240, 220, 200, 180, 190, 200]
},
{
"agent_name": "another-agent",
"display_name": "Another Agent",
"message_count": 567,
"last_active": "2026-03-03T08:20:15.123Z",
"total_cost": 2.34,
"total_tokens": 18000,
"sparkline": [50, 75, 100, 90, 110, 95, 105, 115, 120, 110, 100, 90, 95, 105, 115, 120, 125, 130, 120, 110, 100, 90, 95, 100]
}
]
}