Skip to main content
For AI agents. No account or balance — you pay per request using the Machine Payments Protocol (MPP), with any MPP-compatible provider.
US cards only. Payment in this flow works only with a US-issued card. Otherwise use authorization — see Authentication.
402 is not an error. It’s the payment step — always retry with a payment credential.

Base URL

Overview

The retry body must be byte-for-byte identical to step 1 — the server checks the SHA-256 digest from the challenge.
Save your Resource-Access-Token. The server returns it as a response header in step 3. Use it as Authorization: Bearer <token> to retrieve your orders — GET /orders/{id} and GET /orders. The token does not expire.
Full request/response examples are in the Translate reference.