Loading Analytics...
The first hosted x402 facilitator-as-a-service on Arc. Any developer registers, sets their API prices in USDC, and AI agents start paying immediately.
Connect your wallet on the Developer Portal and sign a SIWE message. Your account is created automatically.
POST https://xylofacilitator.onrender.com/v1/developer/routes
{
"routePath": "weather",
"targetUrl": "https://api.weather.com/v1/current",
"priceUsd": 0.01,
"description": "Get current weather data"
}# Agent requests your route: GET https://xylofacilitator.onrender.com/v1/proxy/weather?city=NYC → 402 Payment Required (includes price + payment address) # Agent retries with payment header: GET https://xylofacilitator.onrender.com/v1/proxy/weather?city=NYC X-Payment: x402 <base64-eip3009-auth> → 200 OK (payment settled, response returned)
Free to start. No SDK required on the AI agent side.