AACFlow

Cloudflare

Manage DNS, domains, certificates, and cache

Usage Instructions

Integrate Cloudflare into the workflow. Manage zones (domains), DNS records, SSL/TLS certificates, zone settings, DNS analytics, and cache purging via the Cloudflare API.

Tools

cloudflare_list_zones

Input

ParameterTypeRequiredDescription
namestringNoFilter zones by domain name (e.g., "example.com")
statusstringNoFilter by zone status: "initializing", "pending", "active", or "moved"
pagenumberNoNo description
per_pagenumberNoNo description
accountIdstringNoNo description
orderstringNoNo description
directionstringNoNo description
matchstringNoNo description
apiKeystringYesNo description

Output

ParameterTypeDescription
zonesarrayList of zones/domains
idstringZone ID
namestringDomain name
statusstringZone status (initializing, pending, active, moved)
pausedbooleanWhether the zone is paused
typestringZone type (full, partial, or secondary)
name_serversarrayAssigned Cloudflare name servers
original_name_serversarrayOriginal name servers before moving to Cloudflare
created_onstringISO 8601 date when the zone was created
modified_onstringISO 8601 date when the zone was last modified
activated_onstringISO 8601 date when the zone was activated
development_modenumberSeconds remaining in development mode (0 = off)
planobjectZone plan information
idstringPlan identifier
namestringPlan name
pricenumberPlan price
is_subscribedbooleanWhether the zone is subscribed to the plan
frequencystringPlan billing frequency
currencystringPlan currency
legacy_idstringLegacy plan identifier
accountobjectAccount the zone belongs to
idstringAccount identifier
namestringAccount name
ownerobjectZone owner information
idstringOwner identifier
namestringOwner name
typestringOwner type
metaobjectZone metadata
cdn_onlybooleanWhether the zone is CDN only
custom_certificate_quotanumberCustom certificate quota
dns_onlybooleanWhether the zone is DNS only
foundation_dnsbooleanWhether foundation DNS is enabled
page_rule_quotanumberPage rule quota
phishing_detectedbooleanWhether phishing was detected
stepnumberCurrent setup step
vanity_name_serversarrayCustom vanity name servers
permissionsarrayUser permissions for the zone
total_countnumberTotal number of zones matching the query

cloudflare_get_zone

Input

ParameterTypeRequiredDescription
zoneIdstringYesNo description
apiKeystringYesNo description

Output

ParameterTypeDescription
idstringZone ID
namestringDomain name
statusstringZone status (initializing, pending, active, moved)
pausedbooleanWhether the zone is paused
typestringZone type (full, partial, or secondary)
name_serversarrayAssigned Cloudflare name servers
original_name_serversarrayOriginal name servers before moving to Cloudflare
created_onstringISO 8601 date when the zone was created
modified_onstringISO 8601 date when the zone was last modified
activated_onstringISO 8601 date when the zone was activated
development_modenumberSeconds remaining in development mode (0 = off)
planobjectZone plan information
idstringPlan identifier
namestringPlan name
pricenumberPlan price
is_subscribedbooleanWhether the zone is subscribed to the plan
frequencystringPlan billing frequency
currencystringPlan currency
legacy_idstringLegacy plan identifier
accountobjectAccount the zone belongs to
idstringAccount identifier
namestringAccount name
ownerobjectZone owner information
idstringOwner identifier
namestringOwner name
typestringOwner type
metaobjectZone metadata
cdn_onlybooleanWhether the zone is CDN only
custom_certificate_quotanumberCustom certificate quota
dns_onlybooleanWhether the zone is DNS only
foundation_dnsbooleanWhether foundation DNS is enabled
page_rule_quotanumberPage rule quota
phishing_detectedbooleanWhether phishing was detected
stepnumberCurrent setup step
vanity_name_serversarrayCustom vanity name servers
permissionsarrayUser permissions for the zone

cloudflare_create_zone

Input

ParameterTypeRequiredDescription
namestringYesThe domain name to add (e.g., "example.com")
accountIdstringYesNo description
typestringNoZone type: "full" (Cloudflare manages DNS), "partial" (CNAME setup), or "secondary" (secondary DNS)
jump_startbooleanNoNo description
apiKeystringYesNo description

Output

ParameterTypeDescription
idstringCreated zone ID
namestringDomain name
statusstringZone status (initializing, pending, active, moved)
pausedbooleanWhether the zone is paused
typestringZone type (full, partial, or secondary)
name_serversarrayAssigned Cloudflare name servers
original_name_serversarrayOriginal name servers before moving to Cloudflare
created_onstringISO 8601 date when the zone was created
modified_onstringISO 8601 date when the zone was last modified
activated_onstringISO 8601 date when the zone was activated
development_modenumberSeconds remaining in development mode (0 = off)
planobjectZone plan information
idstringPlan identifier
namestringPlan name
pricenumberPlan price
is_subscribedbooleanWhether the zone is subscribed to the plan
frequencystringPlan billing frequency
currencystringPlan currency
legacy_idstringLegacy plan identifier
accountobjectAccount the zone belongs to
idstringAccount identifier
namestringAccount name
ownerobjectZone owner information
idstringOwner identifier
namestringOwner name
typestringOwner type
metaobjectZone metadata
cdn_onlybooleanWhether the zone is CDN only
custom_certificate_quotanumberCustom certificate quota
dns_onlybooleanWhether the zone is DNS only
foundation_dnsbooleanWhether foundation DNS is enabled
page_rule_quotanumberPage rule quota
phishing_detectedbooleanWhether phishing was detected
stepnumberCurrent setup step
vanity_name_serversarrayCustom vanity name servers
permissionsarrayUser permissions for the zone

cloudflare_delete_zone

Input

ParameterTypeRequiredDescription
zoneIdstringYesNo description
apiKeystringYesNo description

Output

ParameterTypeDescription
idstringDeleted zone ID

cloudflare_list_dns_records

Input

ParameterTypeRequiredDescription
zoneIdstringYesNo description
typestringNoFilter by record type (e.g., "A", "AAAA", "CNAME", "MX", "TXT")
namestringNoNo description
contentstringNoNo description
pagenumberNoNo description
per_pagenumberNoNo description
directionstringNoNo description
matchstringNoNo description
orderstringNoNo description
proxiedbooleanNoNo description
searchstringNoNo description
tagstringNoNo description
tag_matchstringNoNo description
commentFilterstringNoNo description
apiKeystringYesNo description

Output

ParameterTypeDescription
recordsarrayList of DNS records
idstringUnique identifier for the DNS record
zone_idstringThe ID of the zone the record belongs to
zone_namestringThe name of the zone
typestringRecord type (A, AAAA, CNAME, MX, TXT, etc.)
namestringRecord name (e.g., example.com)
contentstringRecord content (e.g., IP address)
proxiablebooleanWhether the record can be proxied
proxiedbooleanWhether Cloudflare proxy is enabled
ttlnumberTTL in seconds (1 = automatic)
lockedbooleanWhether the record is locked
prioritynumberMX/SRV record priority
commentstringComment associated with the record
tagsarrayTags associated with the record
comment_modified_onstringISO 8601 timestamp when the comment was last modified
tags_modified_onstringISO 8601 timestamp when tags were last modified
metaobjectRecord metadata
sourcestringSource of the DNS record
created_onstringISO 8601 timestamp when the record was created
modified_onstringISO 8601 timestamp when the record was last modified
total_countnumberTotal number of DNS records matching the query

cloudflare_create_dns_record

Input

ParameterTypeRequiredDescription
zoneIdstringYesNo description
typestringYesDNS record type (e.g., "A", "AAAA", "CNAME", "MX", "TXT", "NS", "SRV")
namestringYesDNS record name (e.g., "example.com" or "subdomain.example.com")
contentstringYesNo description
ttlnumberNoNo description
proxiedbooleanNoNo description
prioritynumberNoNo description
commentstringNoNo description
tagsstringNoNo description
apiKeystringYesNo description

Output

ParameterTypeDescription
idstringUnique identifier for the created DNS record
zone_idstringThe ID of the zone the record belongs to
zone_namestringThe name of the zone
typestringDNS record type (A, AAAA, CNAME, MX, TXT, etc.)
namestringDNS record hostname
contentstringDNS record value (e.g., IP address, target hostname)
proxiablebooleanWhether the record can be proxied through Cloudflare
proxiedbooleanWhether Cloudflare proxy is enabled
ttlnumberTime to live in seconds (1 = automatic)
lockedbooleanWhether the record is locked
prioritynumberpriority output from the tool
commentstringComment associated with the record
tagsarrayTags associated with the record
comment_modified_onstringISO 8601 timestamp when the comment was last modified
tags_modified_onstringISO 8601 timestamp when tags were last modified
metaobjectRecord metadata
sourcestringSource of the DNS record
created_onstringISO 8601 timestamp when the record was created
modified_onstringISO 8601 timestamp when the record was last modified

cloudflare_update_dns_record

Input

ParameterTypeRequiredDescription
zoneIdstringYesNo description
recordIdstringYesNo description
typestringNoDNS record type (e.g., "A", "AAAA", "CNAME", "MX", "TXT")
namestringNoNo description
contentstringNoNo description
ttlnumberNoNo description
proxiedbooleanNoNo description
prioritynumberNoNo description
commentstringNoNo description
tagsstringNoNo description
apiKeystringYesNo description

Output

ParameterTypeDescription
idstringUnique identifier for the updated DNS record
zone_idstringThe ID of the zone the record belongs to
zone_namestringThe name of the zone
typestringDNS record type (A, AAAA, CNAME, MX, TXT, etc.)
namestringDNS record hostname
contentstringDNS record value (e.g., IP address, target hostname)
proxiablebooleanWhether the record can be proxied through Cloudflare
proxiedbooleanWhether Cloudflare proxy is enabled
ttlnumberttl output from the tool
lockedbooleanWhether the record is locked
prioritynumberpriority output from the tool
commentstringComment associated with the record
tagsarrayTags associated with the record
comment_modified_onstringISO 8601 timestamp when the comment was last modified
tags_modified_onstringISO 8601 timestamp when tags were last modified
metaobjectRecord metadata
sourcestringSource of the DNS record
created_onstringISO 8601 timestamp when the record was created
modified_onstringISO 8601 timestamp when the record was last modified

cloudflare_delete_dns_record

Input

ParameterTypeRequiredDescription
zoneIdstringYesNo description
recordIdstringYesNo description
apiKeystringYesNo description

Output

ParameterTypeDescription
idstringDeleted record ID

cloudflare_list_certificates

Input

ParameterTypeRequiredDescription
zoneIdstringYesNo description
statusstringNoFilter certificate packs by status (e.g., "all", "active", "pending")
pagenumberNoNo description
per_pagenumberNoNo description
deploystringNoFilter by deployment environment: "staging" or "production"
apiKeystringYesNo description

Output

ParameterTypeDescription
certificatesarrayList of SSL/TLS certificate packs
idstringCertificate pack ID
typestringCertificate type (e.g., "universal", "advanced")
hostsarrayHostnames covered by this certificate pack
primary_certificatestringID of the primary certificate in the pack
statusstringCertificate pack status (e.g., "active", "pending")
certificatesarrayIndividual certificates within the pack
idstringCertificate ID
hostsarrayHostnames covered by this certificate
issuerstringCertificate issuer
signaturestringSignature algorithm (e.g., "ECDSAWithSHA256")
statusstringCertificate status
bundle_methodstringBundle method (e.g., "ubiquitous")
zone_idstringZone ID the certificate belongs to
uploaded_onstringUpload date (ISO 8601)
modified_onstringLast modified date (ISO 8601)
expires_onstringExpiration date (ISO 8601)
prioritynumberCertificate priority order
geo_restrictionsobjectGeographic restrictions for the certificate
labelstringGeographic restriction label
cloudflare_brandingbooleanWhether Cloudflare branding is enabled on the certificate
validation_methodstringValidation method (e.g., "txt", "http", "cname")
validity_daysnumberValidity period in days
certificate_authoritystringCertificate authority (e.g., "lets_encrypt", "google")
validation_errorsarrayValidation issues for the certificate pack
messagestringValidation error message
validation_recordsarrayValidation records for the certificate pack
cnamestringCNAME record name
cname_targetstringCNAME record target
emailsarrayEmail addresses for validation
http_bodystringHTTP validation body content
http_urlstringHTTP validation URL
statusstringValidation record status
txt_namestringTXT record name
txt_valuestringTXT record value
dcv_delegation_recordsarrayDomain control validation delegation records
cnamestringCNAME record name
cname_targetstringCNAME record target
emailsarrayEmail addresses for validation
http_bodystringHTTP validation body content
http_urlstringHTTP validation URL
statusstringDelegation record status
txt_namestringTXT record name
txt_valuestringTXT record value
total_countnumberTotal number of certificate packs

cloudflare_get_zone_settings

Gets all settings for a zone including SSL mode, minification, caching level, and security settings.

Input

ParameterTypeRequiredDescription
zoneIdstringYesNo description
apiKeystringYesNo description

Output

ParameterTypeDescription
settingsarrayList of zone settings
idstringSetting identifier (e.g., ssl, minify, cache_level, security_level, always_use_https)
valuestringSetting value as a string. Simple values returned as-is (e.g., "full", "on"). Complex values are JSON-stringified (e.g., \
editablebooleanWhether the setting can be modified for the current zone plan
modified_onstringISO 8601 timestamp when the setting was last modified
time_remainingnumberSeconds remaining until the setting can be modified again (only present for rate-limited settings)

cloudflare_update_zone_setting

Updates a specific zone setting such as SSL mode, security level, cache level, minification, or other configuration.

Input

ParameterTypeRequiredDescription
zoneIdstringYesNo description
settingIdstringYesSetting to update (e.g., "ssl", "security_level", "cache_level", "minify", "always_use_https", "browser_cache_ttl", "http3", "min_tls_version", "ciphers")
valuestringYesNew value for the setting as a string or JSON string for complex values (e.g., "full" for SSL, "medium" for security_level, "aggressive" for cache_level, '{"css":"on","html":"on","js":"on"}' for minify, '["ECDHE-RSA-AES128-GCM-SHA256"]' for ciphers)
apiKeystringYesNo description

Output

ParameterTypeDescription
idstringSetting identifier (e.g., ssl, minify, cache_level)
valuestringUpdated setting value as a string. Simple values returned as-is (e.g., "full", "on"). Complex values are JSON-stringified.
editablebooleanWhether the setting can be modified for the current zone plan
modified_onstringISO 8601 timestamp when the setting was last modified
time_remainingnumberSeconds remaining until the setting can be modified again (only present for rate-limited settings)

cloudflare_dns_analytics

Input

ParameterTypeRequiredDescription
zoneIdstringYesNo description
sincestringNoStart date for analytics (ISO 8601, e.g., "2024-01-01T00:00:00Z") or relative (e.g., "-6h")
untilstringNoEnd date for analytics (ISO 8601, e.g., "2024-01-31T23:59:59Z") or relative (e.g., "now")
metricsstringYesComma-separated metrics to retrieve (e.g., "queryCount,uncachedCount,staleCount,responseTimeAvg,responseTimeMedian,responseTime90th,responseTime99th")
dimensionsstringNoComma-separated dimensions to group by (e.g., "queryName,queryType,responseCode,responseCached,coloName,origin,dayOfWeek,tcp,ipVersion,querySizeBucket,responseSizeBucket")
filtersstringNoFilters to apply to the data (e.g., "queryType==A")
sortstringNoSort order for the result set. Fields must be included in metrics or dimensions (e.g., "+queryCount" or "-responseTimeAvg")
limitnumberNoNo description
apiKeystringYesNo description

Output

ParameterTypeDescription
totalsobjectAggregate DNS analytics totals for the entire queried period
queryCountnumberTotal number of DNS queries
uncachedCountnumberNumber of uncached DNS queries
staleCountnumberNumber of stale DNS queries
responseTimeAvgnumberAverage response time in milliseconds
responseTimeMediannumberMedian response time in milliseconds
responseTime90thnumber90th percentile response time in milliseconds
responseTime99thnumber99th percentile response time in milliseconds
minobjectMinimum values across the analytics period
queryCountnumberMinimum number of DNS queries
uncachedCountnumberMinimum number of uncached DNS queries
staleCountnumberMinimum number of stale DNS queries
responseTimeAvgnumberMinimum average response time in milliseconds
responseTimeMediannumberMinimum median response time in milliseconds
responseTime90thnumberMinimum 90th percentile response time in milliseconds
responseTime99thnumberMinimum 99th percentile response time in milliseconds
maxobjectMaximum values across the analytics period
queryCountnumberMaximum number of DNS queries
uncachedCountnumberMaximum number of uncached DNS queries
staleCountnumberMaximum number of stale DNS queries
responseTimeAvgnumberMaximum average response time in milliseconds
responseTimeMediannumberMaximum median response time in milliseconds
responseTime90thnumberMaximum 90th percentile response time in milliseconds
responseTime99thnumberMaximum 99th percentile response time in milliseconds
dataarrayRaw analytics data rows returned by the Cloudflare DNS analytics report
dimensionsarrayDimension values for this data row, parallel to the requested dimensions list
metricsarrayMetric values for this data row, parallel to the requested metrics list
data_lagnumberProcessing lag in seconds before analytics data becomes available
rowsnumberTotal number of rows in the result set
queryobjectEcho of the query parameters sent to the API
sincestringStart date of the analytics query
untilstringEnd date of the analytics query
metricsarrayMetrics requested in the query
dimensionsarrayDimensions requested in the query
filtersstringFilters applied to the query
sortarraySort order applied to the query
limitnumberMaximum number of results requested

cloudflare_purge_cache

Purges cached content for a zone. Can purge everything or specific files/tags/hosts/prefixes.

Input

ParameterTypeRequiredDescription
zoneIdstringYesNo description
purge_everythingbooleanNoSet to true to purge all cached content. Mutually exclusive with files, tags, hosts, and prefixes
filesstringNoNo description
tagsstringNoNo description
hostsstringNoNo description
prefixesstringNoNo description
apiKeystringYesNo description

Output

ParameterTypeDescription
idstringPurge request identifier returned by Cloudflare

On this page

Start building today
Trusted by over 100,000 builders.
The SaaS platform to build AI agents and run your agentic workforce.
Get started