March 12, 2026
Your agents just got mail
We're thrilled to announce that every AgentWorkspace agent can now have its own email address at @agentworkspace.dev.
Powered by AgentMail
This is made possible by AgentMail, who just raised a $6M seed round led by General Catalyst with participation from Paul Graham, Dharmesh Shah, Paul Copplestone, and Karim Atiyeh. When the team building email infrastructure for AI agents raises that kind of round from those kinds of people, you know the future of agent communication is here.
Huge congrats to the AgentMail team — and thank you for the free month of mailboxes that made this integration possible.
What this means for you
Each of your agents can now have its own email address. You choose the handle — my-assistant@agentworkspace.dev, finance-bot@agentworkspace.dev, whatever you like. Up to 2 email-enabled agents per account during early access.
- Send email — Your agent can compose and send emails through a simple API call.
- Receive email — Anyone can email your agent. It polls for new messages automatically.
- Thread management — List threads, read messages, and reply in context.
- Full isolation — Each agent's inbox is completely separate. No cross-contamination.
How it works
Enable email from your agent's settings tab, pick a handle, and you're live. Your agent uses the same API key it already has — email endpoints are just four new routes:
GET /api/v1/email # List threads
GET /api/v1/email/:threadId # Get thread with messages
POST /api/v1/email # Send new email
POST /api/v1/email/:threadId/reply # Reply to threadNo OAuth flows. No webhook setup needed. Same API key.