mailfade.dev
API live ยท mailfade.dev

Disposable email API.
No signup. No BS.

Programmatic temp inboxes for developers and AI agents. Try it free, pay sats for more.

# Try it free right now curl https://mailfade.dev/inbox/test123@mailfade.dev

Why mailfade?

โšก

API-first

Built for scripts, agents, and CI pipelines. Clean JSON responses, no scraping.

๐Ÿ”’

No signup

No email, no account, no cookies. Pay sats, get a key. That's it.

๐Ÿ“Ž

Attachments

Full multipart support. PDFs, images, archives โ€” all preserved up to 10 MB.

๐Ÿค–

Agent-friendly

Standard Bearer auth. Works with any HTTP client, any language, any AI framework.

Quick start

# 1. Check any inbox (free, 50 req/day) curl https://mailfade.dev/inbox/bot42@mailfade.dev # 2. Read a message curl https://mailfade.dev/message/<id> # 3. Download an attachment curl https://mailfade.dev/attachment/<id> -o file.pdf # 4. With a paid key curl -H "Authorization: Bearer YOUR_KEY" \ https://mailfade.dev/inbox/mybot@mailfade.dev
# Python example import requests inbox = "testbot@mailfade.dev" r = requests.get( f"https://mailfade.dev/inbox/{inbox}", headers={"Authorization": "Bearer YOUR_KEY"} ) emails = r.json()["emails"]

Pricing

Free
0 sats
No key needed
  • 50 requests / day
  • 1h email retention
  • No attachments
  • Per-IP limit
Medium
8,000 sats
~$4 ยท one-time
  • 10,000 requests
  • 30-day retention
  • Attachments included
  • Bearer key auth
Large
60,000 sats
~$30 ยท one-time
  • 100,000 requests
  • 90-day retention
  • Attachments included
  • Bearer key auth

How to buy a key

Lightning payments are processed manually right now โ€” we respond within minutes.

1
Email mailfade@proton.me with the tier you want (S / M / L)
2
We reply with a Lightning invoice to pay in sats
3
Pay from any Lightning wallet โ€” Phoenix, Wallet of Satoshi, Cash App, etc.
4
Reply with payment confirmation โ€” we send your API key immediately

FAQ

Do you store my emails permanently?

No. All emails are auto-deleted after 4 hours (free) or at your key's expiry. We store nothing long-term.

What personal data do you collect?

None. No account, no email address from you, no IP logging beyond rate-limiting. The API is designed to be used without revealing anything about yourself.

Why Lightning only?

Because it requires no signup, no card, and no identity from you. Pay sats โ†’ get key โ†’ use API. That's the whole flow.

What Lightning wallets work?

Any standard Lightning wallet: Phoenix, Wallet of Satoshi, Breez, Cash App, Strike, Zeus, Muun. If it can scan a QR code and pay an invoice, it works.

Can I use this for bulk / commercial testing?

Yes โ€” that's exactly the use case. Tier L gives you 100,000 requests over 90 days for $30. Buy as many keys as you need; no per-account limits.