> For the complete documentation index, see [llms.txt](https://docs.mailtrap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mailtrap.io/guides/ai-powered-integrations.md).

# AI-Powered Integrations

- [Antigravity](https://docs.mailtrap.io/guides/ai-powered-integrations/antigravity.md)
- [Anything](https://docs.mailtrap.io/guides/ai-powered-integrations/anything.md): Step-by-step guide on how to integrate Mailtrap with your Anything application to send emails.
- [Augment Code](https://docs.mailtrap.io/guides/ai-powered-integrations/augment-code.md)
- [Base44](https://docs.mailtrap.io/guides/ai-powered-integrations/base44.md)
- [BuildAI](https://docs.mailtrap.io/guides/ai-powered-integrations/buildai.md)
- [Bolt.new](https://docs.mailtrap.io/guides/ai-powered-integrations/bolt-new.md): Step-by-step guide to integrate Mailtrap with Bolt.new to send transactional emails and manage contacts using AI-powered development.
- [Claude](https://docs.mailtrap.io/guides/ai-powered-integrations/claude.md): Integrate Mailtrap with Claude Desktop to send transactional and promotional emails directly from Claude using Model Context Protocol.
- [Codex](https://docs.mailtrap.io/guides/ai-powered-integrations/codex.md)
- [Cursor](https://docs.mailtrap.io/guides/ai-powered-integrations/cursor.md): Integrate Mailtrap with the Cursor code editor to send transactional and promotional emails directly from your AI-powered development environment.
- [GitHub Copilot](https://docs.mailtrap.io/guides/ai-powered-integrations/github-copilot.md)
- [Leap.new](https://docs.mailtrap.io/guides/ai-powered-integrations/leap-new.md): Step-by-step guide on how to integrate Mailtrap with your Leap.new application to send emails.
- [Lovable](https://docs.mailtrap.io/guides/ai-powered-integrations/lovable.md): Step-by-step guide on how to integrate Mailtrap with your Lovable application to send transactional emails and manage contacts.
- [Mailtrap MCP Server](https://docs.mailtrap.io/guides/ai-powered-integrations/mcp-server.md): Automate email workflows from AI IDEs like VS Code or send emails send emails with simple prompts from AI assistants, such as Claude.
- [OpenClaw](https://docs.mailtrap.io/guides/ai-powered-integrations/openclaw.md): Email Sandbox Automation for OpenClaw
- [Qodo](https://docs.mailtrap.io/guides/ai-powered-integrations/qodo.md)
- [OpenCode](https://docs.mailtrap.io/guides/ai-powered-integrations/opencode.md)
- [Replit](https://docs.mailtrap.io/guides/ai-powered-integrations/replit.md): Set up production email sending in a Replit project using the Mailtrap Email API with official SDKs (Node.js or Python).
- [Reflex Build](https://docs.mailtrap.io/guides/ai-powered-integrations/reflex-build.md): Step-by-step guide on how to integrate Mailtrap with your Reflex Build application to send emails.
- [V0](https://docs.mailtrap.io/guides/ai-powered-integrations/v0.md): Learn how to integrate Mailtrap with V0 to send emails through a contact form using AI-generated components and the Mailtrap API.
- [Visual Studio Code (VS Code)](https://docs.mailtrap.io/guides/ai-powered-integrations/vs-code.md): Learn how to integrate Mailtrap with VS Code using the Mailtrap MCP server to send emails directly from the editor with simple AI prompts.
- [Devin AI (ex Windsurf)](https://docs.mailtrap.io/guides/ai-powered-integrations/windsurf.md): Learn how to integrate Mailtrap with Devin to send emails directly from the editor using Cascade and the Mailtrap MCP server.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.mailtrap.io/guides/ai-powered-integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
