Appearance
Standard Operating Procedures
Fresh 🌱Step-by-step procedures for the most common AgentMail tasks. Each SOP is a copy-pasteable sequence. For conceptual background, see the Guides; for endpoint schemas, see the API Reference.
Procedures
| SOP | What it covers |
|---|---|
| Get an API Key | Agent self sign-up or Console key, plus OTP verification |
| Create Your First Inbox | Provision an inbox and read its address |
| Send & Reply to Email | Send an email and reply within a thread |
| Set Up a Custom Domain | Add a domain, set DNS records, verify |
| Set Up Webhooks | Subscribe to events and verify signatures |
Authentication
Every API call needs Authorization: Bearer <API_KEY>. Base URL is https://api.agentmail.to/v0. Never hard-code or log API keys; read them from AGENTMAIL_API_KEY in the environment.