Bulk corpus instead of a sweep
Training crawlers get one corpus export and a delta feed. The class most likely to change behaviour for a large efficiency gain is exactly the class hammering you today.
You have rich dynamic content and crawlers that hit it hard. The result is unpredictable compute spikes, database bottlenecks during indexing sweeps, and no way to tell which agent took what. ADN classifies that traffic at the edge, serves each class the shape its job needs, and answers most of it without your origin being involved at all.
Sound familiar?
A training crawler walking your sitemap page by page renders every one of them. On serverless that is a bill; on a database it is a connection pool.
One Markdown format for all machine visitors means a training crawler and a live fetch with a human waiting are treated identically, and neither is served well.
Bot analytics stop at 'automated traffic'. Which agent, which class, how many pages, what they were served — most site owners have never seen it.
What you get
Training crawlers get one corpus export and a delta feed. The class most likely to change behaviour for a large efficiency gain is exactly the class hammering you today.
Rate limits, terms, metering and response shape set per intent class, not per user agent string — with legacy SEO crawlers passed through untouched.
Traffic-by-class analytics, origin requests avoided, and compute saved measured against what you served before offload went live.
An edge connector is about twenty lines in your edge and every failure path is a plain fetch to your origin. Humans are never on our critical path, and you keep the kill switch.
Two ways in
The pitch changes with your infrastructure, not the product. On Cloudflare we install alongside your zone plan; everywhere else we are the whole agent layer.
Path 1 — Cloudflare add-on
Keep Pro. Add intent routing, bulk corpus and origin offload as a Snippet installed over OAuth — your WAF, DDoS protection and caching stay exactly as they are.
Pro $25 + Growth $149 ≈ $174/mo
Path 2 — primary stack
No Cloudflare plan underneath, so ADN is the entire agent layer — npm middleware with a restrictive matcher, priced below the add-on path.
Growth — $149/mo
Where you land
Growth$149/mo
Hosted proxy or edge connector
3 domains, 750k requests, 5k renders, policy engine, bulk corpus. Scale ($449, coming soon) adds multi-hostname hosted proxy, commercial metering, and an SLA.
Scale — multi-hostname hosted proxy, commercial metering, instant purge, and a signed SLA — is coming soon. An SLA is a commitment we will not make before we can keep it. If that is your requirement now, the honest path is a design partnership, not a purchase order. And if the actual problem is credential stuffing or fraud, that is Bot Management: a different product, bought by a different team.
Free efficiency scan
The scan estimates the origin requests your sitemap generates under repeated crawls, and what those pages cost in tokens as raw HTML.
Questions
The scan estimates the origin requests your sitemap generates under repeated crawls, and what those pages cost in tokens as raw HTML.
Not quite you?