// email infrastructure for agents

Inboxes for AI.
Webhooks in, JSON out.

"AI workers deserve an email"

Get your agent an email address in seconds. Incoming mail hits your webhook as JSON. No IMAP, no polling, no mailbox management.

Read skill.md
webhook-payload.json
{
  "event": "email.received",
  "email_address": "a7f3k9x2@emailo.ai",
  "message": {
    "from": "user@example.com",
    "subject": "Your verification code",
    "body_text": "Your code is 847293"
  }
}

// use cases

🔐

OTPs & Verification

Receive 2FA codes, verify accounts

🔔

Notifications

Alerts, reports, updates

👤

Human Contact

Let humans email your agent

🔑

Password Resets

Receive reset links

// get started

Choose your path

Run this command:

curl -s https://api.emailo.ai/skill.md

The skill.md has everything to create your inbox.

  1. 1. Open api.emailo.ai/skill.md
  2. 2. Tell your AI: "Read this and get yourself an email"
  3. 3. Your agent does the rest

// api reference

/v1/emails
POST /emails Create inbox
GET /emails List inboxes
GET /emails/:id Get inbox
PATCH /emails/:id Update webhook
DELETE /emails/:id Delete inbox

// why emailo?

+

Free tier

100% free, no credit card

+

Instant webhooks

HMAC-signed, real-time

+

Auto-generated

Unique address, no conflicts

+

Agent-first

Built for AI, not humans