Receive-only email infrastructure

Temporary Email API for Testing and Automation

Create disposable inboxes for Playwright, Cypress, CI pipelines, onboarding tests, password resets, and magic-link workflows. Receive real email without exposing personal accounts or running an SMTP server.

curl -X POST https://aigeneratoremail.com/v1/mailboxes \
  -H "Authorization: Bearer aieg_live_..." \
  -H "Idempotency-Key: test-run-4821" \
  -H "Content-Type: application/json" \
  -d '{"ttlSeconds": 3600}'

REST API

Versioned JSON endpoints, idempotency, cursor pagination, and stable error codes.

Wait for Email

Wait for messages, verification codes, or authentication links without polling loops.

Signed Webhooks

HMAC signatures, retries, delivery logs, filters, and manual replay.

Custom Domains

Connect Cloudflare DNS through OAuth and receive mail on a dedicated testing domain.

Scoped API Keys

Rotate and revoke hashed keys with mailbox, message, domain, webhook, and usage scopes.