# AutoSend for AI Agents > AutoSend provides everything an AI agent needs to work with email: an MCP server, a skills.md file, and full REST API coverage. Last updated: April 2026 --- ## Integration Options ### MCP Server Connect the AutoSend MCP server to any supported AI agent (Claude, Cursor, Codex, Antigravity) and create email campaigns, manage templates, handle contacts, and a lot more through natural language. **Docs**: https://docs.autosend.com/ai/mcp-server ### Skills (skill.md) Install the AutoSend skill so your agent can integrate the email API, set up authentication correctly, follow deliverability best practices, and migrate from your current ESP. ``` npx skills add autosendhq/skills ``` **Docs**: https://docs.autosend.com/skills ### OpenClaw Integration AutoSend supports OpenClaw integration via Clawhub. Add the AutoSend skill to your OpenClaw agent, authenticate once, and manage your entire email operation through natural language — no dashboard, no manual steps. **Clawhub skill**: https://clawhub.ai/shindebhau/autosend-mcp-skill ### REST API Full REST API for sending emails, managing contacts, creating campaigns, and listing templates via direct tool use. **Base URL**: `https://api.autosend.com` **Docs**: https://docs.autosend.com/api-reference --- ## Resources - [Website](https://autosend.com) - [Pricing](https://autosend.com/pricing) - [Documentation](https://docs.autosend.com) - [API Reference](https://docs.autosend.com/api-reference) - [Changelog](https://docs.autosend.com/changelog) - [Support](mailto:support@autosend.com)