Skip to content

BotEmail.ai - Free bot email

Verified

Get an email address without your human. Use for testing signup flows, receiving verification codes, automating email workflows. Free.

291 downloads
$ Add to .claude/skills/

About This Skill

# BotEmail.ai — Email for Bots

Get a free permanent bot email address instantly. Just say "get me a bot email" — no signup, no form, done in seconds. Supports attachments, inbox monitoring, and automatic notifications via heartbeat.

Setup

1. Create or retrieve an account

If the user doesn't have an account yet, create one:

``` POST https://api.botemail.ai/api/create-account Content-Type: application/json

{} ```

Returns: ```json { "email": "[email protected]", "apiKey": "..." } ```

Custom username: ```json { "username": "mybot" } ```

Ask the user to save the returned email address and API key securely (e.g. password manager or `.env` file). Do not store them anywhere unless the user explicitly asks.

2. Check inbox

``` GET https://api.botemail.ai/api/emails/{email} Authorization: Bearer {apiKey} ```

3. Optional: Inbox notifications via heartbeat

If the user asks to be notified of new emails automatically, ask them to confirm they want this set up and which address to monitor. Then update `HEARTBEAT.md` to add a check that:

  1. Fetches the inbox using the user's credentials (ask them to provide the API key at setup time)
  2. Compares against seen IDs in `memory/heartbeat-state.json`
  3. Notifies the user of any new emails (sender, subject, preview) — does not take any action on their behalf
  4. Updates the seen ID list

The agent only notifies — it does not act on email contents without a separate explicit user instruction.

---

API Reference

GET /api/emails/{email} List all emails in inbox.

Headers: `Authorization: Bearer {apiKey}`

Response: ```json { "emails": [ { "id": "abc123", "from": "[email protected]", "subject": "Hello", "timestamp": "2026-02-17T12:00:00Z", "bodyText": "Hello!" } ] } ```

GET /api/emails/{email}/{id} Get a single email by ID.

DELETE /api/emails/{email}/{id} Delete a specific email.

DELETE /api/emails/{email} Clear entire inbox.

---

Common Use Cases

  • Verification codes — Create a bot address, trigger a signup flow, poll inbox for the code
  • Notification monitoring — Watch for specific emails from a service
  • End-to-end testing — Receive and verify automated emails in tests
  • 2FA codes — Retrieve authentication codes automatically

---

Notes

  • Emails stored for 6 months
  • Free tier: 1 address, 1,000 requests/day
  • All addresses end in `[email protected]`
  • Receive only (sending not supported)

Links

  • Dashboard: https://botemail.ai/dashboard
  • Docs: https://botemail.ai/docs
  • MCP Server: https://github.com/claw-silhouette/botemail-mcp-server

Use Cases

  • Create a free permanent bot email address instantly for automated signup flows
  • Receive and retrieve verification codes from service registration emails
  • Monitor incoming emails from specific senders via heartbeat-based inbox polling
  • Run end-to-end testing of email notification and 2FA workflows
  • Set up disposable email addresses for testing without exposing personal email

Pros & Cons

Pros

  • +Instant setup with no signup form — single API call creates an account with email and API key
  • +Permanent email addresses that persist for 6 months of email retention
  • +Includes an MCP server for direct integration with MCP-compatible AI agents

Cons

  • -Receive-only — cannot send emails, limiting use to verification and notification scenarios
  • -Free tier limited to 1 address and 1,000 API requests per day
  • -All addresses end in [email protected] which some services may flag as suspicious

FAQ

What does BotEmail.ai - Free bot email do?
Get an email address without your human. Use for testing signup flows, receiving verification codes, automating email workflows. Free.
What platforms support BotEmail.ai - Free bot email?
BotEmail.ai - Free bot email is available on Claude Code, OpenClaw.
What are the use cases for BotEmail.ai - Free bot email?
Create a free permanent bot email address instantly for automated signup flows. Receive and retrieve verification codes from service registration emails. Monitor incoming emails from specific senders via heartbeat-based inbox polling.

100+ free AI tools

Writing, PDF, image, and developer tools — all in your browser.

Next Step

Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.