Your command center — real-time stats, agent health, and recent activity at a glance.
The Dashboard is the first page you see after logging in. It provides a high-level snapshot of your entire agent workforce: how many agents are running, how many tasks are in progress, recent activity events, and any pending approvals that need your attention.
The top row shows four key metrics:
| Card | What It Shows | Why It Matters |
|---|---|---|
| Total Agents | Number of agents in your organization | Capacity planning — know your workforce size |
| Active Agents | Agents currently online and processing | Operational health — are your agents running? |
| Pending Approvals | Actions waiting for human review | Compliance — don't let tasks pile up |
| Recent Events | Activity in the last 24 hours | Situational awareness — what happened today |
If you have client organizations set up, a dropdown appears at the top of the Dashboard labeled "Viewing:". This lets you switch context between:
The org switcher calls GET /api/agents?clientOrgId=xxx which filters agents by their client_org_id column. All downstream data (tasks, events, stats) is then scoped to those agents.
Users bound to a client organization (via the client_org_id field on their user record) see the switcher locked to their org — they cannot switch to other orgs or see internal data.
The bottom section shows the 10 most recent activity events across all agents. Each event shows:
Click any event to see full details in a modal.
When you first set up AgenticMail Enterprise, a setup checklist appears at the top of the Dashboard. It guides you through essential configuration steps:
The checklist disappears once all steps are completed.