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
2 changes: 2 additions & 0 deletions src/content/docs/agents/api-reference/using-ai-models.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Using AI Models
pcx_content_type: concept
tags:
- AI
sidebar:
order: 3
---
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/agents/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Build Agents on Cloudflare
type: overview
pcx_content_type: overview
tags:
- AI
sidebar:
order: 1
head:
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/ai-audit/features/analyze-ai-traffic.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Analyze AI traffic
pcx_content_type: concept
tags:
- AI
sidebar:
order: 2
---
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/ai-audit/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: AI Audit
pcx_content_type: overview
tags:
- AI
sidebar:
order: 1
badge: Beta
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/ai-gateway/chat-completion.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: OpenAI Compatibility
pcx_content_type: reference
tags:
- AI
sidebar:
order: 4
---
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/ai-gateway/guardrails/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Guardrails
pcx_content_type: navigation
order: 1
tags:
- AI
sidebar:
order: 6
group:
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/ai-gateway/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Cloudflare AI Gateway
pcx_content_type: overview
tags:
- AI
sidebar:
order: 1
head:
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/ai-gateway/providers/workersai.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Workers AI
pcx_content_type: configuration
tags:
- AI
sidebar:
order: 2
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
pcx_content_type: concept
title: Bring your own generation model
tags:
- AI
sidebar:
order: 5
---
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/autorag/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ pcx_content_type: overview
title: Overview
type: overview
description: Build scalable, fully-managed RAG applications with Cloudflare AutoRAG. Create retrieval-augmented generation pipelines to deliver accurate, context-aware AI without managing infrastructure.
tags:
- AI
sidebar:
order: 1
head:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
pcx_content_type: overview
title: AI Labyrinth
tags:
- AI
sidebar:
order: 7
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
pcx_content_type: reference
title: Block AI Bots
tags:
- AI
sidebar:
order: 8
label: Block AI Bots
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/browser-rendering/how-to/ai.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Use browser rendering with AI
tags:
- AI
sidebar:
order: 2
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ updated: 2025-05-02
category: 🔐 Zero Trust
pcx_content_type: tutorial
title: Create and secure an AI agent wrapper using AI Gateway and Zero Trust
tags:
- AI
---

import { TabItem, Tabs, Details, Render } from "~/components";
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/vectorize/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Cloudflare Vectorize
order: 0
type: overview
pcx_content_type: overview
tags:
- AI
sidebar:
order: 1
head:
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/waf/detections/firewall-for-ai.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
pcx_content_type: concept
title: Firewall for AI (beta)
tags:
- AI
sidebar:
order: 5
label: Firewall for AI
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/workers-ai/guides/tutorials/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
pcx_content_type: navigation
title: Tutorials
hideChildren: true
tags:
- AI
sidebar:
order: 3
---
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/workers-ai/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Cloudflare Workers AI
order: 0
type: overview
pcx_content_type: overview
tags:
- AI
sidebar:
order: 1
head:
Expand Down
2 changes: 2 additions & 0 deletions src/schemas/tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,11 @@ const use_cases: Array<Tag> = [
{ label: "Full stack", variants: ["full-stack"] },
{ label: "Geolocation" },
{ label: "Headers", variants: ["header"] },
{ label: "LLM", variants: ["llms"] },
{ label: "Localization" },
{ label: "Logging" },
{ label: "Middleware" },
{ label: "MCP" },
{ label: "Playback" },
{ label: "Prisma ORM" },
{ label: "Privacy" },
Expand Down