allsend.
PRICING

Start free. Upgrade when it matters.

The free plan is not a trial — it's the product. Paid plans add scale, retention and control when you need them. Same privacy guarantees on every plan.

For people · Pro Plan

Private inbox that grows with you.

Free forever. Upgrade to Plus or Pro when you need more room.

Free

Instant disposable inbox you can keep.

Available now
$0
  • Instant address on allsend.io
  • Keep up to 3 addresses forever
  • Sandboxed secure reading
  • No ads · no tracking · EU-hosted

Plus

More addresses, more history.

$9/yr
billed yearly · 2 months free
  • Keep up to 25 addresses
  • Extended history and storage
  • Labels, filters and rules
  • Higher daily send limit
Most popular

Pro

For people who live in their inbox.

$49/yr
billed yearly · 2 months free
  • Everything in Plus
  • Unlimited kept addresses
  • Bring your own domain
  • No auto-expiry on kept mail
  • Priority delivery and support
For agents · Agent Plan

Programmatic inboxes for automations.

On a separate domain so agent traffic never touches human mail.

Dev

For solo builders and side projects.

$90/yr
billed yearly · 2 months free
  • 25 programmatic inboxes
  • REST API and API keys
  • Webhooks and OTP capture
  • Structured JSON per message
Most popular

Startup

Scaled automations with priority.

$990/yr
billed yearly · 2 months free
  • 200 inboxes
  • Isolated, rotatable domains
  • Higher rate limits · priority webhooks
  • Team seats

Enterprise

Dedicated infrastructure and SLAs.

Custom
from $400/mo
  • Unlimited inboxes
  • Dedicated domains
  • SLA · SSO · audit logs
  • Dedicated support

Built for automations.

Type-safe SDK, OTP auto-extracted, works everywhere Node runs.

create-inbox.js
import { AllSend } from "@allsend/agents";
const allsend = new AllSend({ apiKey: process.env.ALLSEND_KEY });

// spin up a fresh inbox on a rotating domain
const inbox = await allsend.inboxes.create({ ttl: "1h" });
console.log(inbox.address);  // e.g. m3z-8fa@allsend-agents.com

// wait up to 60s for the next incoming message
const msg = await inbox.waitForMessage({ timeout: 60_000 });

// OTP codes are auto-extracted — no regex on your side
console.log(msg.otp);   // "482913"
console.log(msg.from);
console.log(msg.subject);
Same privacy on every plan

Privacy is not a paid feature.

Whichever plan you're on, the guarantees below are structural — not a marketing pledge.

GuaranteeFreePlusProDevStartupEnterprise
No ads, ever
No third-party trackers or pixels
No IP addresses stored in app data
No user-agent strings stored
Sandboxed, sanitised email rendering
DOMPurify + iframe sandbox, remote images blocked
EU data residency
Frankfurt, eu-central-1
GDPR export & delete from Settings
Enforced by architecture — not a marketing pledge.
Waitlist

Be first when paid plans land.

Early access, launch pricing, no payment now. We'll email you once — when the plan you signed up for is live.

One email. No payment. No third-party trackers.

Pricing FAQ