create_zone
Add a new domain to your Cloudflare account. Use confirm=true to execute; without it, returns a preview.
Instructions
Add a new domain (zone) to an account. Requires confirm:true (human-approval gate); without it returns a preview only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The domain name to add (e.g. example.com). | |
| account_id | No | Cloudflare account ID. Falls back to CLOUDFLARE_ACCOUNT_ID env var when omitted. | |
| type | No | Zone setup type. Default 'full'. | |
| 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. |