{
"serviceHealth": [
{ "name": "Agentbot API", "status": "ok", "detail": "ok" },
{ "name": "Tempo Soul", "status": "ok", "detail": "ok" },
{ "name": "x402 Gateway", "status": "degraded", "detail": "HTTP 502" }
],
"trial": {
"active": 12,
"expiringSoon": [
{
"id": "user_abc123",
"email": "user@example.com",
"endsAt": "2026-04-04T00:00:00.000Z",
"daysLeft": 2
}
]
},
"agents": {
"totals": {
"running": 8,
"stopped": 3,
"error": 1
},
"recentErrors": [
{
"id": "agent_xyz",
"name": "my-agent",
"userId": "user_abc123",
"updatedAt": "2026-04-02T12:00:00.000Z",
"status": "error"
}
]
},
"timestamp": "2026-04-02T12:00:00.000Z"
}