LearnAI Visibility Setup

AI Visibility Setup

Send request metadata to Hardal for AI agent, AI search bot, LLM crawler, and classic crawler analysis

AI Visibility analyzes bot, crawler, and AI agent traffic from request metadata sent to Hardal.

Hardal can detects whether the request comes from a bot. If the request is not from a bot, Hardal discards it and does not process it. This keeps AI Visibility fully KVKK and GDPR compliant.

Endpoint

Send events to:

POST https://analytics.usehardal.com/agent-events

Required headers:

HeaderValue
Content-Typeapplication/json
Tenant-IdFind your Tenant-Id on your dashboard

Payload fields

Send the following JSON fields with each request:

FieldTypeRequiredDescription
pathstringYesRequested path on the website.
ipstringYesVisitor IP address.
userAgentstringYesRaw User-Agent header from the request.
eventTimestringYesRequest time in ISO 8601 format.
sourceIdstringYesSource identifier. Use hardal unless the Hardal team gives you a different value.

Example payload

{
  "path": "/local-test",
  "ip": "87.250.224.230",
  "userAgent": "Mozilla/5.0 (compatible; YandexNews/4.0; +http://yandex.com/bots)",
  "eventTime": "2026-04-29T15:12:17.836Z",
  "sourceId": "hardal"
}