Agentic commerce

PAID is the payment intelligence and orchestration platform for the agentic economy. This page explains what that means when the buyer is an AI agent — and why agent payments need different guarantees than human checkout.

Why agents break normal payment APIs

An agent moving money fails differently than a person: it retries enthusiastically, it acts on stale prices, and a leaked key lets it act at machine speed. A payments platform built for agents has to answer all three structurally — not with rate limits bolted on afterward.

How PAID answers, mechanism by mechanism

The wiring

The agent surface speaks Model Context Protocol over Streamable HTTP (SSE supported), with plain JSON-RPC underneath for agents that prefer raw fetch. Copy-paste configs for Claude Desktop, VS Code, and the Claude CLI — plus a live playground that mints a sandbox key in the browser — are on the for-agents page. The x402 payment-required flow is part of the same surface.

The audit trail agents inherit

Every agent-initiated payment lands in the same Ed25519-signed, hash-chained ledger as everything else — so "what did the agent spend, when, and on whose authority" is a query, not an investigation. That matters the day an operator has to answer for an agent's spending. See the hash-chained ledger.

Related