Skip to content

Commit c9b3f5c

Browse files
kale-stewkodster28
andauthored
CFSA-403 Introduce beta docs for cloudflare agent (#28899)
* introduce beta docs for cloudflare agent * clarify audience cf agent is available to * add required content for docs compatibility * +1 codeowner from agent experience * Update .github/CODEOWNERS * tweaks --------- Co-authored-by: Kody Jackson <kody@cloudflare.com>
1 parent 7c0d166 commit c9b3f5c

5 files changed

Lines changed: 82 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ package.json @cloudflare/content-engineering
2020

2121
# AI
2222

23+
/src/content/docs/cloudflare-agent/ @dmmulroy @Brayden @cloudflare/pcx-technical-writing
2324
/src/content/docs/agents/ @irvinebroque @rita3ko @elithrar @thomasgauvin @threepointone @whoiskatrin @cloudflare/pcx-technical-writing @cloudflare/ai-agents @cloudflare/dev-plat-leads
2425
/src/content/partials/agents/ @elithrar @rita3ko @irvinebroque @vy-ton @cloudflare/pcx-technical-writing
2526
/src/content/docs/ai-gateway/ @abhishekkankani @palashgo @thebongy @roerohan @kathayl @mchenco @zeke @superhighfives @bfirsh @mattrothenberg @ethulia @cloudflare/pcx-technical-writing

.github/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ product:agents:
1010
- changed-files:
1111
- any-glob-to-any-file:
1212
- src/content/docs/agents/**
13+
product:cloudflare-agent:
14+
- changed-files:
15+
- any-glob-to-any-file:
16+
- src/content/docs/cloudflare-agent/**
1317
product:ai-crawl-control:
1418
- changed-files:
1519
- any-glob-to-any-file:
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
name: Cloudflare Agent
3+
entry:
4+
title: Cloudflare Agent
5+
url: /cloudflare-agent/
6+
group: Developer platform
7+
additional_groups: [AI]
8+
tags: [AI]
9+
10+
meta:
11+
title: Cloudflare Agent docs
12+
description: An AI-powered assistant that helps you navigate, configure, and take actions on Cloudflare services directly from the dashboard
13+
author: "@cloudflare"
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: Cloudflare Agent
3+
pcx_content_type: overview
4+
tags:
5+
- AI
6+
sidebar:
7+
order: 1
8+
head:
9+
- tag: title
10+
content: Overview
11+
---
12+
13+
import { Description } from "~/components";
14+
15+
<Description>
16+
An AI-powered assistant that helps you navigate, configure, and take actions on Cloudflare services directly from the dashboard.
17+
</Description>
18+
19+
:::note[Beta]
20+
Cloudflare Agent is currently in beta and only available to accounts on a Free plan. Features and behaviors may change.
21+
:::
22+
23+
With Cloudflare Agent, you can:
24+
25+
- Get answers to questions about Cloudflare products and your account configurations
26+
- Execute Cloudflare API operations with approval flows for write actions
27+
- Run network diagnostics like DNS lookups, certificate checks, and connectivity tests
28+
- Search Cloudflare documentation for relevant information
29+
30+
Cloudflare Agent is built with the [Agents SDK](/agents/), the same framework you can use to build your own AI agents on Cloudflare.
31+
32+
---
33+
34+
## Capabilities
35+
36+
### Documentation search
37+
38+
Search Cloudflare documentation to find answers about products, features, and best practices.
39+
40+
### Cloudflare API operations
41+
42+
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.
43+
44+
Write operations require your approval before execution.
45+
46+
### Network diagnostics
47+
48+
Run network diagnostic commands to troubleshoot connectivity and configuration issues:
49+
50+
- **DNS lookups** - Query DNS records for any domain
51+
- **HTTP requests** - Test endpoints and inspect responses
52+
- **Domain information** - Look up WHOIS and RDAP registration data
53+
- **Certificate checks** - Inspect TLS/SSL certificates
54+
- **Connectivity tests** - Verify network reachability
55+
56+
---
57+
58+
## Limitations
59+
60+
During the beta period:
61+
62+
- Features and behaviors may change without notice
63+
- Write operations will always require explicit approval before execution

src/icons/cloudflare-agent.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)