Quick Start
Get BotSights running on your website in under 5 minutes.
Step 1: Create an Account
Sign up for free. No credit card required.
Step 2: Add a Project
After signing in, go to your Account settings:
- Under Projects & API Keys, enter your website name and domain
- Click Add Project
- Copy the API Key — you'll need this for the integration
Step 3: Install an Integration
Choose the integration that matches your setup:
| Integration | Best for | Setup time |
|---|---|---|
| WordPress Plugin | WordPress sites | 2 minutes |
| Cloudflare Worker | Any site on Cloudflare | 5 minutes |
| Cloudflare Logpush | Cloudflare Enterprise | 10 minutes |
Step 4: Verify
After installing, visit your website in a browser. Then check the Realtime page in your dashboard — you should see your visit appear within seconds.
Your own visits will show as "Human" since you're not a bot. To test bot detection, you can use curl:
curl -H "User-Agent: ChatGPT-User" https://yourdomain.com/This simulates a ChatGPT bot visit and should appear in your Realtime dashboard immediately.