Your inbox, your rules
Everything you need to keep your real email hidden from the world.
Private Aliases
Generate a new address for every site. Keep your real email private and harder to correlate across services.
Reply with Alias
Reply to any forwarded email privately using your alias, so your real email is never exposed.
Verified Recipients
Forward aliases to verified inboxes, set a default destination, and route paid-plan aliases to multiple recipients.
Pause Spam Instantly
Disable any alias with one click to stop receiving unwanted mail without touching your real inbox.
PGP Forwarding
Add a PGP key to a verified recipient to encrypt delivered copies before they reach your destination inbox.
Custom Domains
Bring your own domain with DKIM signing for professional aliases like contact@brand.com.
Encrypted Labels & Notes
Organize aliases with vault-encrypted metadata that stays readable only after your account is unlocked.
Activity Stats
Track emails received, blocked messages, last activity, and plan usage from your dashboard.
How it works
Three simple steps to regain your privacy.
Create an Alias
Generate a random or custom alias (e.g. alias@anon.li) in one click.
Use it Online
Use this alias when signing up for newsletters, apps, or shopping online.
Stay Private
We forward emails to your real inbox. Reply directly from your alias while keeping your real address hidden.
Automate aliases when you need to
The core product stays simple, but API keys, CLI commands, browser extension workflows, and MCP tools are available for teams and power users.
curl -X POST https://anon.li/api/v1/alias \
-H "Authorization: Bearer API_KEY" \
-H "Content-Type: application/json" \
-d '{
"format": "random_characters",
"domain": "anon.li"
}'