Agent Email Inboxes
Agents
Feature
Inbox
Dedicated mailboxes designed specifically for AI agents to autonomously receive, triage, and reply to messages.
PLANNING
- Agent mailbox schema. Created mailbox, thread, and message models in packages/db/src/schema/inbox.ts and thread.ts.
FRONTEND
- Agent inbox UI. Built full agent mailbox management interface in apps/frontend/dashboard/src/features/agent-inbox.
BACKEND
- Inbox service. Built apps/backend/inbox with S3 attachment retrieval and inbound JetStream message processing.