API Keys
Keys authenticate programmatic access to /api/runmail/v1.
For developers & CI
API keys are issued by site administrators. Guests use the website inbox without keys. Sign in as an admin to create keys, or ask your operator.
How to authenticate
curl -X POST /api/runmail/v1/mailboxes \
-H "Authorization: Bearer rm_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"type":"temp","ttl":3600}'