One token. Your domain. The whole engine, slimmed.
AgentiCODE pages don't ship the 800KB animation engine anymore. They stream only the core plus the exact plugins each build uses, from the Agentics CDN. To serve that runtime on your domain you need a free CDN token bound to it. You don't pay anything - you just need an Agentics account.
The runtime is metered to your domain.
A CDN token isn't a paywall. It's how the runtime knows the request belongs to a real, registered domain so it can serve the slim engine straight to your visitors. The token is bound to one domain, hashed at rest, and tied to your account. Free accounts get one domain token; higher tiers get more.
your domain
This is the domain your build tried to load the runtime from. Register exactly this domain to mint its token.
From zero to a live runtime in minutes.
-
Create a free Agentics account
No card, no payment. An account is all that's required to mint domain tokens. Sign up here if you don't have one yet.
-
Register your domain
In your dashboard, open Domains and add your domain. You'll get a token that starts with
adt_, shown once. Store it securely. -
Point your build at the token
Set the token when you build with AgentiCODE. Every page then references the slim runtime with your token baked into the script URL - core plus only the plugins that page uses.
Only the parts your build actually uses.
A page that only uses ScrollTrigger and SplitText loads the core plus those two plugins - not the entire engine. The build emits the reference for you; with a valid token it resolves to the runtime, otherwise it lands here.
The honest answers.
Do I have to pay for a CDN token?
No. The token is free. You only need an Agentics account so the token can be bound to your domain and your identity. Free accounts include one domain token; paid tiers include more domains.
Why can't the runtime just be open to everyone?
The runtime is the full premium animation engine, rebranded and self-hosted. Binding delivery to a registered domain keeps it tied to real users and lets us serve each build only the plugins it needs instead of one giant bundle.
What happens if the token is missing or wrong?
The runtime request redirects here, to this page, with your domain detected. Register that exact domain, mint its token, rebuild, and the runtime streams normally.
Can I host the runtime myself instead?
Yes. AgentiCODE can emit a self-hosted bundle next to your output. The CDN token only governs the hosted runtime on the Agentics CDN.