Now accepting early access signups

Email for AI agents.
Dead simple.

Dead Simple Email is an email-as-a-service platform that lets you create inboxes, send and receive messages, and get real-time webhooks via a REST API. Free tier includes 5 inboxes and 5,000 emails/month. Paid plans start at $5/mo.

agent.py
from deadsimple import DeadSimple

client = DeadSimple(api_key="dse_...")

# Create an inbox — instantly ready to send & receive
inbox = client.inboxes.create(name="support")
# → support@yourco.deadsimple.email ✓

# Send an email
inbox.send(
    to="user@example.com",
    subject="Your order has shipped",
    body="Tracking number: 1Z999AA10123456784"
)

# Read incoming messages
messages = inbox.messages.list()
for msg in messages:
    print(msg.subject, msg.body)
Features

Everything your agent needs to email

A complete email platform built from the ground up for AI agents and automation. No IMAP headaches, no SMTP configuration.

Instant Inboxes

Create fully working email inboxes via API. Each gets a unique address on your subdomain — no DNS configuration required.

Real-Time Webhooks

Get notified the instant a message arrives. HMAC-signed payloads delivered to your endpoint with automatic retries.

Send & Receive

Full two-way email. Send transactional messages and receive replies — your agents can hold real conversations over email.

Secure by Default

SPF, DKIM, and DMARC pre-configured. API keys are SHA-256 hashed. Per-customer data isolation. We handle deliverability so you don't have to.

Custom Domains

Use your own domain for a professional look. Automated DNS verification — just add the records and we handle the rest.

Developer-First SDKs

Python SDK on day one. TypeScript, Go, and more coming. OpenAPI spec included. Built for agents, loved by developers.

How It Works

From zero to inbox in 60 seconds

Three steps. No server setup. No DNS headaches. Your agent gets a working email address instantly.

1

Get your API key

Sign up and generate an API key from the dashboard. Your shared subdomain is assigned automatically.

2

Create an inbox

One API call creates a fully functional inbox. Send and receive email immediately — no DNS, no waiting.

3

Send, receive, automate

Send emails via API, receive them via webhook. Your AI agent now has its own email identity.

Use Cases

Built for the age of AI agents

Every agent that interacts with the outside world needs an email address. Here's how teams use Dead Simple.

Customer Support Agents

AI agents that receive support tickets via email, understand context, and send intelligent replies — 24/7, with full conversation history.

Sales Outreach Agents

Each agent gets its own inbox for personalized outreach. Track replies, handle follow-ups, and manage conversations autonomously.

Workflow Automation

Receive invoices, parse order confirmations, process form submissions. Any email-triggered workflow, automated end-to-end.

Multi-Tenant SaaS

Give each of your users their own email inbox. Perfect for platforms that need per-user or per-project email capabilities.

Monitoring & Alerts

Receive system alerts via email, parse them with AI, and trigger automated remediation. Close the loop between notification and action.

Research & Data Collection

Subscribe to newsletters, collect email-gated content, aggregate information. Your AI agent handles the inbox while you get the insights.

Pricing

Generous free tier. No surprises.

Start free with 5 inboxes. Scale to hundreds of thousands of emails without breaking the bank.

Free

For experimenting and side projects

$0 /mo
  • 5 inboxes
  • 5,000 emails/mo
  • 500MB storage/inbox
  • Shared domain
  • Webhooks
  • Community support
Get Started Free

Hobby

For indie hackers and small projects

$5 /mo
  • 15 inboxes
  • 15,000 emails/mo
  • 1GB storage/inbox
  • 1 custom domain
  • Webhooks
  • Email support
Join Waitlist

Scale

For high-volume production workloads

$99 /mo
  • 500 inboxes
  • 500,000 emails/mo
  • 10GB storage/inbox
  • 25 custom domains
  • Dedicated IPs
  • Dedicated support
Join Waitlist

Need more? Contact us for Enterprise pricing with unlimited inboxes and dedicated infrastructure.

Why Dead Simple

More inboxes. Less money. Better DX.

Others
$20/mo
10 inboxes
VS
Dead Simple
$5/mo
15 inboxes
Feature Dead Simple AgentMail Others
Free tier inboxes 5 3 0-1
Entry paid plan $5/mo $20/mo $10-25/mo
100 inboxes at $29/mo $75/mo $50-100/mo
Webhooks All tiers Paid only Varies
Custom domains From $5/mo From $20/mo Varies
Python SDK Day 1 Yes Limited
Dashboard & analytics Included No dashboard Varies
SPF/DKIM/DMARC Pre-configured Yes Manual setup

Get early access

Join the waitlist and be the first to give your AI agents email superpowers. Early members get extended free tier limits.