<< All versions
Skill v1.0.0
currentTrusted Publisher100/100cloudflare/cloudflare-docs/use-cases
── Details ─────────────────────────────────────────
PublishedApril 26, 2026 at 06:04 AM
Content Hashsha256:0bab61920f1670a7...
Git SHA
── Files ───────────────────────────────────────────
Files (1 file, 2.5 KB)
SKILL.md2.5 KBactive
SKILL.md · 55 lines · 2.5 KB
Cloudflare Use Cases
Structured decision trees that help agents route customers to the right Cloudflare products and implementation steps.
When to use
- A user describes a problem, goal, or scenario (e.g., "protect my site from DDoS", "replace our VPN", "reduce AI inference costs")
- You need to recommend Cloudflare products and configuration steps
- You need to walk a user through qualifying questions to narrow down the right approach
How it works
- Start with `index.json` — scan by name, description, aliases, and category to find matching use cases
- Fetch the YAML file for the matched use case (e.g.,
sec-001.yaml) - Interactive agents: walk the
qualifying_questionsto accumulate context tags, then match the bestpathby itscondition - Non-interactive agents: go directly to the
default_pathand follow its steps
Schema
Each YAML file contains:
| Field | Description | |
|---|---|---|
id | Unique identifier (e.g., sec-001, zt-003) | |
name | Plain-language description of the customer goal | |
category | One of 12 categories (see below) | |
description | Concise summary of what this use case solves | |
aliases | Alternate names, jargon, and search keywords for discoverability | |
products | Cloudflare products involved | |
qualifying_questions | Questions with options that accumulate context tags | |
default_path | ID of the recommended path for non-interactive agents | |
paths | Implementation plans with conditions and ordered steps | |
related_use_cases | Cross-references to related use case IDs |
Categories
- Network & Application Security (
network-application-security) - AI Security (
ai-security) - Zero Trust & Secure Access (
zero-trust-secure-access) - Network Connectivity & WAN (
network-connectivity-wan) - Application Performance & Delivery (
application-performance-delivery) - Developer Platform — Build (
developer-platform-build) - Developer Platform — Operate (
developer-platform-operate) - Compliance & Data Governance (
compliance-data-governance) - Observability & Analytics (
observability-analytics) - Multi-Vendor & Architecture (
multi-vendor-architecture) - Industry Verticals (
industry-verticals) - Getting Started (
getting-started)
Files
index.json— Summary index with id, name, category, description, default_path, products, aliasesschema.yaml— Full schema definition*.yaml— Individual use case files (20 in this release)