create_inbox
Create a temporary email inbox to receive verification emails from any service. Returns a real, working email address for automated sign-ups.
Instructions
Create a temporary email inbox. Returns a real email address that can receive emails from any service (Supabase, Resend, etc). Uses mail.tm with automatic fallback to 1secmail if mail.tm is down.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No | Optional prefix for the email address (e.g. 'signup-test'). A timestamp is appended for uniqueness. | |
| name | No | Optional human-friendly name for this inbox (e.g. 'test-1'). Use this name in other tools instead of the full address. |