InboxDome API
Coming soon — the consumer service launches first.
Disposable inboxes, OTP extraction, and webhooks for automated tests. Create test inboxes programmatically, wait for a message, extract the verification code, and assert your email flows in CI.
# The shape of things to come
curl -X POST https://api.inboxdome.com/v1/inboxes \
-H "Authorization: Bearer id_live_..." \
-d '{"domain": "smart", "expiresIn": 3600}'
curl "https://api.inboxdome.com/v1/inboxes/inb_.../otp/wait?timeout=30" \
-H "Authorization: Bearer id_live_..."Planned: Playwright/Cypress/Selenium recipes, GitHub Actions integration, webhooks with signed payloads, and an MCP server so AI coding agents can test signup flows autonomously.
Want early access? Email hello@inboxdome.com.