Click Create Token (top right), then Create Custom Token → Get started.
Name it anything (e.g. wislr-ai-logger) and grant exactly these three permissions:
Account · Workers Scripts · Edit upload the WorkerZone · Workers Routes · Edit attach it to your domainZone · Zone · Read list zones so you can pick one
For Zone Resources, change Include → All zones to Include → Specific zonerecommended
Pick the one zone (or zones) you want to connect. CF will reject API calls from this token against any other zone, even if your account has dozens. This is the strongest guarantee available, enforced by Cloudflare, not by us.
Click Continue to summary, then Create Token, and copy the value.
Your token is used once to deploy the Worker, then discarded. We never store it. The token has no DNS, no firewall, and no SSL permissions, only Worker upload + route attachment.
2. Confirm
Your token has access to one zone. The Worker will run on *<zone>/* (apex + all subdomains).
Request data ships to WISLR's ingest endpoint over Cloudflare's network. Nothing about your origin server changes.
2. Pick which zones to deploy on
Your token has access to zones. Each selected zone gets its own Worker, route, and a separate client_id so logs are broken out by domain in the dashboard.
0 selected
3. Deploying
starting…
Done live
Worker deployed. Visit any page on your site to see requests appear below.