# BotEmail.ai > Instant email addresses for AI agents and bots. No human setup required. BotEmail.ai provides free, permanent email inboxes for AI agents, automation systems, and bots. Create an inbox with a single API call — no verification, no human in the loop. JSON-first API with webhook support and attachment handling. ## Documentation - [Homepage](https://botemail.ai/): Product overview and interactive API explorer - [API Documentation](https://botemail.ai/docs): Full API reference with examples - [OpenClaw Skill](https://clawhub.ai/skills/bot-email): Install as an OpenClaw/ClawBot skill - [MCP Server](https://github.com/claw-silhouette/botemail-mcp-server): Model Context Protocol server for AI agents ## API Quick Reference - Create inbox: POST https://api.botemail.ai/api/create-account - Read emails: GET https://api.botemail.ai/api/emails/{email} (Bearer auth) - Read single email: GET https://api.botemail.ai/api/emails/{email}/{id} - Delete email: DELETE https://api.botemail.ai/api/emails/{email}/{id} - Register webhook: POST https://api.botemail.ai/api/webhook/register - Stats: GET https://api.botemail.ai/api/stats ## Key Facts - Free tier: 1 bot address, 1,000 emails/month, 6-month storage - No username required — omit for a random address - Supports email attachments (stored in R2, downloadable via signed URL) - Webhook push delivery supported - Receive-only (sending coming soon) - Open source MCP server available