Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ package.json @cloudflare/content-engineering

# AI

/src/content/docs/cloudflare-agent/ @dmmulroy @Brayden @cloudflare/pcx-technical-writing
/src/content/docs/agents/ @irvinebroque @rita3ko @elithrar @thomasgauvin @threepointone @whoiskatrin @cloudflare/pcx-technical-writing @cloudflare/ai-agents @cloudflare/dev-plat-leads
/src/content/partials/agents/ @elithrar @rita3ko @irvinebroque @vy-ton @cloudflare/pcx-technical-writing
/src/content/docs/ai-gateway/ @abhishekkankani @palashgo @thebongy @roerohan @kathayl @mchenco @zeke @superhighfives @bfirsh @mattrothenberg @ethulia @cloudflare/pcx-technical-writing
Expand Down
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ product:agents:
- changed-files:
- any-glob-to-any-file:
- src/content/docs/agents/**
product:cloudflare-agent:
- changed-files:
- any-glob-to-any-file:
- src/content/docs/cloudflare-agent/**
product:ai-crawl-control:
- changed-files:
- any-glob-to-any-file:
Expand Down
13 changes: 13 additions & 0 deletions src/content/directory/cloudflare-agent.yaml
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"
63 changes: 63 additions & 0 deletions src/content/docs/cloudflare-agent/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
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
- **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
1 change: 1 addition & 0 deletions src/icons/cloudflare-agent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading