Integrations
Content owners report AI retrieval from wherever it is easiest to see it - the edge, the origin server, or a plugin. This page tracks what is available now and what is in progress.
Available now
Cloudflare
AvailableAn open source Cloudflare Worker detects AI crawlers and assistants at the edge and reports content_retrieved events (source_role: edge)
- no agent cooperation needed. Works on every Cloudflare plan, including the free one. You can
also route a domain through a free Cloudflare account purely to run the Worker.
Squarespace, Wix and other hosted sites
AvailableNo CDN, and no way to run code on the server? Route the domain through a free Cloudflare account and run the Worker there. A click-by-click walkthrough with no terminal - written for non-developers on hosted site builders.
In progress
Edge and CMS integrations being built. If you run on one of these and want early access, say so via the contact form - it helps us prioritise.
| Platform | Type | Status |
|---|---|---|
| WordPress | CMS plugin (source_role: origin) | In progress |
| Vercel | Edge middleware | In progress |
| Netlify | Edge function | In progress |
| Fastly | Log stream / Compute (source_role: edge) | In progress |
| Akamai | EdgeWorkers | In progress |
| CloudFront | Lambda@Edge / CloudFront Functions | In progress |
No integration for your stack? Use the API
If there is no edge worker or plugin for your platform, report from your origin server directly.
When a request comes in from a recognised AI crawler, post a content_retrieved event with source_role: origin to https://telemetry.openattribution.org/events using a
content-owner key with telemetry:write scope. Do it
asynchronously so it never blocks the response. Full request shapes are in the API reference; auth details in Authentication.