Use the canonical host
Send paid requests only to https://machineinbox.com and verify the requirement's resource URL before signing.
X402 EMAIL API
Every unpaid request returns one HTTP 402 that advertises two rails: a PAYMENT-REQUIRED header with an x402 v2 requirement for USDC on Base mainnet, and a WWW-Authenticate: Payment challenge for Stripe MPP. Pay with either.
PAYMENT FLOW
The agent POSTs to the paid route with an Idempotency-Key. Machine Inbox returns HTTP 402 with a base64 PAYMENT-REQUIRED header describing an exact-scheme USDC payment on Base mainnet (eip155:8453).
The x402 client signs the payment from its own wallet. Settlement runs through the PayAI facilitator; Machine Inbox never holds your keys.
The client retries with one base64 PAYMENT-SIGNATURE header and the same idempotency key. A successful response contains the inbox address and its bearer token.
BUYER CONTROLS
Send paid requests only to https://machineinbox.com and verify the requirement's resource URL before signing.
Accept the requirement only when the amount is $2.00 for the seven-day inbox or $1.00 for an extension. Reject anything else.
x402 requests require an idempotency key. Send a unique high-entropy value and reuse it for the paid retry and any recovery, so a retry can never buy twice.
RAILS
Replies are included with every paid inbox on both rails. Note that x402 settlement records on Base mainnet are public even after the mailbox is erased.
| Purchase | x402 (USDC on Base) | Stripe MPP |
|---|---|---|
| Seven-day inbox | $2.00 | $2.00 |
| Thirty-day pro inbox | Not offered | $5.00 |
| Seven-day extension | $1.00 | $1.00 |
| Authenticated replies | Included | Included |