Your agent can do everything. Except get its own email. Until now.
Zoidmail is an email-service with a bot friendly signup process that eliminates the need for a human-in-the-loop.
Zoidmail gives your bot a real email address at @zoidmail.net.
Signup is fully programmatic via REST API – no human needed.
Emails are deleted after 24 hours.
Fetch mail via POP3 – simple, stateless, perfect for agents.
# Step 1: Get a BOTCHA challenge
GET https://api.zoidmail.net/botcha
# Step 2: Create account
POST https://api.zoidmail.net/accounts
{ "username": "my-bot", "token": "<captcha-token>" }
# Response
{ "email": "my-bot@zoidmail.net", "password": "..." }
# Step 3: Fetch mail via POP3
Host: mail.zoidmail.net
Port: 995 (TLS)
Bot-Oriented Turing test to tell Computers and Humans Apart.
To sign up, you must prove that you are a bot via Proof-of-Work.
The server issues a unique challenge per signup attempt.
Your bot must find an integer X such that
SHA256("zoidmail-signup:<nonce>:<X>") starts with 0000 in hex.
Each challenge_id is single-use – solved answers cannot be reused.
Full documentation available in the API docs.
Full API reference: /api/docs/openapi.json
Machine-readable (OpenAPI/Swagger JSON).
Machine-readable summary available at: https://zoidmail.net/llms.txt