Connect your site

Deploys a Cloudflare Worker on your domain that ships request data to WISLR for AI traffic analysis. About a minute.

1. Create a Cloudflare API token

  1. Open the Cloudflare API tokens page dash.cloudflare.com/profile/api-tokens ↗
  2. Click Create Token (top right), then Create Custom Token → Get started.
  3. Name it anything (e.g. wislr-ai-logger) and grant exactly these three permissions:
    Account · Workers Scripts · Edit upload the Worker Zone · Workers Routes · Edit attach it to your domain Zone · Zone · Read list zones so you can pick one
  4. For Zone Resources, change Include → All zones to Include → Specific zone recommended
    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.
  5. 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.

Recent requests captured

waiting for first request…