Install

See the AI agents reading your site

ChatGPT, Claude, Perplexity, and a dozen crawlers read your site every day. Your analytics shows none of it. Pick the setup that matches what you can change — they all feed the same report.

Why there's no script tag. 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.

Pick your setup

PlatformMethodCode?Sees status
Vercel
Zero code. Covers every framework on Vercel at once, and captures response status.
Log drainNoYes
Cloudflare
Goes in front of any origin. The only option when you don't control the codebase.
WorkerNoYes
Mintlify
Docs are where agent reads concentrate. Worker in front, no change to Mintlify.
Cloudflare WorkerNoYes
Next.js
One line, any host. Doesn't see response status — middleware runs before the response.
MiddlewareOne lineNo
Any — paste a log
Nothing to install. The fastest way to find out if this is even happening to you.
Access logNoYes

Not sure it's worth installing?

Paste a chunk of your access log. We'll pull out the AI agents that crawled you, what they read, and the files they asked for and couldn't find. Free, no account, nothing stored.

Check my log free →

Where this can't work

Worth knowing before you spend an afternoon on it. Agent traffic has to be intercepted server-side, and some platforms don't let anyone do that.

Questions

Why can't I just paste a script tag?

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.

Which install should I choose?

On Vercel, use the log drain — no code and it captures response status. On any other host where you can edit the app, use the framework middleware. If you can't edit the app — hosted docs, a no-code builder, someone else's repo — put the Cloudflare Worker in front. If you just want to know whether agents are reading you at all, paste an access log and skip installing anything.

What does 'captures response status' get me?

The pages agents asked for and didn't get. An agent requesting /llms.txt and receiving a 404 is a fixable problem you would otherwise never find out about. Middleware runs before the response exists, so it can't see status; log drains and edge workers can.

Is there a free way to check before installing anything?

Yes. Paste a chunk of your access log into the free scanner — no account, nothing stored — and you'll see which AI agents crawled you, what they read, and which agent surfaces they couldn't find.

Building against Pickrate? The developer reference has every method in one place. Agent-readable: https://pickrate.io/install.md