← Back to Dashboard

Dashboard Overview

Your command center — real-time stats, agent health, and recent activity at a glance.

Contents

Overview

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.

For non-technical users: Think of the Dashboard as a control room. The stat cards at the top are your gauges — they tell you instantly if everything is running smoothly or if something needs attention.

Stat Cards

The top row shows four key metrics:

CardWhat It ShowsWhy It Matters
Total AgentsNumber of agents in your organizationCapacity planning — know your workforce size
Active AgentsAgents currently online and processingOperational health — are your agents running?
Pending ApprovalsActions waiting for human reviewCompliance — don't let tasks pile up
Recent EventsActivity in the last 24 hoursSituational awareness — what happened today
Organization filtering: When you select a client organization from the org switcher, the "Total Agents" count updates to show only that org's agents.

Organization Switching

If you have client organizations set up, a dropdown appears at the top of the Dashboard labeled "Viewing:". This lets you switch context between:

How It Works Technically

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.

Recent Events

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.

Setup Checklist

When you first set up AgenticMail Enterprise, a setup checklist appears at the top of the Dashboard. It guides you through essential configuration steps:

  1. Create your first agent
  2. Configure a communication channel (email, WhatsApp, etc.)
  3. Set up a knowledge base
  4. Deploy an agent
  5. Configure branding (optional)

The checklist disappears once all steps are completed.

Best Practices

AgenticMail Enterprise Documentation Report an issue