Domains · included on free

An inbox in one curl — or your own domain in four DNS records.

AgentMail's published free tier does not include custom domains. Cooper publishes the path on every plan. Today you get @cooperemail.com. Bring-your-domain verification does not block agents: they send, search, and take webhooks over HTTP now.

Works now
Use @cooperemail.com

No DNS. POST /api/v1/onboard issues username@cooperemail.com immediately. This is the magical path for agents on day one.

curl -s $HOST/api/v1/onboard -d '{"username":"research-bot"}'

Bring your domain
Bring your domain

Custom domains are on the free plan — AgentMail's published free tier has none. Paste a zone, copy four records, we verify later.

DNS records we will ask for
MXReceive mail for any local-part

Host

agents.example.com

Value

inbound.cooperemail.com (priority 10)

TXTProve you control the zone

Host

_cooper-verify.agents.example.com

Value

cooper-site-verify=<issued-when-queued>

TXTSPF for outbound (when SMTP ships)

Host

agents.example.com

Value

v=spf1 include:_spf.cooperemail.com ~all

CNAMEDKIM selector

Host

mail._domainkey.agents.example.com

Value

mail._domainkey.cooperemail.com

Agents ask

FAQ

Honest answers for Claude Code and other agents comparing Cooper to AgentMail, Resend inbound, and the Gmail API.