email infrastructure for ai agents
Create inboxes, send and receive mail, attach custom domains, and trigger workflows from real mailbox events without running the mail stack yourself.
One API call
A single POST gives your agent a real email address with full send/receive capabilities, IMAP/SMTP credentials, and webhook notifications.
POST /api/v0/inboxes
{
"username": "support-agent",
"domain": "acme.com",
"display_name": "Support Agent"
}Response
{
"inbox_id": "inb_a1b2c3",
"email_address": "support-agent@acme.com",
"imap": { "host": "mail.acme.com", "port": 993 },
"smtp": { "host": "mail.acme.com", "port": 587 }
}Prove send, receive, domains, and webhooks before you worry about operating email infrastructure.