← Home

Cloudflare AI Builder

Interactive visual walkthroughs of how to build AI applications and agents on Cloudflare — from API key management and dynamic routing to RAG pipelines, voice agents, persistent chat, autonomous scheduling, web-browsing agents, private networking, and durable long-running agents.

10 – 16 Building AI Applications
Use Case 10 AI Engineers / Developers 👤 User / App → Cloudflare → 🤖 LLM

RAG Knowledge Base

Build retrieval-augmented generation pipelines — automated document indexing, semantic vector search, and grounded LLM responses — with AI Search, Vectorize, Workers AI, and Workers.

AI Search Vectorize Workers AI Workers
Explore flow
Use Case 11 Developers 👤 User / Phone → Cloudflare → 🤖 STT / TTS

Voice AI Agent

Build real-time voice agents with speech-to-text, LLM turn processing, and sentence-chunked TTS synthesis over WebSocket — with persistent conversation history and Twilio telephony support.

Agents SDK Workers AI (STT/TTS) Durable Objects
Explore flow
Use Case 12 Developers 👤 Browser Client → Cloudflare → 🤖 LLM

Persistent AI Chat Agent

Build stateful AI chat applications with automatic message persistence, resumable streams, real-time state sync via useAgentChat, and human-in-the-loop tool approval — all powered by AIChatAgent and Durable Objects.

AIChatAgent Durable Objects SQLite State Workers AI
Explore flow
Use Case 13 Developers / Ops 🤖 Agent → Cloudflare → 📦 Services

Autonomous Scheduled Agent

Build agents that schedule and execute their own work — delayed, datetime, cron, or interval — using Durable Object alarms and SQLite-persisted task queues, with AI-assisted natural language scheduling.

Agents SDK DO Alarms SQLite Workers AI
Explore flow
Use Case 14 AI Engineers / Developers 🤖 Agent → Cloudflare → 🌐 Web

Browser AI Agent

Give AI agents full Chrome DevTools Protocol access via Browser Run — scrape rendered SPAs, capture screenshots and PDFs, inspect accessibility trees, and automate web workflows from natural language instructions.

Agents SDK Browser Run Workers AI R2
Explore flow
Use Case 15 Platform / Security 🤖 Agent / Device → Cloudflare → 🗃 Private Resources

Private Networking for Agents

Give agents secure, bidirectional private access to internal databases, APIs, and MCP servers with Cloudflare Mesh and Workers VPC — no VPNs, no public endpoints, no per-service tunnels. One binding reaches your entire private network.

Cloudflare Mesh Workers VPC Cloudflare One Client Gateway / Access
Explore flow
Use Case 16 AI Engineers / Platform 📡 Event → Think Agent (DO) → 🧷 Execution Ladder

Durable Long-Running Agents

Build agents that survive crashes, hibernate when idle, and escalate through an execution ladder (Workspace → Isolate → npm → Browser → Sandbox) — with Project Think primitives: fibers, sub-agents via Facets, tree-structured sessions, and self-authored extensions.

Project Think Agents SDK Fibers Dynamic Workers Sandbox SDK
Explore flow