AWS just made AI bot monetization a WAF setting AWS has introduced a new feature in its WAF Bot Control suite that allows publishers to monetize AI bot and agent traffic. The feature uses the HTTP 402 status code and the x402 open protocol to handle machine-to-machine payments at the edge, eliminating the need for custom middleware. This turns AI crawler monetization into a simple WAF configuration setting. The debate about how to monetize AI crawler traffic has been running for two years. AWS just turned it into a checkbox in the WAF console. AWS WAF's new AI traffic monetization feature — part of its Bot Control suite — lets publishers set a price for AI bot and agent access, collect payment at the edge, and serve the response in a single request cycle. No custom middleware. No bespoke auth flows. CloudFront plus config. "When an AI bot or agent requests a protected resource like an article, a data feed, or a licensed archive, AWS WAF returns a machine-readable HTTP 402 Payment Required response using the x402 open protocol for machine-to-machine payments." That's the detail worth sitting with: HTTP 402. The status code that's existed since 1996 — "payment required" — barely used until now, when AI agents can actually pay. Publishers have had essentially two options with AI crawlers: block them robots.txt, rate limits or let them in for free. Neither is great. The monetization layer has always been the missing piece — and it's messy to build yourself. Custom auth, payment processing, access tokens, edge verification — that's a real engineering project before you've even thought about the business model. AWS collapses that into WAF config. The edge handles verification, token issuance, and payment settlement. You set the price. The x402 angle is worth flagging separately: this is an open standard, not an AWS proprietary protocol. If other WAFs, CDNs, and API gateways adopt it, you end up with a common machine-to-machine payment layer across the web. That's a bigger story than one AWS feature launch. AWS WAF AI traffic monetization — announcement https://aws.amazon.com/about-aws/whats-new/2026/06/aws-waf-ai-traffic-monetization/ AWS WAF Developer Guide — AI traffic monetization https://docs.aws.amazon.com/waf/latest/developerguide/waf-ai-traffic-monetization.html ✏️ Drafted with KewBot AI , edited and approved by Drew.