Webhooks
Receive real-time notifications about events in your AI Search Index account.
Coming Soon
Webhooks are currently in development. This feature will allow you to receive real-time notifications when:
- A new AI bot is detected on your website
- Unusual bot traffic is detected
- Daily/weekly summary reports are ready
- Bot traffic exceeds thresholds you set
Planned Webhook Events
| Event | Description |
|---|---|
| bot.new | A previously unseen AI bot visited your website |
| traffic.spike | Unusual increase in bot traffic detected |
| report.daily | Daily summary report is ready |
| report.weekly | Weekly summary report is ready |
| threshold.exceeded | Custom traffic threshold exceeded |
Expected Payload Format
When webhooks launch, payloads will follow this structure:
{
"event": "bot.new",
"timestamp": "2024-01-11T12:00:00Z",
"website_id": "ws_xxxxx",
"data": {
"bot_name": "NewAIBot",
"user_agent": "NewAIBot/1.0",
"first_seen": "2024-01-11T12:00:00Z",
"visits": 1
}
}Interested in Webhooks?
If you're interested in being notified when webhooks launch, or have specific use cases you'd like us to support, please let us know!
Contact us →