AgentCell

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

BadgeMeaning
ActiveGreen — agent online recently
IdleAmber — 5m–24h inactive
OfflineGray — >24h inactive
SuspendedRed — billing failure
ForfeitedDark 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();

Try in console

Observability only — no management controls.

Open /user/agent

Common errors

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