Vercel
See which AI agents crawl your Vercel site
AI agents read your site every day. Vercel Analytics doesn't show you a single one of them. Here's how to see them — no code, no deploy.
Why you can't see them today
Vercel Analytics and Speed Insights are both client-side: they load in the visitor's browser. An AI agent fetches your HTML and leaves without running a line of JavaScript, so it never appears. The traffic is real and it's in your logs — nothing is reading them for agents.
The reason there's no script tag to paste. AI agents don't execute JavaScript. Every analytics tool you already run is a browser tag, so it never fires for an agent — which is why your dashboards show none of this traffic. The only way to see it is server-side, at the edge, or in your logs.
See yours before you install anything
Check my log free →Install: Log drain
- Connect Vercel (one click). Sign up for Pickrate (free), open Setup, and hit Connect Vercel. You authorize once and we create the drain on your account, configured correctly — no URL to paste and no verification value to hunt for. If you'd rather wire it by hand, the remaining steps are the manual path.
- Or: create your drain URL. In Setup, create the Vercel drain manually and copy the URL it gives you.
- Add the drain in Vercel. Project → Settings → Log Drains → Add. Paste the URL. Choose sources static, lambda, and edge. Leave the format as NDJSON or JSON — both work.
- Paste the verification value back. Vercel shows a verification value and won't save the drain until our endpoint echoes it. It's specific to your Vercel team, so paste it into Pickrate's Setup page first, then hit Add in Vercel.
- Watch the agents arrive. Vercel starts streaming within a minute or two. Your dashboard fills with which agents read you, which pages they pull, and which agent surfaces they asked for and couldn't find.
Gotchas worth knowing first
Log drains need Vercel Pro or Enterprise
Leave sampling at 100%
Preview deployments are excluded by default
One request writes several log lines
Questions
Why doesn't Vercel Analytics show AI crawlers?
Does a log drain slow down my site?
Do I need to change my code?
What if I'm on the Hobby plan?
Other setups
- Track AI agent traffic in Next.js — One line, any host. Doesn't see response status — middleware runs before the response.
- Track AI agent traffic with a Cloudflare Worker — Goes in front of any origin. The only option when you don't control the codebase.
- All install options — the full chooser, including pasting a log with no install at all.
- Developer reference — every method in one place.