Deploy complete

Your Turnstile Spin backend is live.

This Worker is the managed siteverify backend for Turnstile Spin. You have two remaining steps: get a site key, and paste both values into your site.

1. Your Worker URL

Checking /health...

2. Your site key

You can either reuse an existing Turnstile widget or create a new one. Both options take you through Cloudflare's dashboard; the secret never leaves your account.

After creating the widget, copy its site key (public, goes in your HTML) and its secret (private, goes in the Worker). Then run:

npx wrangler secret put TURNSTILE_SECRET_KEY --name turnstile-siteverify
# paste the secret when prompted

3. Paste this into your site

<!-- enter your site key above to generate the snippet -->

Next

Open your site in a browser. Solve the Turnstile widget. Confirm the form submission lands at your Worker and that the network response includes "success": true.

If you have a codebase and a coding agent, the AI agent path is faster. See developers.cloudflare.com/turnstile/spin.