# Cloudflare AI integration on Definable

> Cloudflare is a global network designed to make everything you connect to the Internet secure, private, fast, and reliable.

## What this connects

Cloudflare is a global network designed to make everything you connect to the Internet secure, private, fast, and reliable.

Vendor: https://dash.cloudflare.com/sign-up

## Tools available

**20** tools available. First 12:

- `CLOUDFLARE_CREATE_DNS_RECORD` — Create DNS record — Tool to create a new DNS record within a specific zone. Requires write privileges and makes live changes to the zone. Use after obtaining the zone ID via CLOUDFLARE_LIST_ZONES to programmatically add DNS entries.
- `CLOUDFLARE_CREATE_LIST` — Create WAF List — Create a new empty custom list for use in WAF rules and filters. Lists can contain IP addresses, hostnames, ASNs, or redirects. Once created, use separate actions to add items to the list. Note: List availability depends on plan (Free: 1 list, Pro/Business: 10 lists, Enterprise: 1000 lists). Example: CREATE_LIST(account_id="abc123", kind="ip", name="blocklist", description="Block malicious IPs")
- `CLOUDFLARE_CREATE_ZONE` — Create Zone — Creates a new DNS zone (domain) in Cloudflare. A zone represents a domain and its DNS records. Use this when adding a new domain to manage with Cloudflare. Requires account ID (obtainable via LIST_ACCOUNTS). The zone will be in 'pending' status until nameservers are updated at the domain registrar.
- `CLOUDFLARE_DELETE_DNS_RECORD` — Delete DNS Record — Tool to delete a DNS record within a specific zone. Deletion is immediate and irreversible. Use only after confirming both zone and record IDs. Requires write privileges on the zone. Example: "Delete DNS record 372e6795... from zone 023e105f4ecef..."
- `CLOUDFLARE_DELETE_LIST` — Delete WAF List — Tool to delete a WAF list. Use when you need to remove a list after verifying no filters reference it. Example: DELETE_LIST(account_id="<account_id>", list_id="<list_id>")
- `CLOUDFLARE_DELETE_ZONE` — Delete Zone — Tool to delete a zone. Use after confirming the zone identifier to permanently remove a DNS zone and all its DNS records from your Cloudflare account. Example: DELETE_ZONE(zone_identifier="023e105f4ecef8ad9ca31a8372d0c353")
- `CLOUDFLARE_GET_BOT_MANAGEMENT_SETTINGS` — Get Bot Management Settings — Tool to retrieve a zone's Bot Management configuration (Bot Fight Mode / Super Bot Fight Mode / Enterprise Bot Management). Use after identifying the correct zone_id (e.g., via CLOUDFLARE_LIST_ZONES). This tool is the canonical way to audit bot-related configuration; firewall rules are adjacent controls but not equivalent to Bot Management settings.
- `CLOUDFLARE_GET_LISTS` — List WAF Lists — Tool to fetch all WAF lists (no items) for an account. Results are paginated; iterate using page and per_page parameters until result_info.total_pages is reached to retrieve all lists. Use after confirming account ID.
- `CLOUDFLARE_LIST_ACCOUNT_MEMBERS` — List Account Members — Lists all members of a Cloudflare account with their roles, permissions, and status. Returns detailed information about each account member including their user details (name, email, 2FA status), assigned roles with granular permissions, membership status (accepted/pending/rejected), and access policies. Supports filtering by status, sorting by various fields, and pagination for accounts with many members. Use this action when you need to: - View all users with access to a Cloudflare account - Audit account member permissions and roles - Check membership status of invited users - List members with specific roles or statuses Requires the account ID which can be obtained using the List Accounts action. Note: caller's account role may restrict visibility of some members if permissions are insufficient.
- `CLOUDFLARE_LIST_ACCOUNTS` — List Accounts — List all Cloudflare accounts you have ownership or verified access to. Retrieves a paginated list of accounts with their details including account ID, name, type, settings, and creation date. An empty or partial result may indicate insufficient API token scope or permissions, not the absence of accounts. When multiple accounts are returned, confirm the intended account_id before performing any write operations to avoid acting on unintended environments. Use this when you need to: - Discover available accounts before performing account-specific operations - Find an account ID for other API calls that require an account identifier - Audit account configurations and settings - Filter accounts by name or paginate through large account lists
- `CLOUDFLARE_LIST_DNS_RECORDS` — List DNS records — Tool to list and search DNS records in a Cloudflare zone. Use when you need to find existing DNS record IDs for update or delete operations, especially after a "record already exists" error during creation. Returns matching records with their IDs, names, types, content, and other properties.
- `CLOUDFLARE_LIST_FIREWALL_RULES` — List Firewall Rules — Tool to list firewall rules for a specific DNS zone. Use after confirming the zone ID to retrieve and audit current firewall rules. Does not expose Workers routes or other routing constructs.

## Auth

Auth schemes: `API_KEY`.

## How agents use Cloudflare

Inside a Definable workflow, Cloudflare is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Cloudflare** — the Researcher (GPT-5.5) pulls context from Cloudflare (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Cloudflare** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Cloudflare (create record, post message, draft email).
- **Designer / Engineer → Distributor → Cloudflare** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Cloudflare (attach file, open PR comment, post status).

The Verifier checks every Cloudflare call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- security & identity tools — https://definable.ai/apps/category/security-&-identity-tools/
- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/cloudflare/
- Same category (security & identity tools): https://definable.ai/apps/category/security-&-identity-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
