-
Notifications
You must be signed in to change notification settings - Fork 12.7k
CFSA-403 Introduce beta docs for cloudflare agent #28899
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
kodster28
merged 6 commits into
cloudflare:production
from
kale-stew:kylie/cloudflare-agent-beta
Mar 11, 2026
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
90b36da
introduce beta docs for cloudflare agent
kale-stew 5ee4fc6
clarify audience cf agent is available to
kale-stew 9b81bd1
add required content for docs compatibility
kale-stew 577694e
+1 codeowner from agent experience
kale-stew 65275fa
Update .github/CODEOWNERS
kodster28 5538c53
tweaks
kodster28 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
|
|
||
| name: Cloudflare Agent | ||
| entry: | ||
| title: Cloudflare Agent | ||
| url: /cloudflare-agent/ | ||
| group: Developer platform | ||
| additional_groups: [AI] | ||
| tags: [AI] | ||
|
|
||
| meta: | ||
| title: Cloudflare Agent docs | ||
| description: An AI-powered assistant that helps you navigate, configure, and take actions on Cloudflare services directly from the dashboard | ||
| author: "@cloudflare" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,63 @@ | ||
| --- | ||
kodster28 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| title: Cloudflare Agent | ||
| pcx_content_type: overview | ||
| tags: | ||
| - AI | ||
| sidebar: | ||
| order: 1 | ||
| head: | ||
| - tag: title | ||
| content: Overview | ||
| --- | ||
|
|
||
| import { Description } from "~/components"; | ||
|
|
||
| <Description> | ||
| An AI-powered assistant that helps you navigate, configure, and take actions on Cloudflare services directly from the dashboard. | ||
| </Description> | ||
|
|
||
| :::note[Beta] | ||
| Cloudflare Agent is currently in beta and only available to accounts on a Free plan. Features and behaviors may change. | ||
| ::: | ||
|
|
||
| With Cloudflare Agent, you can: | ||
|
|
||
| - Get answers to questions about Cloudflare products and your account configurations | ||
| - Execute Cloudflare API operations with approval flows for write actions | ||
| - Run network diagnostics like DNS lookups, certificate checks, and connectivity tests | ||
| - Search Cloudflare documentation for relevant information | ||
|
|
||
| Cloudflare Agent is built with the [Agents SDK](/agents/), the same framework you can use to build your own AI agents on Cloudflare. | ||
|
|
||
| --- | ||
|
|
||
| ## Capabilities | ||
|
|
||
| ### Documentation search | ||
|
|
||
| Search Cloudflare documentation to find answers about products, features, and best practices. | ||
|
|
||
| ### Cloudflare API operations | ||
|
|
||
| Execute operations against the Cloudflare API using natural language. You can ask the agent to perform tasks like creating DNS records, managing firewall rules, or checking your account settings. | ||
|
|
||
| Write operations require your approval before execution. | ||
|
|
||
| ### Network diagnostics | ||
|
|
||
| Run network diagnostic commands to troubleshoot connectivity and configuration issues: | ||
|
|
||
| - **DNS lookups** - Query DNS records for any domain | ||
kodster28 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - **HTTP requests** - Test endpoints and inspect responses | ||
| - **Domain information** - Look up WHOIS and RDAP registration data | ||
| - **Certificate checks** - Inspect TLS/SSL certificates | ||
| - **Connectivity tests** - Verify network reachability | ||
|
|
||
| --- | ||
|
|
||
| ## Limitations | ||
|
|
||
| During the beta period: | ||
|
|
||
| - Features and behaviors may change without notice | ||
| - Write operations will always require explicit approval before execution | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.