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
4/17/2026
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"
}'