What problem does it solve? Adding bot protection to a web form requires coordinating widget creation, frontend embeds, server-side siteverify calls, secret handling, and validation across many frameworks, which is error-prone when done manually. ## Core Features & Use Cases - Guided setup wizard: Probes Cloudflare API token scope, creates the Turnstile widget, embeds it at chosen form surfaces, and wires canonical server-side siteverify into the existing backend handler. - Framework-specific snippets: Provides ready integration references for vanilla HTML, Next.js App Router, Next.js Pages Router, Astro, SvelteKit, and Hugo. - CAPTCHA migration: Detects existing reCAPTCHA or hCaptcha integrations and converts them to Turnstile, including token field and siteverify endpoint changes. - Use Case: Ask the agent to protect a signup form from bots; it scans the codebase, creates the widget, gates the existing handler on siteverify success, and validates with a real token including replay rejection. ## Quick Start Ask the agent to set up Cloudflare Turnstile bot protection on your signup or contact form and confirm each step of the wizard.