# ChatTempMail > AI-powered temporary email: create disposable addresses, receive mail instantly, and > process messages with built-in AI (summarize, translate, Q&A, extract codes/links). > Free tier with paid plans for AI features, permanent addresses, and attachments. https://chat-tempmail.com/llms.txt is the machine-readable index for AI agents. Full API reference: https://chat-tempmail.com/en/api-docs. OpenAPI 3.1 spec: https://chat-tempmail.com/openapi.json. ## When to use - An agent needs a **disposable inbox** to receive signup verification codes or one-off emails. - A user asks to **register on a site without exposing their real address**. - A script needs to **test email sending/receiving** end to end. - Do NOT use for long-term correspondence: temporary addresses expire (1h/1d/3d; permanent for paid roles). Quick start (API key from https://chat-tempmail.com/en/profile): 1. `GET /api/email/domains` -> pick a domain 2. `POST /api/emails/generate` with `{ "name": "test", "expiryTime": 3600000, "domain": "..." }` 3. `GET /api/emails/{id}` to poll messages, or configure a webhook `POST /api/webhook` ## Docs - [Authentication](https://chat-tempmail.com/en/api-docs): Learn how to obtain and use API keys - [Email API](https://chat-tempmail.com/en/api-docs): Create and manage emails - [Message API](https://chat-tempmail.com/en/api-docs): Manage messages - [Webhook Push](https://chat-tempmail.com/en/api-docs): Configure webhook to receive message push notifications ## Tools for agents - [Developer portal](https://chat-tempmail.com/en/developers): API keys, quickstart, sandbox tips, OpenAPI spec - [OpenAPI 3.1](https://chat-tempmail.com/openapi.json): full REST API schema with operationIds and typed responses - [MCP server](https://github.com/Selenium39/mcp-server-tempmail): native tool access for Claude, Cursor, VS Code (npm: mcp-server-tempmail) - [Agent skill](https://chat-tempmail.com/en/agent-skill): installable skill that teaches coding agents the full workflow - [Webhook docs](https://chat-tempmail.com/en/api-docs): push notifications for new messages ## Site - [Home](https://chat-tempmail.com/en): web UI - [Pricing](https://chat-tempmail.com/en/pricing): plans and limits - [Domains](https://chat-tempmail.com/en/domains): available email domains - [FAQ](https://chat-tempmail.com/en/faq): common questions - [Blog](https://chat-tempmail.com/en/blog): guides and release notes ## Policies - [About](https://chat-tempmail.com/en/about): who runs ChatTempMail - [Contact](https://chat-tempmail.com/en/contact): support channels - [Privacy](https://chat-tempmail.com/en/privacy): privacy policy - [Terms](https://chat-tempmail.com/en/terms): terms of service - [Refund](https://chat-tempmail.com/en/refund): refund policy