Netlify crawler logs
Use a Netlify function or log drain to forward request events into WatchLLM.
Endpoint
POST /api/events/netlify
curl -X POST "https://your-watchllm-host.com/api/events/netlify" \
-H "Authorization: Bearer $WATCHLLM_API_KEY" \
-H "content-type: application/json" \
--data '[{"timestamp":"2026-05-01T12:00:00Z","status":200,"method":"GET","path":"/","content_type":"text/html","hostname":"example.com","user_agent":"Mozilla/5.0 GPTBot/1.3"}]'Netlify fields
Send timestamp, status, method, path, hostname, content type, referrer, client IP, and user agent. Accepted rows appear in crawler analytics after classification.
Verify
Open /workspace/settings/crawler-logs?provider=netlify, then check /workspace/crawlers for accepted Netlify rows.