惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
J
Java Code Geeks
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
aimingoo的专栏
aimingoo的专栏
U
Unit 42
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG
T
Tailwind CSS Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
Apple Machine Learning Research
Apple Machine Learning Research
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
腾讯CDC
I
InfoQ
GbyAI
GbyAI
博客园_首页

Mintlify Blog

22 UX improvements to the web editor Introducing the Mintlify Help Center Starter Kit Introducing the collaborative editor built for teams and agents Workflows, rebuilt Is your documentation agent-ready? Mintlify raises $45M Series B led by Andreessen Horowitz and Salesforce Ventures 5 things you didn't know you could do in the Mintlify web editor The improved Mintlify CLI Docs on autopilot: From zero to self-maintaining with Mintlify How we built a virtual filesystem for our Assistant We Replaced Our Internal Wiki With a Slack Bot. You Should Too. 8 ways teams use Mintlify to keep docs updated automatically Documentation is your AI interface What three years of watching AI in production taught us Bridging two JSX runtimes: How we solved Astro's React children problem AI agents are shipping faster than anyone can document Knowledge management systems for technical teams Workflows: Automate documentation maintenance Mintlify acquires Helicone to redefine AI knowledge infrastructure Why more product managers are switching to Mintlify Auto-generating documentation sites from GitHub repos Your docs, your frontend, our content engine Take control of your documentation system Almost half your docs traffic is AI, time to understand the agent experience @mintlify for better docs, faster Mintlify for Enterprise Real llms.txt examples from leading tech companies (and what they got right) Mintlify + Claude Opus 4.6: Powering AI-native knowledge management Declaring Clankruptcy: An experiment in agent orchestration Analytics for AI and agent traffic
The state of agent traffic in documentation (March 2026)
Han Wang · 2026-04-03 · via Mintlify Blog

We recently looked into 30 days of traffic data across Mintlify-powered documentation sites. By analyzing user-agent headers from Cloudflare, the identifier that tells us whether a request came from Chrome, Cursor, Claude Code, or something else, we categorized every request to understand who (or what) is actually reading your docs.

The results: AI coding agents now account for 45.3% of all requests, which is nearly tied with traditional browser traffic at 45.8%. Machines are reading your docs almost as much as humans are and the shift is being driven by two tools in particular.

One important caveat before we get into the data: not every AI agent sends a identifiable user-agent header. Notably, OpenAI's Codex doesn't include one, which means its traffic can't be distinguished from generic HTTP clients in this analysis. This means the actual share of AI agent traffic is likely higher than what we're reporting here.

Over the past 30 days, Mintlify-powered docs received roughly 790 million requests. Here's how that broke down:

AI Agents: 357.6M requests (45.3%)

AgentRequests% of Total% of AI Traffic
Claude Code199.4M25.2%55.8%
Cursor142.3M18.0%39.8%
OpenCode7.7M1.0%2.1%
Trae (ByteDance)4.6M0.6%1.3%
ChatGPT1.8M0.2%0.5%
Google NotebookLM1.4M0.2%0.4%
Manus0.5M0.1%0.2%

This analysis is based on 30 days of Cloudflare traffic data across Mintlify-powered documentation sites. Traffic was categorized by user-agent headers.

Browsers: 361.7M requests (45.8%)

Chrome, Edge, Firefox, Safari, and the rest made up the other major chunk—with Chrome on Mac and Windows leading the way, as you'd expect.

Other: (8.9%)

Bots, crawlers, Node fetch, and miscellaneous HTTP clients.

Here's the number that really jumped out at us: Claude Code, on its own, generated 199.4 million requests. That's more than Chrome on Windows (119.4M). This means, a single AI coding agent is now pulling more documentation than one of the most popular browser-OS combos in the world.

Together, Claude Code and Cursor make up 95.6% of all identified AI agent traffic. The rest of the field, OpenCode, Trae, ChatGPT, NotebookLM, Manus, is showing up, but these two are far and away the heavyweights right now.

We think there are a few interesting takeaways here, especially if you're building developer tools or maintaining documentation.

Your docs have a new audience. If you're thinking about documentation as something humans read in a browser, you're only reaching about half of your actual traffic. The other half is AI agents pulling your pages to help developers write code, debug issues, and integrate APIs.

The ecosystem is broadening. Beyond the big two, we're seeing traffic from ByteDance's Trae, Google's NotebookLM, and Manus. As more coding agents launch, this distribution will keep widening.

Context retrieval is the new page view. When Claude Code fetches your API reference, it's not browsing the way a human would. It's pulling context to generate or fix code in real time. That means the quality, structure, and machine-readability of your docs directly shapes how well these agents can help developers work with your product.

We've been thinking about this shift at Mintlify for a while, and seeing the data play out this clearly is pretty exciting. Documentation is becoming infrastructure that serves two audiences at once.

For human readers, docs still need to be clear, navigable, and well-organized. For AI agents, they need to be structured, comprehensive, and easy to parse programmatically. The good news? These goals actually complement each other. Well-structured docs that work great for machines tend to work great for humans too.

That said, there are things that matter more now than they used to: consistent formatting in API references, complete and accurate code examples, explicit parameter descriptions, and thorough error documentation. These are the signals AI agents lean on when generating code for your users.

Learn more about building for the agent experience on Mintlify.