Self-host agentmail with pluggable storage and transports. Use when building a self-hosted email backend for AI agents, integrating SES/SMTP email into existing apps, or needing full control over email data storage. Provides the same SDK surface as hosted agentmail but runs in your infrastructure with your choice of PostgreSQL, MongoDB, SQLite, or custom storage.
Deploy Autopilot on the Cloudflare stack — D1 for database, R2 for file storage, Workers for hosting, and Email Routing for inbound email. Use when you want a fully serverless Autopilot deployment without AWS, or when you want zero-cold-start email infrastructure on Cloudflare's edge network.
Migrate from hosted AgentMail to self-hosted Autopilot. Use when switching from agentmail.to to your own infrastructure, migrating existing inboxes and message history, setting up DNS cutover, redirecting the agentmail client SDK to a self-hosted endpoint, or running both in parallel during transition.
Step-by-step guide to provision all cloud infrastructure needed to run Autopilot — AWS SES domain verification, S3 bucket for inbound email, SNS topic wiring, DNS records (SPF/DKIM/DMARC), PostgreSQL database, and Docker deployment. Use when setting up a new Autopilot instance from scratch, configuring AWS for email sending/receiving, or debugging DNS/deliverability issues.