Agent commerce

One subscription, three machine-readable payment paths.

Authenticated agents can purchase Super Powers AI Pro for $199 per month through UCP checkout, MPP Payment authentication, or x402 USDC settlement.

The plan

A recurring entitlement attached to the authenticated Super owner.

Super Powers AI Pro

The plan includes 50 swappable device slots across Mac, Windows, Linux, Android, and iPhone, plus 100,000 computer-use tasks each month at zero task cost. Model usage can use Super credits or supported keys supplied by the account owner.

Authentication before payment

Every purchase endpoint requires a signed-in Super account. OAuth clients request commerce:subscribe. A successful payment activates only that owner’s entitlement and never exposes or transfers access to another user’s devices.

Protocol routes

Discovery and runtime settlement remain aligned.

Universal Commerce Protocol

The business profile is published at /.well-known/ucp. Its shopping service points to https://app.getsupers.com/ucp/v1. Creating a checkout session returns the continuation URL for the existing recurring PayPal subscription.

Machine Payments Protocol

POST https://app.getsupers.com/commerce/subscriptions/super-pro/mpp returns HTTP 402 with a WWW-Authenticate: Payment challenge. The PayPal approval reference is verified server-side before access is activated, and success includes Payment-Receipt. On the payment retry, OAuth agents place their original Bearer credential in X-Super-Authorization because the standard Authorization field carries the MPP Payment credential.

x402

POST https://app.getsupers.com/commerce/subscriptions/super-pro/x402 returns PAYMENT-REQUIRED for an exact 199 USDC charge. A verified settlement grants 30 days of access and returns PAYMENT-RESPONSE. The endpoint fails closed with HTTP 503 if its merchant wallet or facilitator is unavailable.