ANONYMOUS MODE · NO SIGNUP

One click. temporary inbox.

10-minute address you can send mail to. No GitHub, no card. Sign up later if you want to keep your inbox + raise the TTL to 24h.

Sign up with GitHub
No card · 10-min TTL · 1 inbox per session

Anonymous mode FAQ

How long does a temporary inbox last?

The anonymous inbox lives for 10 minutes from creation. When it expires, the address and any captured mail are removed. Sign up free with GitHub to extend to a 1-hour TTL (Free plan, 50 inboxes/month) or 24-hour TTL (Pro plan).

Do I need to sign up to test this?

No. Click "Create my test inbox" and you get a working address immediately. The address is bound to a session cookie, so you can poll it via the API or watch the live stream on this page. No GitHub, no card, no email required.

Can I capture OTP codes and verification links automatically?

Yes. Every message is scanned for 4-8 digit OTPs and the first signup-style link. Use GET /v1/anon/inbox/wait-for-code for a long-poll that returns when the code arrives, or /wait-for-link for verification URLs. Same pattern works for authed accounts.

Does this work with Playwright, Cypress, or AI agents?

Yes. Anonymous mode uses a cookie-bound session so the same address persists across requests in your test or agent loop. For AI agents, the @mailsink/mcp npm package exposes 8 tools via MCP. For test runners, the fetch() snippet on this page works in any JS environment.