VaultMail
Live · 2 domains

Disposable email,
done right.

Real inboxes on real domains, with real-time delivery. Free for everyone. REST API and AI agent tools for builders.

Your inbox is ready
x978r2wphj@oral.bg
Open inbox →
Or pick your own
01
Real domains, real reputation

Inboxes on dropcatched .bg domains with mail history. Work on sites that block Mailinator and temp-mail.org.

02
Real-time delivery

Server-Sent Events push messages to your browser within 1 second of arrival. No polling, no refreshing.

03
Verification codes extracted

OTP regex pipeline finds 4–8 digit codes in subject and body. One-click copy when you need it.

04
REST API + webhooks

Programmatic inbox creation, JSON message format, raw .eml export. Mailinator-compatible at a fraction of the price.

05
Privacy by default

Tracking pixels detected, images blocked, HTML sandboxed. We don't track you. Free tier requires no account.

06
Built for AI agents

Agent tools are live: Claude and GPT can list inboxes, read email, extract OTPs and click links via VaultMail. Automated send and sign-up flows are in progress.

For developers

One curl away from a working inbox.

Same primitive APIs Mailinator charges $99/month for, exposed under /api-docs. JSON shape, SSE stream, OTP extraction, raw .eml download.

# Create an inbox
curl -X POST https://vaultmail.viktorarsov.com/api/v1/inboxes/generate \
  -H "Content-Type: application/json" \
  -d '{"domain":"misterrium.bg"}'

# Stream new messages in real time
curl -N https://vaultmail.viktorarsov.com/api/v1/sse/inbox/<addr>

# Read a message (extracts OTP, links, attachments)
curl https://vaultmail.viktorarsov.com/api/v1/messages/<id>

Ready when you are.

Send anything to your address. It appears here within a second.

Open my inbox →