AlphaWe’re still building this tool. Results may be incomplete or inaccurate, and features may change.It’s publicly accessible so others can try it and share feedback.

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

EventDescription
bot.newA previously unseen AI bot visited your website
traffic.spikeUnusual increase in bot traffic detected
report.dailyDaily summary report is ready
report.weeklyWeekly summary report is ready
threshold.exceededCustom 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 →