Skip to main content

Agent Analytics

AI assistants increasingly answer questions about your category by reading your website directly — their crawlers fetch your pages, extract the content, and use it to ground their answers. Agent Analytics makes that traffic visible: it shows you which AI agents visit your site, which pages they read, and how often.

Where traditional analytics tracks human visitors, Agent Analytics tracks the machines that feed AI answers. It treats AI crawlers as a first-class audience — so you can see whether the bots behind ChatGPT, Claude, Perplexity, and others are actually reaching the pages you want them to cite.

tip

Agent Analytics pairs naturally with AI Visibility. AI Visibility shows whether your brand appears inside AI answers; Agent Analytics shows whether AI crawlers are reaching your pages in the first place. Together they cover both halves of the AI discovery loop.

What you can see

Once traffic is flowing to Sona, Agent Analytics surfaces:

  • Which AI agents are visiting — identified by crawler, grouped by the company behind them (OpenAI, Anthropic, Google, and more).
  • Which pages they read — the exact paths AI crawlers fetch, so you can tell whether they're reaching your high-value content or stalling on the wrong pages.
  • How often they visit — crawl frequency over time, so you can spot whether a new page is being picked up.

AI crawlers Sona identifies

Sona detects the major AI agents and crawlers operating today:

Company / SourceCrawlers identified
OpenAIGPTBot, ChatGPT-User, OAI-SearchBot
AnthropicClaudeBot, Claude-SearchBot, anthropic-ai
PerplexityPerplexityBot
GoogleGoogle-Extended
AppleApplebot-Extended
AmazonAmazonbot
MetaMeta-ExternalAgent, Meta-ExternalFetcher
ByteDanceBytespider
Coherecohere-ai
Common CrawlCCBot
OtherYouBot, Timpibot, Kangaroo Bot, magpie-crawler, ICC-Crawler, iaskspider/2.0
note

This list reflects the crawlers Sona recognizes today and is expanded as new AI agents appear. The detection list lives in the integration you deploy (for example, the AI_BOTS pattern in the Cloudflare Worker), so you can confirm exactly which agents are matched.

How to set it up

Pick the method that matches how your site is served. Both stream request data to Sona, which identifies AI agent visits and reports them in Agent Analytics.

MethodBest forGuide
Cloudflare WorkerSites already behind Cloudflare — captures every request at the edge, before your origin server.Cloudflare Worker Setup
Fluent BitSelf-hosted Apache or Nginx servers — tails your existing access logs and streams them in real time.Fluent Bit Setup
info

The Cloudflare Worker method can also serve AI-agent-friendly responses to recognized crawlers using your Sona AI Crawler ID — delivering clean, extractable content to the bots that build AI answers. See the Cloudflare Worker Setup for details.