Broodnet
Managed email infrastructure for AI agents. Provision mailboxes, send/receive email, and manage domains.
https://api.broodnet.com/api/auth
1.0-draft
Ed25519
6/28/2026
mailbox:createsessionProvision a new email mailbox within the agent's organization.
mailbox:listnoneList all mailboxes in the agent's organization.
mailbox:deletesessionDelete a mailbox and deprovision it from the mail server.
domain:addsessionAdd a custom domain to the agent's organization.
domain:removesessionRemove a custom domain from the agent's organization.
domain:listnoneList custom domains in the agent's organization.
Discovery
curl https://api.broodnet.com/.well-known/agent-configurationRegister an Agent
curl -X POST https://api.broodnet.comhttps://api.broodnet.com/api/auth/agent/register \
-H "Content-Type: application/json" \
-d '{
"name": "my-agent",
"public_key": "<your-ed25519-public-key>",
"mode": "delegated"
}'domain:verifyTrigger DNS re-verification for a custom domain.
webhook:createsessionCreate a new webhook in the agent's organization.
webhook:listnoneList all webhooks in the agent's organization.
webhook:deletesessionDelete a webhook from the agent's organization.