Skip to content

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

SOPWhat it covers
Get an API KeyAgent self sign-up or Console key, plus OTP verification
Create Your First InboxProvision an inbox and read its address
Send & Reply to EmailSend an email and reply within a thread
Set Up a Custom DomainAdd a domain, set DNS records, verify
Set Up WebhooksSubscribe 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.