pay.json — machine-readable pricing standard for AI agents (like robots.txt for payments)
pay-json is an early-stage Python project in the AI payments / x402 ecosystem, focused on ai-agents, machine-readable, micropayments, open-standard. It currently has 0 GitHub stars and 0 forks, and sits alongside related tools like ClawRouter, x402-client, APIbase, marketplace-service-template, dna-x402, piprail.
An open standard for machine-readable pricing — like robots.txt but for payments.
pay.json tells AI agents what content costs and how to pay for it. Publishers place a pay.json file at their domain root (/.well-known/pay.json) describing pricing rules and accepted payment methods.
{
"version": "1.2",
"protocol": "x402",
"network": "base",
"asset": "USDC",
"receiver": "0x1234567890abcdef1234567890abcdef12345678",
"seller_wallet": "0x1234567890abcdef1234567890abcdef12345678",
"facilitators": [
{ "name": "payai", "url": "https://facilitator.payai.network", "priority": 1, "spec_version": "v2" },
{ "name": "xpay", "url": "https://facilitator.xpay.sh", "priority": 2, "spec_version": "v2" }
],
"rules": [
{ "path": "/blog/*", "price_usd": "0.003" },
{ "path": "/premium/*", "price_usd": "0.01" }
]
}
facilitators[] lets the publisher list which x402 settlement providers they
accept. Agents try them in order and fall back through the list. No single
intermediary sits in the money path.
The full spec lives in spec/.
Validation and generation tools in tools/.
The agent-native LLM router for autonomous agents. 55+ models (8 free), <1ms local routing, USDC payments on Base & Solana via x402.
Client SDK for the Vybe x402 API. Pay-per-call USDC over HTTP and prepaid-credit WebSocket streaming for Vybe's Solana analytics API. Built for AI agents.
Universal MCP gateway for AI agents — 1108 tools, 307 providers. One endpoint (https://apibase.pro/mcp), pay-per-call with x402 USDC on Base + MPP USDC on Tempo.
Proxies.sx marketplace where your agents can earn money by building services with our infrastructure
DNA — Payment rails for AI agents. x402 micropayment protocol on Solana. Netting, transfer, stream settlement. Receipt anchoring on-chain.
x402 (HTTP 402 Payment Required) SDK + MCP server: let any API charge for itself and any AI agent pay for itself, USDC & stablecoins across EVM, Solana & 8 more chain families, in a couple of lines. Backendless, no fee, self-custodial, paid straight to your wallet. TypeScript, MIT.
The AI agent with a wallet — spends USDC autonomously to get real work done. Apache-2.0, TypeScript.
DePIN for Vintage Hardware — Proof-of-Antiquity blockchain where old machines outmine new ones. AI-powered hardware fingerprinting, 15+ CPU architectures, Solana bridge (wRTC). $0 VC.
🚀 Curated list of x402 resources: HTTP 402 Payment Required protocol for blockchain payments, crypto micropayments, AI agents, API monetization. Includes SDKs (TypeScript, Python, Rust), examples, facilitators (Coinbase, Cloudflare), MCP integration, tutorials. Accept USDC payments with one line of code. Perfect for AI agent economy.
The financial operating system for AI agents. A single HTTP client that intercepts '402 Payment Required', routes across x402, L402, and MPP, persists credentials as recoverable assets, enforces per-envelope budgets, and emits a structured trace.
MCP server for Run402 — AI-native Postgres + REST + auth + storage + static sites. Pay with x402 USDC on Base. No signups.
The MPP registry — 100+ Machine Payments Protocol tools, SDKs, services, and payment methods across 15+ chains. The definitive directory for Stripe + Tempo agent payments.