Cloudflare
Cloudflare

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

Completely Secure
120250VIEWS
2636USERS

Tools

1 of 3

Create Dns Record

Tool to create a new DNS record within a specific zone. Use after obtaining the zone ID to programmatically add DNS entries.

Create Waf List

Tool to create a new empty WAF list for the account. Use after confirming the account ID. Example: CREATE_LIST(account_id="<id>", kind="ip", name="blocklist")

Create Zone

Tool to create a new zone. Use after confirming account id when adding a domain to Cloudflare.

Delete Dns Record

Tool to delete a DNS record within a specific zone. Use after confirming zone and record IDs. Example: "Delete DNS record 372e6795... from zone 023e105f4ecef..."

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>")

Delete Zone

Tool to delete a zone. Use after confirming the zone identifier to permanently remove a DNS zone from your Cloudflare account. Example: DELETE_ZONE(zone_identifier="023e105f4ecef8ad9ca31a8372d0c353")