Cloudflare queries
CDN, DNS, security and edge compute platform.
| Query | Description | Verb | Required params |
|---|---|---|---|
| Cloudflare API token creation and scope management | Looks up permission group ids by name and mints or rescopes an account API token from them; builds least-privilege tokens without hardcoding UUIDs. | select | account_id |
| Cloudflare edge IP ranges | Returns Cloudflare's published IPv4 and IPv6 edge ranges as one CIDR per row; the source list for origin firewall allowlists. | select | - |
| Cloudflare KV namespace and value lifecycle | Creates a KV namespace, writes and reads a value, lists keys and deletes both; the full control-plane to data-plane cycle in one surface. | select | account_id namespace_id |
| Cloudflare rate limit ruleset draft | Reads the rate limiting rules on a zone's http_ratelimit phase, and sets or clears them; the entrypoint ruleset pattern used for edge throttling. | select | zone_id |
| Cloudflare HTTP request analytics by country and status | Returns HTTP request volume for a zone grouped by minute, country, method and response status; the GraphQL analytics replacement for the sunset dashboard endpoint. | select | zone_tag since until |
| Cloudflare zones | Lists all Cloudflare zones visible to the API token with status and pause state; the zone id keys every per-zone API. | select | - |
draft marks entries not yet verified against a live provider by the nightly execution job; templates are still schema-validated and parse-checked in CI.