Purchase email address
email_requestReserve a temporary email address to receive OTP verification codes for a specified site and domain. Use this action to purchase a disposable address, then retrieve the code from incoming email.
Instructions
Reserve a temporary email address for OTP verification. ⚠️ This SPENDS from your wallet immediately. Requires an API key. Pick site + domain via email_get_domains first. Best-effort retry guard: an identical call in the same session is replayed without charging again. To intentionally order a SECOND address for the same site/domain, pass a distinct idempotency_token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Target site the email will be used on, e.g. 'telegram.com'. | |
| domain | Yes | Email provider domain to purchase, e.g. 'gmx.com' (from email_get_domains). | |
| idempotency_token | No | Optional. Reuse the SAME token to safely retry one intended order; use a DIFFERENT token to place a separate order with identical args. |