This integration requires your site to be behind Cloudflare (any plan, including Free). Support for other platforms is planned.
Set up agent traffic
Connect in Cliro
Go to Analytics → Agent traffic → Setup and click Connect. Cliro shows your Tracking Key, an Ingest Secret (shown once — copy it) and the Ingest Endpoint.
Create a Cloudflare Worker
In Cloudflare, go to Workers & Pages → Create Application → Create Worker, name it (e.g.
cliro-crawler-detector) and deploy.Add the Cliro Worker script
Click Edit Code, paste the Cliro Worker script (download it from the setup screen), then Save and Deploy.
Add the secrets
In the Worker’s Settings → Variables, add
CLIRO_TRACKING_KEY and CLIRO_SECRET as secret variables, then save.Attach the Worker to your domain
Under your domain → Workers Routes → Add Route, set the route to
*.yourdomain.com/* and select your Worker.Reading the Statistics
The Statistics dashboard shows which AI crawlers visited, how often, and which pages they fetched — so you can see whether the assistants you care about are actually reading your content.Rotating the secret
If your Ingest Secret is exposed, use Rotate Secret to invalidate the old one. Update theCLIRO_SECRET variable in your Worker afterward.
