Bring your own domain for outbound: registers it, returns the DNS records and a one-click setup link, and reports verification status. Run again to re-check.
AgentMail:
all inputs ✓
✓ marks a combination proven with a real provider call. Others are wired and unit-tested; their first live run verifies them.
| Provider | Status |
|---|---|
AgentMail |
live |
Unit: per_domain · unmatched results billed: no
Charged once when a domain is added; status checks and verification re-runs are free. Domains are not sold here: bring one you own.
The exact price is returned by /v1/inspect before every call and reserved on execution.
curl https://api.routergrowth.com/v1/run \ -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \ -d '{ "capability": "email.domain", "input": { "domain": "..." }, "routing": {"provider": "auto"} }'
{
"properties": {
"domain": {
"description": "A domain or subdomain you own, e.g. mail.example.com",
"type": "string"
},
"tracking": {
"default": false,
"description": "Enable open tracking (adds a link.\u003cdomain\u003e CNAME)",
"type": "boolean"
}
},
"required": [
"domain"
],
"type": "object"
}
domain_id · domain · status · records · setup_url · next_step