How it works
- Your agent makes a request to a supported paid endpoint without an
X-API-Keyheader. - The API responds with
402 Payment Requiredand aWWW-Authenticate: Payment ...header advertising the supported MPP methods. - Your agent attaches an
Authorization: Payment <credential>header proving payment authorization (signed by the user’s wallet or backed by a Stripe SPT). - The API verifies, runs the request, and returns the response with a
Payment-Receiptheader.
Pricing
MPP prices match x402 pricing — same 20% surcharge over the credit-based pricing.
You pay for what you ask for — limits and array sizes determine the price, not what we deliver.
Supported rails
Both are advertised in the same
WWW-Authenticate header. Your client picks based on which rails it supports.