How the data gets here
A lightweight integration at your CDN or edge layer captures AI crawler requests and streams them to your dashboard, no code changes to your website needed:- An AI bot sends an HTTP request to your domain.
- Your CDN or edge (Cloudflare, Akamai, Fastly, CloudFront, and others, or a manual setup) identifies the crawler by its user agent and forwards the log to Promptwatch.
- The crawler gets your page as normal; the log lands in your dashboard in near real-time.

The Overview tab
- Comparison stats: four citation-crawler cards (ChatGPT Citations, Perplexity Citations, Claude Citations, Mistral AI Citations) for the selected range, each compared against the previous period, so a citation bot going quiet or ramping up is the first thing you see.
- Crawl trend: requests over time, one series per crawler. Pick the 24-hour preset and the chart switches to minute-level granularity, useful right after a launch or a robots.txt change.

- Top Pages and Top Crawlers: side by side, the most fetched paths and the most active bots. If the pages AI models care about aren’t the pages you care about, that gap is your content signal.
- Raw log table: every event with its time, crawler, status code, method, path, query string, and referrer. This is where you diagnose a specific problem: which exact URLs return 403 to which exact bot.
The Top Pages tab
A per-path table built for auditing: requests, first crawled, last crawled, success rate, and error rate for every path in the range, sortable by any of those columns and exportable to CSV. Sorting by error rate is a quick way to find crawl problems; sorting by first crawled shows whether new content is being discovered (first crawled means first request in the selected range).
How to read what you see
- Mostly 200s and steady activity: healthy. Crawl spikes typically follow content publishes and sitemap updates.
- 403s concentrated on one crawler: a bot-protection or firewall rule is blocking that provider. See Crawlability for where blocks come from and what each bot type does.
- 404 clusters: moved or deleted pages still being requested. Redirect them, the crawler is telling you it still wants that content.
- A provider missing entirely: that model’s bots either can’t reach you or haven’t found you.