aioflare

AI Operation Guide

aioflare AI lets you manage Cloudflare with natural language. There are two modes: Global AI for multi-zone and platform-wide tasks from any dashboard tab, and Zone AI for focused work on a single domain with inline DNS preview.

Global AI

Multi-zone AI command from the dashboard header

Global AI is the AI Command panel (Beta badge) on the right side of the dashboard. Send one natural-language command per message β€” AI plans the operation, shows a summary in chat, then opens a preview or upload area for you to confirm before execution.

How to access

On any dashboard tab, click the AI button in the header (atom icon). The AI Command sheet opens on the right. Requires a paid plan with AI enabled (Solo, Agency, or Beta).

For DNS, cache, and redirect operations, Global AI may auto-navigate to the Zones tab if you are elsewhere. Target zones come from grid checkboxes and/or domain names in your prompt.

Deploy Pages uses an inline upload area in chat (ZIP or Paste HTML) β€” never paste source code into the message field.

Supported operations

Edit IP

Change IP addresses on A or AAAA DNS records across selected zones or domains named in your prompt.

Example prompts (English)

β€œDisable proxy on all A records for shop.example.com and api.example.com”
β€œChange IP 1.1.1.1 to 2.2.2.2 on all selected zones”

Replace DNS

Replace DNS record content in bulk (e.g. swap an old IP or hostname for a new value on matching records).

Example prompts (English)

β€œReplace 203.0.113.9 with 203.0.113.6 on all A records for selected zones”
β€œReplace content old.example.com with new.example.com on CNAME records”

Proxy Toggle

Enable or disable the Cloudflare orange-cloud proxy on matching DNS records.

Example prompts (English)

β€œDisable proxy on all A records for selected zones”
β€œEnable proxy on all A records across shop.example.com”

Delete DNS Records

Delete DNS records that match filters described in your command, with preview before execution.

Example prompts (English)

β€œDelete all TXT records on example.com”
β€œDelete all records with content 203.0.113.9 on selected zones”

Add DNS Records

Add new DNS records to selected zones. Supports dynamic placeholders such as {{zone}}.

Example prompts (English)

β€œAdd A record api pointing to 10.0.0.5 proxied on example.com”
β€œAdd CNAME www pointing to {{zone}} on selected zones”

Apply Redirect

Apply URL redirect rules across selected zones using AI-generated redirect plans.

Example prompts (English)

β€œRedirect all paths to newdomain.com”
β€œRedirect all traffic to https://newsite.com on shop.example.com”

Purge Cache

Purge Cloudflare cache for selected zones β€” full purge or by URL prefix.

Example prompts (English)

β€œPurge cache for selected zones”
β€œPurge everything on shop.example.com”

Sync DNS

Synchronize DNS records between Cloudflare and aioflare for selected zones.

Example prompts (English)

β€œSync DNS for all selected zones”
β€œSync DNS records for example.com and api.example.com”

Redirect Check

Verify redirect configuration status across selected zones.

Example prompts (English)

β€œCheck redirect configuration for selected zones”
β€œRedirect check for shop.example.com”

Add Zone

Add a single new zone to a Cloudflare account. AI may ask clarifying questions (account, DNS template, setup mode).

Example prompts (English)

β€œAdd zone newsite.io to account Production”
β€œAdd zone portfolio.io without DNS setup”

Add Zones

Add multiple zones to an account in one operation via the queue system.

Example prompts (English)

β€œAdd zones site1.io, site2.io, site3.io to account Agency”
β€œBulk add zones from list to account Production”

Deploy Pages

Deploy a Cloudflare Pages project. Specify account, project name, branch, and optional custom domain; upload build files inline in chat.

Example prompts (English)

β€œDeploy pages to account Production project my-site branch main”
β€œDeploy pages to account Kuy with domain shop.example.com”

Zone AI

Single-zone AI with locked context and inline preview

Zone AI opens a dedicated workspace for one zone only. Commands apply exclusively to that domain β€” you do not need to mention the zone name. A preview panel appears in the center; chat stays on the right with a locked badge showing the zone name.

How to access

Go to the Zones page. On a zone card or table row, open the menu (β‹―) and select Use AI (New badge). Requires a paid plan with AI enabled.

Review DNS and redirect changes in the center panel preview, then click Execute or Apply Rule. Purge cache is available for the locked zone.

Supported operations

Edit IP

Change A or AAAA record IPs for this zone only. Preview shows before β†’ after; click Execute in the DNS tab.

Example prompts (English)

β€œEnable proxy on all A records”
β€œChange IP 203.0.113.1 to 203.0.113.50 on @ and www”

Replace DNS

Replace record content on matching DNS entries within the locked zone.

Example prompts (English)

β€œReplace content old.com with new.com on A records”
β€œReplace 203.0.113.9 with 203.0.113.6 on all matching records”

Proxy Toggle

Turn Cloudflare proxy on or off for matching records in this zone.

Example prompts (English)

β€œEnable proxy on all A records”
β€œDisable proxy on CNAME records”

Delete DNS Records

Remove matching DNS records from this zone after preview confirmation.

Example prompts (English)

β€œDelete all TXT records”
β€œDelete all A records pointing to 203.0.113.1”

Add DNS Records

Add new records to this zone. {{zone}} resolves to the current domain automatically.

Example prompts (English)

β€œAdd A record api pointing to 10.0.0.5 proxied”
β€œAdd CNAME host pointing to {{zone}}”

Apply Redirect

Create redirect rules for this zone. Preview appears on the Rules tab with an Apply Rule button.

Example prompts (English)

β€œRedirect all paths to https://newsite.com”
β€œRedirect www to https://shop.example.com/$1”

Purge Cache

Purge cache for this zone after confirmation.

Example prompts (English)

β€œPurge everything”
β€œPurge cache by prefix /assets/”

Important limits

Rules that apply to both Global AI and Zone AI

  • β€’One operation per command β€” combined requests (e.g. add zone and purge cache) are rejected.
  • β€’Do not paste HTML, CSS, JS, or PHP into the chat. Use plain language; upload files in the Deploy Pages area.
  • β€’General questions are declined β€” write actionable commands instead.
  • β€’Rate limit: 25 AI plans per hour per user. Maximum 200 zones per plan.
  • β€’Closing the AI sheet clears the chat history for that session.