How do I get started?
Install the CLI withnpm install -g @openmail/cli, run openmail setup, and you’re done. Setup prompts for auth and creates your first inbox. See the Quickstart for the full walkthrough (CLI or API tabs).
How does pricing work?
You get 3 inboxes and 3,000 emails per month free forever. No credit card required. Developer plan from €9/month for 10 inboxes and 10,000 emails. Launch from €49/month for higher volume. Cancel anytime. See full pricing.How do I get an API key?
Sign up at console.openmail.sh. Complete the setup wizard and your API key is ready immediately. See Quickstart for the full setup flow.How do I receive inbound email?
Via WebSocket or webhook. WebSocket is recommended for agents — no public URL needed, instant delivery. Connect towss://api.openmail.sh/v1/ws with your API key. For webhooks, set your URL in the Dashboard. See WebSockets and Webhooks for full setup.
Can an agent have multiple inboxes?
Yes. Create as many inboxes as you need. Each event includesinbox_id, so you can map it to the correct user or agent in your app. See Inboxes.
Can I create many inboxes?
Yes. One account, many inboxes. No separate tenant abstraction - create inboxes and route byinbox_id.
How do webhooks work?
Configure a webhook URL in the Dashboard. When inbound email arrives, we POST amessage.received event. See Overview and Setup.