Skip to content

Agent email you can ship this weekend

You don't want to become a mail-server admin to ship a side project. Get a managed domain, a real mailbox, and send-and-receive over REST or MCP — without running DNS, DKIM, or IMAP yourself.

cURL
curl https://mail.sairaph.com/api/v1/mailboxes/$MAILBOX_ID/outbound \
  -H "Authorization: Bearer $SAIRAPH_MAIL_KEY" \
  -H "Idempotency-Key: $(uuidgen)" \
  -H "Content-Type: application/json" \
  -d '{
    "to": ["agent@acme.dev"],
    "subject": "Your verification code",
    "body_text": "Reply with APPROVE to continue."
  }'

Your agent's first email — one idempotent POST.

Running mail infrastructure is a project of its own

Doing email yourself means a domain, DNS records, DKIM/SPF/DMARC, an SMTP relay that won't get you blocklisted, and an IMAP server to read replies — before you've written a line of your actual idea. For a weekend project that's the whole weekend. Sairaph Mail hands you a managed mailbox with deliverability handled, so you spend your time on the thing you're building.

How it works

  1. 01Sign up and verify

    You can browse right after signup; verify your email to order a domain, create a mailbox, and send.

  2. 02Order a domain

    Your first-year registration is covered by your plan's domain credit.

  3. 03Create a mailbox and key

    Provision a mailbox and issue a scoped key — read, read-write, or management.

  4. 04Send your first email

    One idempotent POST sends from your managed mailbox.

    cURL
    curl https://mail.sairaph.com/api/v1/mailboxes/$MAILBOX_ID/outbound \
      -H "Authorization: Bearer $SAIRAPH_MAIL_KEY" \
      -H "Idempotency-Key: $(uuidgen)" \
      -H "Content-Type: application/json" \
      -d '{
        "to": ["agent@acme.dev"],
        "subject": "Your verification code",
        "body_text": "Reply with APPROVE to continue."
      }'
  5. 05Read what comes back

    From cache, or ?live=true for an on-demand fetch.

    cURL
    # Read inbound from cache, or live=true for an on-demand fetch.
    curl "https://mail.sairaph.com/api/v1/mailboxes/$MAILBOX_ID/messages?direction=inbound&live=true" \
      -H "Authorization: Bearer $SAIRAPH_MAIL_KEY"

Your first calls

Send, read, or wire up MCP — pick whichever fits the stack you're building in.

Send
curl https://mail.sairaph.com/api/v1/mailboxes/$MAILBOX_ID/outbound \
  -H "Authorization: Bearer $SAIRAPH_MAIL_KEY" \
  -H "Idempotency-Key: $(uuidgen)" \
  -H "Content-Type: application/json" \
  -d '{
    "to": ["agent@acme.dev"],
    "subject": "Your verification code",
    "body_text": "Reply with APPROVE to continue."
  }'

Send, read, or wire up MCP — pick one.

Everything's included on every plan

No tier-gating — even the entry plan ships the full platform.

  • REST API
  • Native MCP server
  • Real-time inbound (?live=true)
  • Managed domain, DKIM & deliverability
  • EU data residency

Frequently asked questions

  • Read OTP & verification codes

    Let an agent receive and read its own one-time codes in real time.

    Learn more
  • Transactional notifications

    Send confirmations and alerts from a managed domain, idempotently.

    Learn more
  • For AI agent developers

    Email shaped for an autonomous program to act on safely.

    Learn more

Ship the idea, not the mail server

Real agent email with nothing to operate.

EU data residencyPer-customer encryptionNative MCP