System Overview

Real-time stats for your AI agent email infrastructure.

Create New Inbox
Active Inboxes
...
All inboxes operational
Messages Processed
...
Inbound & outbound thread history
DGX Workers
...
Local NVIDIA GPU inference
SES Bounce Rate
...
Threshold limit: < 5.0%

Quick Code Access

export MAILMIND_API_KEY="mm_live_demo12345"
curl -X POST http://localhost:8000/api/v1/inboxes \
  -H "Authorization: Bearer $MAILMIND_API_KEY" \
  -d '{"username": "sales-agent"}'