Patreon Partners With Cloudflare to Block AI Training Crawlers

Patreon has joined Cloudflare's content-independence push, blocking AI training crawlers across its creator network. Here's what changes next.

Data charts and analytics dashboards on a laptop screen, a visual metaphor for the network-level crawler controls Cloudflare ships to creator platforms.

On July 9, 2026, Patreon told creators that AI training bots can no longer reach the work they publish there - and that the change was made at the network layer, on every post, without any per-creator opt-in. Per 404 Media’s reporting on the announcement, the deal was struck with Cloudflare and sits inside the same “Content Independence Day” framework Cloudflare launched on July 1, 2026, with Condé Nast and beehiiv already on the same playbook. For creators who have spent two years watching their back catalog get vacuumed up for training, the practical question is whether a creator-platform-scale enforcement action holds against the same AI labs that already rotate user agents and rewrite robots.txt.

What Patreon actually flipped on

The Patreon change is opt-out for AI crawlers, not opt-in. According to 404 Media, blocking happens “at the network level on all posts published on Patreon,” with “agent and training bots” cut off and search crawlers left allowed so creators can still get discovered. Patreon CEO Jack Conte, announcing the deal in an Instagram post quoted by 404 Media, framed it as a consent question: “Creators deserve credit, compensation, and consent. If that’s not on the table, the crawlers can stay the fuck off Patreon.” Drew Rowny, Patreon’s SVP of Product, tied it to the broader agent boom: “As AI agents become increasingly powerful and popular, creators deserve a meaningful say in how their work is used by AI companies.”

Two pieces of context matter. First, AI-generated content is still permitted on Patreon under its terms of use; the platform updated its AI content guidelines for adult creators in 2024 to permit “AI-generated depictions of people that are illustrated/animated” and “AI-generated hyperrealistic depictions of people” only with documented consent. The crawler block is a separate decision from the upload policy: it stops other people’s AI models from learning on Patreon content, while Patreon’s marketplace continues to allow AI-assisted creator work within its existing rules. Second, this is not Patreon’s first Cloudflare relationship. The 404 Media piece frames the announcement as “building on our existing work with Cloudflare,” which means the infrastructure to inspect and challenge requests at the edge was already in place when the policy choice was made.

The Cloudflare machinery behind the block

Patreon is one of three named publisher-side partners Cloudflare lists on the July 1, 2026 press release that set up this regime - the others are beehiiv and Condé Nast. That release formalized three pieces of infrastructure that any site behind Cloudflare can opt into:

  • Network-layer AI Crawl Control. Cloudflare’s AI Crawl Control documentation describes a per-crawler policy in the dashboard where each known crawler can be set to Allow, Block, or Charge. Blocking generates a WAF custom rule on the customer’s zone; on paid plans, the response code can be set to 403 Forbidden or 402 Payment Required, and the body customized.
  • Pay Per Crawl. The Cloudflare blog post introducing the feature explains the trust model: crawlers generate an Ed25519 key pair, publish the public key as a JWK, register with Cloudflare, and sign requests using HTTP Message Signatures (the signature-agent, signature-input, and signature headers). A crawler that wants to pay sends a crawler-max-price header up front; on success Cloudflare returns 200 with a crawler-charged header. A crawler that did not pre-commit receives a 402 with a crawler-price header and can retry with crawler-exact-price. Cloudflare acts as Merchant of Record; the WAF and bot-management stack runs in front of the pricing layer, so payment is layered on top of blocking rather than replacing it.
  • AI Labyrinth honeypot. Cloudflare launched this on March 19, 2025 and it remains opt-in. When it fires, Cloudflare uses Workers AI to pre-generate a set of decoy HTML pages on unrelated topics, sanitizes them against XSS, stores them in R2, and injects hidden links to them into legitimate pages via a custom HTML transformation. A crawler that walks four links deep is, by Cloudflare’s definition, not a human, and the resulting traffic trains the bot-management ML models on new signatures.

The deadline that makes this regime binding for everyone else is September 15, 2026. Per the same July 1 press release, new Cloudflare customers and new sites will ship with AI training and agent bots blocked by default on ad-displaying pages, and mixed crawlers that do not give site owners a way to separate search from agent use and training “will be blocked on all pages with ads.” Existing free customers who have not changed settings will see the same defaults applied. The named AI-side partners on that release are Ceramic.ai and You.com - the AI companies willing to sign up to the per-crawl model.

What This Means

For a creator on Patreon today, the practical effect is straightforward: an AI lab’s crawler that previously could walk the entire archive now hits a WAF rule on every post, and the lab has three options to keep scraping - sign requests under Web Bot Auth and pay per crawl, ask Patreon for a paid license, or rotate user agents and hope the bot-management heuristics catch them. None of those is free. The Cloudflare-managed defaults are what make the policy sustainable; per-creator robots.txt files have not stopped LLM scrapers for two years, because there is no cost to ignoring a text file and no Cloudflare-grade enforcement behind it.

For the rest of the creator web, Patreon is the test case that decides whether network-layer enforcement holds against the largest AI labs. Condé Nast and beehiiv are on the same framework, but Patreon is the first creator-funding platform with a public posture and an exec willing to say “stay the fuck off” on the record. If AI labs treat Patreon like they treated robots.txt and rotate user agents to keep scraping, the test is whether Cloudflare’s bot-management models detect the new signatures fast enough; if labs sign up and pay, the test is whether the price Cloudflare sets is high enough that creator revenue recovers some of the value the training data represented.

For intelligibberish readers running their own sites, the actionable change is small: turn on AI Crawl Control in the Cloudflare dashboard, set training and agent bots to Block, set search bots to Allow, and consider turning on AI Labyrinth. The September 15 deadline applies the defaults to any new Cloudflare site on its own, but the publisher platforms that have already moved are the ones whose defaults are now the benchmarks the next round of platforms will be measured against.

The Bottom Line

Patreon has put AI training and agent crawlers behind a network-layer block on every post, with search crawlers left allowed. The change was made in partnership with Cloudflare, on top of the Content Independence Day framework Cloudflare shipped on July 1, 2026, with a September 15, 2026 deadline that turns the same defaults on for every new Cloudflare site. AI-generated creator content remains permitted under Patreon’s existing rules; the block stops other AI models from learning on Patreon work. The credibility of the regime now depends on whether AI labs treat a signed, network-enforced access policy any differently than they treated robots.txt.