Blog

Payments for the agentic web,explained.

Guides and deep-dives on x402, charging AI agents per API call in USDC, and shipping monetised APIs with one drop-in middleware.

2026-06-26 · 5 min read
Is x402 worth it yet? An honest look at the skeptics

The loudest take on x402 is that demand isn't there, it's just crypto, and micropayments always fail. Some of that is fair. Here's an honest answer to each objection — including the one reason the old micropayment arguments don't apply when the buyer is software.

Read
2026-06-24 · 4 min read
Verify the agent before you charge it: Web Bot Auth, signed agents, and x402

A user-agent string is free text — 'GPTBot' can be anyone. Web Bot Auth gives you cryptographic proof of which agent is really calling. Here's how verified identity works, and how it pairs with charging agents per request.

Read
2026-06-22 · 5 min read
How to price (and meter) an MCP server

You built a useful MCP server. The market average price is $0. Here's how to choose a pricing model that isn't zero — per-call, subscription, or both — and how to handle the metering problems that make charging the genuinely hard part.

Read
2026-06-19 · 5 min read
Pay Per Crawl vs TollBit vs x402: how to actually get paid by AI crawlers

Three real ways to charge AI crawlers in 2026 — Cloudflare's Pay Per Crawl, marketplaces like TollBit, and the open x402 protocol. Here's how each one works, who it fits, and the trade-offs nobody puts in the launch post.

Read
2026-06-17 · 5 min read
x402 vs AP2 vs ACP vs MPP: which agent-payment protocol do you actually need?

2026 gave us an alphabet soup of agent-payment standards — x402, AP2, ACP, MPP, plus L402. They sound like competitors. They're mostly layers. Here's the map: what each one does, where they overlap, and how to pick without guessing.

Read
2026-06-15 · 5 min read
Don't block AI crawlers — charge them

Blocking GPTBot and ClaudeBot is the default advice in 2026, and it's the option that leaves money on the table. Here's the third choice — charge crawlers per request at the edge — and when it beats both blocking and allowing.

Read
2026-06-12 · 4 min read
Pay-per-call vs subscriptions: pricing for AI-agent customers

Subscriptions and quotas were built for humans who plan ahead. Autonomous agents decide call-by-call. Here's why per-call pricing fits agent buyers — and when a subscription still wins.

Read
2026-06-10 · 4 min read
5 ways to get paid by AI agents and crawlers in 2026

A practical map of the ways to charge AI agents and crawlers — edge paywalls, pay-per-call APIs, MCP tool calls, paid data endpoints — and how they compare to API keys and card rails.

Read
2026-06-08 · 5 min read
How to monetize your API for AI agents: a 2026 playbook

A step-by-step playbook for charging AI agents per API call: decide what to meter, set a price, drop in one SDK, test it for free, and go live — without building a billing system.

Read
2026-06-05 · 7 min read
How AI agents pay for APIs: a primer on HTTP 402, x402, and the client side

Most x402 writing is for API owners. This is for the other side — the developer building an agent that has to read a price, pay it, and continue. Here is what the wallet, the handshake, and the budget actually look like.

Read
2026-06-03 · 7 min read
x402 vs Stripe's MPP: choosing payment infrastructure for AI agents in 2026

Stripe launched its Machine Payments Protocol in March 2026. x402 has been in production for longer. Here is how they actually differ — and which one fits which workload — without the marketing varnish.

Read
2026-06-01 · 8 min read
MCP server monetization with x402: charging AI agents per tool call

MCP standardised how AI agents call your tools — but it left the bill unpaid. Here is how x402 fills that gap with a pay-per-call price on each tool, no API keys, no plans.

Read
2026-05-29 · 7 min read
The agentic web's payments gap — and what a signed HTTP 402 actually solves

Programs are becoming first-class clients on the web. The piece that has been missing is a payments primitive software can read, decide on, and act on. Here is what 'signed 402' adds — and why it matters.

Read
2026-05-27 · 6 min read
How to price an API for AI agents (without leaving money on the table)

Pricing an API for autonomous AI callers is different from pricing for developers. Pick the right unit, anchor against three reference points, and use a test mode to iterate without burning real funds.

Read
2026-05-25 · 6 min read
x402 vs API keys: monetising APIs in the agent era

API keys plus monthly plans were built for human developers signing up. Autonomous AI agents want to pay per request and disappear. Here is how x402 differs — and where each still fits.

Read
2026-05-22 · 2 min read
x402 developer integration guide: add pay-per-call to your API in ~5 minutes

The end-to-end path for developers: register a monetised route, grab a test key, add one middleware, go live. Pick the official SDK for your stack — nine of them, one frozen contract.

Read
2026-05-20 · 2 min read
How Paywall charges AI crawlers for site owners (the Cloudflare-edge path)

Connect Cloudflare, write a pricing rule, and AI crawlers get quoted a price instead of taking your content for free — decided at the edge, before your origin, with humans untouched and no code changes.

Read
2026-05-18 · 3 min read
x402 technical deep dive: the X402v1 wire contract, signing, and the request flow

How x402 works under the hood: the frozen X402v1 canonical string, HMAC-SHA256 request signing, the challenge/verify flow, fail-closed semantics, and byte-identical SDK conformance.

Read
2026-05-15 · 3 min read
What is x402? Getting paid when software uses your site or API

Plain-English explainer: x402 lets websites and APIs charge automated visitors (AI agents and crawlers) a small amount per request — no invoices, no crypto knowledge needed.

Read