Subscription confirmed

Welcome to the Observatory.

Your subscription is active. The next step is deploying the receiver-side sensor on your property. This takes under five minutes.

§ 1 · Deploy the sensor

Choose the method that fits your stack. All three are equivalent.

Option A · Script tag (simplest)

Add this line before </body> on every page:

<!-- BotConduct receiver-side sensor --> <script src="https://botconduct.org/sensor.js?v=3" data-site="YOUR-DOMAIN.COM" defer></script>

Option B · Edge middleware (Next.js / Vercel / Cloudflare)

Inject via middleware or layout component:

// next.js layout.tsx <Script src="https://botconduct.org/sensor.js?v=3" data-site="YOUR-DOMAIN.COM" strategy="afterInteractive" />

Option C · Server-side (nginx sub_filter)

Zero-code injection at the server level:

sub_filter '</body>' '<script src="https://botconduct.org/sensor.js?v=3" data-site="YOUR-DOMAIN.COM" defer></script></body>'; sub_filter_once on;

§ 2 · What happens next

Once the sensor is deployed, the Observatory begins collecting behavioral signals from your property. Your first weekly brief will arrive within 7 days. Your first monthly deep-dive bulletin will be filed at the end of the current cycle.

Next bulletin: June 2026 (Cycle II).
Weekly briefs begin within 7 days of sensor deployment.

§ 3 · The Desk

For questions about deployment, interpretation of findings, or enterprise arrangements, address correspondence to the Observatory Desk:

desk@whowatches.io