create_turnstile_widget
Create a Cloudflare Turnstile CAPTCHA alternative widget for your domains. Requires human approval to execute; otherwise returns a preview.
Instructions
Create a Turnstile widget (CAPTCHA alternative) for given domains. Requires confirm:true (human-approval gate); without it returns a preview only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Cloudflare account ID. Falls back to CLOUDFLARE_ACCOUNT_ID env var when omitted. | |
| name | Yes | Human-readable widget name. | |
| domains | Yes | Allowed domains for the widget, e.g. ['example.com']. | |
| mode | No | Widget mode. Default 'managed'. | |
| confirm | No | Human-approval gate: must be true to actually perform this mutating operation. Omit or set false to get a non-executing preview of what would happen (with secrets redacted). A human should approve before this is set to true. |