# Agentlens > Agentlens is analytics for AI-agent traffic. It shows website owners which > AI crawlers and assistants read their site (GPTBot, ClaudeBot, PerplexityBot, > Amazonbot, and ~20 more), which pages those agents read, how many human > visitors arrive referred from AI surfaces like ChatGPT and Perplexity, and > what parts of the site agents cannot read at all. Tagline: "See the visitors > that aren't human." Agentlens measures two planes of traffic that conventional analytics miss: 1. A crawl plane: server middleware (`@agentlens/next`, `@agentlens/node`) records AI crawlers, which never execute JavaScript and are therefore invisible to client-side analytics. Agents are matched by user-agent and, where the operator publishes IP ranges, verified against them. Agentlens labels traffic "Verified" only when IP-confirmed; user-agent-only matches are labelled "Likely". This distinction is always shown. 2. A browse/referral plane: a cookieless JavaScript snippet under 2KB records human visits referred from AI products (chatgpt.com, perplexity.ai, copilot.microsoft.com, gemini.google.com, claude.ai and others) and flags likely automated browsers. It sets no cookies, stores no personal data, and does no fingerprinting. IP addresses are salted-hashed and discarded after classification. Agentlens also audits machine readability: robots.txt rules per agent, llms.txt presence and freshness, and content that is invisible to non-JS crawlers — with concrete fixes for each failure. ## Key pages - [Home](https://agentlens.product-os.app/): product overview, how the two measurement planes work, feature tour, FAQ. - [Live demo](https://agentlens.product-os.app/demo): a full dashboard on seeded data for voltaic.dev — no sign-up required. - [Pricing](https://agentlens.product-os.app/#pricing): Free ($0 — 1 site, 10k agent events/month, 30-day retention), Pro ($29/month or $290/year — 5 sites, 250k events, 12-month retention, alerts, weekly reports, share links), Agency ($79/month or $790/year — 25 sites, white-label reports, client share links). - [Privacy policy](https://agentlens.product-os.app/legal/privacy): exactly what the snippet collects and what it never collects. - [Security](https://agentlens.product-os.app/legal/security): security practices and compliance status. - [Contact](https://agentlens.product-os.app/contact): support and agent- operator contact. ## Facts - Product category: web analytics, specialized in AI-agent and AI-referral traffic. Complements (does not replace) tools like Google Analytics. - Privacy: cookieless by design; counts visits, not people; no personal data, no fingerprinting, GDPR-light. - Install: one script tag, or one middleware line for Next.js/Node. Data typically appears within minutes, always within an hour. - Honesty policy: spoofed user agents exist, so Agentlens never claims to see "all agents" — only verified and likely agent traffic, labelled as such. - Operated by 1Labs AI Studio (https://1labs.ai). Built with ProductOS.