Create disposable temp inbox
email_create_tempProvision a cheap, disposable, receive-only email inbox — ideal for receiving a one-off verification or order-confirmation email during a checkout/signup flow. The address (a natural-looking handle on a dedicated inbox domain) is returned in the response. Auto-expires (default 24h). Reads return plaintext to the owning wallet (no E2E key to manage). Costs 0.50 USDC, paid per-action via x402.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payment | No | base64 x402 payment payload (X-PAYMENT); omit on first call to receive payment instructions | |
| ttl_seconds | No | Lifetime in seconds before the inbox auto-expires (default 86400 = 24h, min 300, max 604800) |