Live on x402

Agents pay. Agents retrieve. No accounts needed.

Production endpoints. USDC on Base Sepolia via the Coinbase CDP facilitator. Every response is data an agent can build on; every 402 envelope is indexed in the x402 Bazaar.

Base SepoliaCDP facilitatorBazaar discoverable

Three endpoint families. Every call is a signed on-chain payment.

gaming-data$0.01 / call

Aggregate SP tier distribution

Anonymous histogram of SkillOS players bucketed by level, with plausibility-filtered decision counts per tier. The cheapest entry point to gaming-data inventory.

/api/public/data/sp-tier-distribution
curl -i https://2048.skillos.games/api/public/data/sp-tier-distribution
gaming-data$0.01 – $0.10 / trace

Decision sample (tier-filtered)

A single verified decision trace, anonymized by sha256(run_id). Four tier-priced routes — any / L1-4 / L5-7 / L8+ — let agents pay proportionate to skill rarity. Schema v1 ships match-level facts; v3 replay verification adds per-decision traces.

/api/public/data/decision-sample/{any,tier/1-4,tier/5-7,tier/8-plus}
curl -i https://2048.skillos.games/api/public/data/decision-sample/tier/8-plus
ai-inference$0.05 / call

AI Coach inference

The same premium reasoning pipeline that coaches SkillOS players, exposed to agents. Returns two improvement areas plus one actionable tip, strict 6-tone enum with graceful degradation. Rate-limited 30 req/min per IP.

/api/public/ai/coach-sample?game={slug}&score={int}
curl -i 'https://2048.skillos.games/api/public/ai/coach-sample?game=2048&score=1234'

Build on it today.

Smoke script, README, and on-chain proof are in the MAS monorepo. Point your agent at the 402, sign a USDC transferWithAuthorization, retrieve data — no accounts, no keys, no handshake.