Centinel AnalyticaCentinel Analytica

Crawlers

Crawler object schema and category reference returned by the /validate endpoint.

Overview

When /validate detects a known crawler and crawler metadata is enabled for your tenant, the response includes a crawler object identifying which crawler made the request and whether it is whitelisted.

Crawler object

FieldTypeRequiredDescription
idstringyesCrawler identifier (UUID).
namestringyesHuman-readable name (e.g., Googlebot).
access_allowedbooleanyestrue if the crawler is on your allowlist, false otherwise.
categorystringnoHuman-readable category (e.g., Search Engine, AI Assistant). See Categories.
rsl_categorystringyesMachine-readable category key (e.g., search, ai-input). See Categories.

Categories

Use category for display in dashboards and reports. Use rsl_category for programmatic branching — it has a smaller, stable vocabulary.

Category (human-readable)rsl_category (machine-readable)
AI Agentai-all
AI Assistantai-input
AI Searchai-input
AI Trainingai-train
Search Enginesearch
Accessibilityall
Advertisingall
Aggregatorall
Archiverall
Feed Readerall
Monitoringall
Otherall
Previewall
Researchall
Scraperall
Securityall
SEO Toolall
Social Mediaall

On this page