Sessions
The Sessions page lists all active and recent sessions across all agents.
Session List
Each session entry shows:
- Agent name — which agent owns the session
- Session key — the unique identifier (e.g.,
agent:mrrobot:main) - Channel — where the session originated (Telegram, WhatsApp, CLI, etc.)
- Model — the model being used
- Token usage — input and output token counts
- Last activity — relative timestamp
Filtering
Filter sessions by agent using the agent selector at the top of the page.
Session Details
Click a session to expand and see:
- Full session key and metadata
- Message count
- Context usage percentage
- Detailed token breakdown
Session data comes directly from the gateway’s sessions.byAgent API. Sessions that have ended are eventually removed from the gateway’s memory.