Skip to content

5-minute quickstart

This path works on any website and gets your first browser sensor reporting. If your traffic already runs through Cloudflare, you can install the edge sensor instead for broader request coverage.

Start freeCompare install methods
  1. Create the account and site

    Open app.webdecoy.com, create your account, and finish the short workspace prompt. The selected site in the app header is where your first detections will be filed.

  2. Copy your install line

    On the dashboard, the setup checklist opens on Install the detection script. It shows the exact line for the selected site with a Copy button.

    If you closed the checklist, open Detection Scripts, create a script for the selected site, and choose Copy snippet.

  3. Paste it into your site

    Add the copied line just before </head> in your shared page layout, then deploy. The generated values are unique to your site and script:

    Your site layout
    <script
    async
    src="https://cdn.webdecoy.com/bot-detection/v1/bot-detection.min.js"
    data-aid="your-property-uuid"
    data-sid="your-scanner-uuid">
    </script>
  4. Load a page and watch the install verify

    Visit one deployed page that contains the tag. The setup checklist waits for the first sensor event and confirms when it arrives. You can also open Sensors:

    • Reporting — detections are arriving.
    • Nothing reported yet — the source exists, but no event has arrived.
    • Quiet — it reported before, but not recently.
  5. Send a real test detection

    Back on the dashboard, choose Send a test detection (or Trip your decoy now). WebDecoy requests the live example decoy, waits for the real detection to land, and then offers View it.

    This proves the ingest and detection pipeline. The sensor status from step 4 separately proves that your page install is present.

WebDecoy dashboard showing live detections on a world map with source filters and threat score totals
After installation, the dashboard joins detections from every source under the selected site.

Need help with a silent source? Follow the install verification checklist.