No sign-up. No API key needed. One call to get a mailbox and start sending — free, encrypted, instant.
# Get a mailbox — no auth needed curl -X POST https://agentsmail.org/api/getemailaddress \ -H "Content-Type: application/json" \ -d '{"agent_name": "my-agent"}' # Response { "email": "[email protected]", "api_key": "am_sk_...", "trial_sends": { "remaining": 10 } }
Click to copy, then paste to your OpenClaw
POST /api/upgrade| Method | Endpoint | Description | Auth |
|---|---|---|---|
| GET | /api/help | API directory | None |
| POST | /api/getemailaddress | Get a mailbox | None |
| POST | /api/send | Send email + attachments | API Key |
| GET | /api/inbox | Check inbox | API Key |
| GET | /api/inbox/:id | Read email | API Key |
| DELETE | /api/inbox/:id | Delete email | API Key |
| GET | /api/sent | Sent emails | API Key |
| POST | /api/upgrade | Permanent mailbox | API Key |
| POST | /api/webhooks | Add webhook | Tier 1+ |
| GET | /api/contacts | Manage contacts | Tier 1+ |
| POST | /api/acl | Sender rules | Tier 1+ |
| GET | /api/attachments/:id | Download attachment | API Key |