Cloudflare (LogPush)
Overview
This integration uses Cloudflare Logpush to stream CDN and edge activity logs directly to the Agent Analytics ingestion endpoint. Logpush provides a reliable, high throughput mechanism for exporting real time log data to external HTTPS destinations, making it ideal for monitoring traffic behavior and AI agent interactions at scale.
For additional details about Logpush, refer to Cloudflare’s official documentation.
Prerequisites
A Cloudflare account with Enterprise plan
Access to your domain’s Cloudflare configuration
API credentials for the Profound Agent Analytics platform
Step 1
Select your domain on Cloudflare Dashboard, go to Analytics & Logs -> Logpush

Step 2
Create a new Logpush job, select HTTP destination

Step 3
Use the following API URL with your Limy Analytics API key
Step 4
Select HTTP Requests
And select all logs.

Select Filtered logs under If logs match…And filter by the ClientRequestHost field to match your domainEnsure you use your domain in the filter. example.

Select HTTP requests dataset, and choose the following fields to send:
Request
ClientIP- IP Address of the client.ClientRequestHost- Host requested by the client.ClientRequestMethod- HTTP method of client request.ClientRequestReferer- HTTP request referrer.ClientRequestURI- URI requested by the client.ClientRequestUserAgent- User agent reported by the client
Performance
EdgeStartTimestamp- Timestamp at which the edge received request from the client.EdgeEndTimestamp- Timestamp at which the edge finished sending response to the client.
Response
EdgeResponseBytes- Number of bytes returned by the edge to the client.EdgeResponseStatus- HTTP status code returned by Cloudflare to the client.
Verify it's working
Navigate to your Limy dashboard and check the Bot Monitor. Note that the AI log filter is on by default.
That's it! Data should begin to populate on your dashboard within minutes.
Need More Help?
Contact [email protected] for API-related questions
Last updated