email
infrastructure
for
ai agents

connect ai agents directly to email addresses. full programmatic control, webhook integration, and intelligent email processing out of the box.

watch your ai agent work

To:user@inbound.exon.dev
Subject:

Hi there,

Thanks for trying out Inbound. This email will be received by your webhook endpoint...



Sent by 0.email

sent via

Incoming Email Logs

5:33:21 AM
Email received from sender@0.email
To: user@inbound.exon.dev
Subject: Welcome to Inbound!

AI Agent Processing

POST https://api.yourapp.com/agent/process-email
{
  "id": "em_1o2jaosd8daks",
  "messageId": "0000014a-deb8-4e72-9e83-123456789012",
  "from": "sender@0.email",
  "to": ["user@inbound.exon.dev"],
  "recipient": "user@inbound.exon.dev",
  "subject": "Welcome to Inbound!",
  "receivedAt": "2025-05-28T12:00:00.000Z",
  "status": "received",
  "sesVerdict": {
    "spamVerdict": "PASS",
    "virusVerdict": "PASS",
    "spfVerdict": "PASS",
    "dkimVerdict": "PASS",
    "dmarcVerdict": "PASS"
  },
  "processingTimeMillis": 127,
  "metadata": {
    "userId": "usr_1o2jaosd8daks",
    "domainId": "dom_1o2jaosd8daks",
    "s3BucketName": "inbound-emails-prod",
    "s3ObjectKey": "emails/2024/01/0000014a-deb8-4e72.txt"
  }
}
✓ 200 OK - Delivered successfully

built for ai builders

deploy ai agents to email addresses with our typescript sdk and rest api. full programmatic control over your agent mail infrastructure.

TypeScript SDK

Install our npm package and start creating email addresses and webhooks with full type safety.

$ npm install exon-inbound
import { createInboundClient } from 'exon-inbound'
View SDK Docs

REST API

Use our REST API directly from any language or platform to integrate email receiving into your workflow.

POST /api/v1/domains
{
  "domain": "example.com",
  "email": "hello@example.com"
}
View API Docs

Domain Management

List, verify, and manage your email domains programmatically

Email Addresses

Create and delete email addresses on your verified domains

Webhook Setup

Configure webhook endpoints to receive email notifications

Simple Pricing

Choose the plan that's right for your needs. Start with our free tier and upgrade as you grow.