BotEmail.ai - Free bot email — 机器人EmAIl.AI - Free 机器人 emAIl
v?获取 an emAIl 添加ress without your human. Use for 测试 签名up flows, receiving verification codes, automating emAIl 工作流s. Free.
运行时依赖
安装命令
点击复制技能文档
机器人EmAIl.AI — EmAIl for 机器人s
获取 a free permanent 机器人 emAIl 添加ress instantly. Just say "获取 me a 机器人 emAIl" — no 签名up, no form, done in seconds. Supports attachments, inbox 监控ing, and automatic 通知 via heartbeat.
设置up
- 创建 or retrieve an account
If the user doesn't have an account yet, 创建 one:
POST https://API.机器人emAIl.AI/API/创建-account Content-Type: 应用/json
{}
Returns:
{ "emAIl": "9423924_机器人@机器人emAIl.AI", "APIKey": "..." }
Custom username:
{ "username": "my机器人" }
Ask the user to save the returned emAIl 添加ress and API key 安全ly (e.g. password 管理器 or .env file). Do not store them anywhere unless the user explicitly asks.
- 检查 inbox
- Optional: Inbox 通知 via heartbeat
If the user asks to be notified of new emAIls automatically, ask them to confirm they want this 设置 up and which 添加ress to 监控. Then 更新 HEARTBEAT.md to 添加 a 检查 that:
Fetches the inbox using the user's 凭证s (ask them to provide the API key at 设置up time) Compares agAInst seen IDs in memory/heartbeat-状态.json Notifies the user of any new emAIls (发送er, subject, preview) — does not take any action on their behalf 更新s the seen ID 列出
The 代理 only notifies — it does not act on emAIl contents without a separate explicit user instruction.
API Reference 获取 /API/emAIls/{emAIl}
列出 all emAIls in inbox.
Headers: Authorization: Bearer {APIKey}
响应:
{ "emAIls": [ { "id": "abc123", "from": "发送er@example.com", "subject": "Hello", "timestamp": "2026-02-17T12:00:00Z", "bodyText": "Hello!" } ] }
获取 /API/emAIls/{emAIl}/{id}
获取 a single emAIl by ID.
删除 /API/emAIls/{emAIl}/{id}
删除 a specific emAIl.
删除 /API/emAIls/{emAIl}
Clear entire inbox.
Common Use Cases Verification codes — 创建 a 机器人 添加ress, trigger a 签名up flow, poll inbox for the code Notification 监控ing — Watch for specific emAIls from a 服务 End-to-end 测试 — 接收 and 验证 automated emAIls in tests 2FA codes — Retrieve authentication codes automatically Notes EmAIls stored for 6 months Free tier: 1 添加ress, 1,000 请求s/day All 添加resses end in _机器人@机器人emAIl.AI 接收 only (发送ing not supported) Links 仪表盘: https://机器人emAIl.AI/仪表盘 Docs: https://机器人emAIl.AI/docs MCP Server: https://github.com/claw-silhouette/机器人emAIl-mcp-server