
TL;DR
Cloudflare's Web Integrity team published the framework behind its agent traffic posture: continuous behavioral trust instead of point-in-time bot scoring, Precursor telemetry from 206 million evaluation events a day across 73,438 zones, and a verified-bot taxonomy where agents earn access by declaring themselves honestly.
On August 7, Cloudflare's Web Integrity and Trust team published the first numbers on what its agent traffic posture looks like in production: 206 million behavioral evaluation events per 24 hours across 73,438 zones, measured by Precursor, the continuous client-side detection system it launched last month. The post is not a feature announcement so much as the release of a framework: Cloudflare now treats bot and agent traffic as a continuous trust evaluation, not a point-in-time bot score.
Three things are worth separating out.
The risk-versus-trust model. Cloudflare's framing: risk is how likely a request is harmful and is ephemeral; trust is earned over time and based on reputation. A one-time CAPTCHA is a risk check. Behavioral analysis across a full session is a trust check. The argument is that the agentic internet's signature traffic pattern makes this distinction necessary: sessions that shift from human to agent and back again, mid-checkout, mid-browse.
Precursor at network scale. Precursor is a CDN-injected JavaScript detector that evaluates behavior continuously for the whole session rather than once on page load. The numbers in this post are the first large-scale evidence for the approach: 206 million evaluation events in a single day, and the patterns Cloudflare says it can now validate across tens of thousands of domains. Two findings matter. Suspicious behavior often happens mid-session, where point-in-time checks never look. And behavior shifts from human to agentic and back within a single session, which means binary bot/human classification is no longer the right question.
The BotBase taxonomy and what follows. Verified bots on BotBase now have two defining properties: they declare themselves honestly, and they do not abuse the trust they have earned. BotBase is also expanding beyond verified actors to track less-than-good bots, because a registry that can validate good behavior is the same machinery that can catch verified actors misbehaving. Cloudflare also previewed Adaptive Intelligence, a detection engine that retrains itself from observed traffic instead of waiting for versioned model releases, and three mitigation families for site owners: randomized responses to break retry logic, AI Labyrinth defensive content for unauthorized bots, and queuing for legitimate agent traffic so good agents get through without being blocked.
From the archive
Aug 7, 2026 • 7 min read
Aug 7, 2026 • 6 min read
Aug 7, 2026 • 8 min read
Aug 7, 2026 • 5 min read
For anyone building agents, the practical signal is the verified-bot bar: declare yourself honestly and keep your behavior consistent with the declaration. Cloudflare's own framing is that site owners want some automated traffic, and the taxonomy exists so honest agents get easier access while stealthy traffic gets harder treatment. That is the same bet behind Web Bot Auth and the identity layer underneath the agentic internet: an agent that identifies itself cryptographically should be cheaper to serve than one that has to be detected. If you ship an agent that visits other people's sites, an honest, verifiable identity is becoming a first-class access decision, not a nice-to-have. The reverse is also true: the gap between "verified agent" and "blocked bot" is where hybrid sessions live, and Cloudflare's data says that gap is now a measurable share of real traffic.
For site owners, the takeaway is that one-time bot checks are the legacy path. The 206 million events number is the evidence that continuous evaluation is operationally real at internet scale, not a lab prototype. The more useful mental model from this post is intent classification: a checkout session that hands off from a human to a shopping agent should be allowed and counted, while the same agent pattern with fraudulent intent should not. That requires behavioral context, which is exactly what point-in-time scores cannot see.
This is the clearest statement yet that the binary "bot equals bad" era is over, and it pairs naturally with the rest of Cloudflare's Agents Week: the Agent Access Model covers how credentials should behave when the client is an agent, and identity-aware AI Gateway analytics apply per-account behavioral baselines to AI API traffic. All three share one idea: context and history beat thresholds and fingerprints. Our own writing on approval fatigue as a security bug makes the same argument from the other side: a prompt that asks "is this ok?" at every step is a decision without context, and the fix is to move decisions into the system that has the history.
Two caveats are worth naming. First, continuous behavioral tracking is a privacy surface: evaluating every session's cursor movements and page interactions, even summarized, is a new kind of telemetry for site owners to disclose and for agents to negotiate around. Second, the trust model structurally favors declarers. An agent that declares itself honestly gets a better path, which is the right incentive, but it also means the classification system's fairness depends on how well BotBase handles abuse by verified actors, and the post is honest that this is exactly the direction its tooling is moving.
The interactive demo (Precursor Trace) lets you see how your own cursor movement gets scored, which is the cheapest way to internalize the difference between risk scoring and behavioral trust. If you operate a public site, the question from this week is no longer whether agents visit you, it is whether you can tell the honest ones from the abusive ones when the session shifts mid-way through.
Read next
Cloudflare's Agents Week finale frames agents as a new kind of web visitor with four primitives: readable, discoverable, callable, payable. Here is what that architecture means for developers building and monetizing agent-facing services.
7 min readOn August 5 Cloudflare published the Agent Access Model: a reference architecture where credentials are short-lived and task-scoped, enforcement lives in the harness and network instead of the prompt, and a Trust Ratchet only narrows an agent's capabilities. The cleanest spec yet for least privilege at agent speed.
7 min readCloudflare AI Gateway now attaches a verified user identity to every request and learns a behavioral baseline per account, flagging 2x-p95 session spikes against an org-wide p99 ceiling. Here is how the anomaly math works and why per-account baselines beat global thresholds.
6 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
CDN, DNS, DDoS protection, and edge computing. Free tier handles most needs. This site uses Cloudflare for DNS and analy...
View ToolOpen-source cloud sandboxes for AI agents. Isolated environments that start in under 200ms, run code in Python, JavaScri...
View ToolA complete, citation-backed Claude Code course with setup, prompting systems, MCP, CI, security, cost controls, and capstone workflows.
ai-developmentSet up Codex Chronicle on macOS, manage permissions, and understand privacy, security, and troubleshooting.
Getting Started
Cloudflare's Agents Week finale frames agents as a new kind of web visitor with four primitives: readable, discoverable,...

On August 5 Cloudflare published the Agent Access Model: a reference architecture where credentials are short-lived and...

Cloudflare AI Gateway now attaches a verified user identity to every request and learns a behavioral baseline per accoun...

The Linux Foundation's Agent Name Service proposal points at a real gap in AI agent infrastructure: agents need verifiab...

Manual approval prompts stop protecting users when coding agents ask too often. The better pattern is risk-aware autonom...

On August 5 Cloudflare open sourced Cloudflare OS, the agent workspace it has run internally since May: capability-based...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.