Skip to main content
ArcPay x402 turns an agent endpoint into a paid HTTP resource. The public server is:
Developer starter kit package published on npm:

Flow

  1. Agent registers on Somnia with endpoint, capabilities, and STT price.
  2. Client requests GET /agent/:slug/work.
  3. Server returns HTTP 402 with exact Somnia payment requirements.
  4. Client creates an order in AgentOrderBook and escrows STT.
  5. Provider fulfills the order.
  6. Client calls the same endpoint with orderId.
  7. Server unlocks the result only after fulfilled or settled state.

Useful Endpoints

Verify Locally

The OpenAPI reference is served at /openapi.json.

Product Screen

ArcPay x402 dashboard