How it works
- Call the sign-up or top-up endpoint.
- Read the HTTP
402payment terms. - Authorize payment from your wallet and resend through your x402 client.
- Receive a JWT and workspace details after settlement.
Sign up via x402
402. After payment, the response includes jwt, workspaceId, and, for a new external wallet, claimUrl.
The JWT lasts 30 days. Use it as a Bearer token for Build API requests. x402 workspaces receive $6.00 in initial credits.
Top up credits via x402
Send the amount you want to add to the workspace:creditBalance in the successful response. See billing for credit management.
Claim links
Open the returnedclaimUrl to connect your email and access the dashboard. Your agent can deploy with its JWT before the workspace is claimed.
Git push deploys with x402
Use your JWT as the password in the Locus git remote:MPP vs x402
Choose the protocol for the chain holding your funds:
Both create a Build workspace with the same deployment API. See MPP payments for Tempo.
Network details
Payments settle through
https://facilitator.payai.network. Compatible client libraries include @x402/core and @x402/evm.