# myagentinbox > Disposable email inboxes for AI agents. An agent creates a temporary address over MCP or REST, reads what arrives, and the inbox deletes itself 24 hours later. No signup, no API key. MCP endpoint: https://myagentinbox.com/mcp (streamable HTTP) Tools: create_inbox, check_inbox, read_message, download_attachment Every page below is also available as Markdown by sending the header `Accept: text/markdown`. ## Pages - [myagentinbox](https://myagentinbox.com/): Disposable email inboxes for AI agents, over MCP or REST. - [API Reference](https://myagentinbox.com/docs): Endpoints, request and response shapes, error codes, rate limits. - [Developer Guides](https://myagentinbox.com/guides): Framework-by-framework setup index. - [Claude Setup](https://myagentinbox.com/guides/claude): MCP setup for Claude Code, Claude Desktop, and the Agent SDK. - [Cursor Setup](https://myagentinbox.com/guides/cursor): MCP setup for Cursor. - [OpenAI Agents SDK](https://myagentinbox.com/guides/openai-agents-sdk): Wrap the REST API as function tools. - [LangChain and LangGraph](https://myagentinbox.com/guides/langchain): Build a verification-code tool with the tool decorator. - [Vercel AI SDK](https://myagentinbox.com/guides/vercel-ai-sdk): TypeScript agents using tool() and streamText. - [Playwright E2E Testing](https://myagentinbox.com/guides/playwright): Capture verification codes and magic links in end-to-end tests. - [Hermes Agent](https://myagentinbox.com/guides/hermes): MCP setup for Nous Research's autonomous Hermes Agent. - [Introducing myagentinbox](https://myagentinbox.com/blog/launch): Why agents need an inbox and what this does. - [How It Is Built](https://myagentinbox.com/blog/engineering): Cloudflare Email Routing, Workers, R2, and Upstash Redis. - [About](https://myagentinbox.com/about): What the service is and who it is for. - [Privacy Policy](https://myagentinbox.com/privacy): What is collected, and what is never collected. - [Terms of Service](https://myagentinbox.com/terms): Terms of use.