cloudflare-dns
Use when managing DNS records, zones, or domain settings via Cloudflare API — record CRUD, batch operations, proxy toggle, SSL/TLS mode, DNSSEC, or zone management. Also use when migrating DNS to Cloudflare or debugging Cloudflare DNS issues.
| Model | Source |
|---|---|
| sonnet | pack: dns |
Full Reference
┏━ 🔧 cloudflare-dns ━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Use when managing DNS records, zones, or domai… ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
Cloudflare DNS
Section titled “Cloudflare DNS”Cloudflare API v4 for DNS management. Available on all plans including Free — unlimited DNS queries, no per-query charges. Batch operations endpoint is 850x faster than individual calls for bulk changes. DNS record type changes deprecated January 2026, EOL June 30, 2026.
Quick Reference
Section titled “Quick Reference”| Item | Value |
|---|---|
| API Base | https://api.cloudflare.com/client/v4 |
| Auth | Bearer token (Authorization: Bearer $CF_API_TOKEN) |
| Rate Limit | 1,200 req / 5 min per user (global) |
| Docs | https://developers.cloudflare.com/dns/ |
| API Ref | https://developers.cloudflare.com/api/resources/dns/ |
Reference Index
Section titled “Reference Index”| I want to… | File |
|---|---|
| Authenticate and set up credentials | reference/auth.md |
| Add, update, and delete DNS records | reference/records.md |
| Manage zones and bulk batch operations | reference/zones.md |
| Configure SSL/TLS and proxy settings | reference/ssl-tls.md |
| Enable and manage DNSSEC | reference/dnssec.md |
| Handle errors, rate limits, and deprecations | reference/errors-and-limits.md |
Usage: Read the reference file matching your current task from the index above. Each file is self-contained with code examples and inline gotchas.