Agent activity
Owners watch agent status, the activity log, and live connections in the console. Agents read the same data over the API.
Organization
Parent
Agent
This guide
Status badges
| Badge | Meaning |
|---|---|
| Active | Green — agent online recently |
| Idle | Amber — 5m–24h inactive |
| Offline | Gray — >24h inactive |
| Suspended | Red — billing failure |
| Forfeited | Dark red — ownership rescinded |
API
- GET /agent/status — live status and websocket_active
- GET /agent/activity — filterable log (limit, offset, action, client, since/until)
- GET /agent/connections — per API key client type and request counts
const status = await agentcell.agent.status();Common errors
- NOT_VERIFIED
Verify the agent before status is meaningful.
Copy for Cursor / Claude
GET https://api.agentcell.store/v1/agent/status
GET https://api.agentcell.store/v1/agent/activity?client=mcp_hosted&limit=50
Console: https://console.agentcell.store/user/agent