11---
2- title : Overview
2+ title : Build agents on Cloudflare
33type : overview
44pcx_content_type : overview
55sidebar :
@@ -20,12 +20,6 @@ import {
2020 Render ,
2121} from " ~/components" ;
2222
23- <Description >
24-
25- Build agents
26-
27- </Description >
28-
2923<Plan type = " all" />
3024
3125Build AI-powered agents that can autonomously perform tasks, remember state, control web browsers, and communicate over email.
@@ -35,3 +29,65 @@ Agents are deployed to Cloudflare's [Workers](/workers/) platform using [Durable
3529<LinkButton variant = " primary" href = " /agents/get-started/" >
3630 Get started
3731</LinkButton >
32+
33+ ## Why build agents on Cloudflare?
34+ -
35+
36+ ## Products
37+
38+ <RelatedProduct header = " AI Gateway" href = " /ai-gateway/" product = " ai-gateway" >
39+
40+ Observe and control your AI applications with caching, rate limiting, request retries, model fallback, and more.
41+
42+ </RelatedProduct >
43+
44+ <RelatedProduct header = " Vectorize" href = " /vectorize/" product = " vectorize" >
45+
46+ Build full-stack AI applications with Vectorize, Cloudflare’s vector database. Adding Vectorize enables you to perform tasks such as semantic search, recommendations, anomaly detection or can be used to provide context and memory to an LLM.
47+
48+
49+ </RelatedProduct >
50+
51+ <RelatedProduct header = " Workers" href = " /workers/" product = " workers" >
52+
53+ Build serverless applications and deploy instantly across the globe for exceptional performance, reliability, and scale.
54+
55+
56+ </RelatedProduct >
57+
58+ <RelatedProduct header = " Pages" href = " /pages/" product = " pages" >
59+
60+ Create full-stack applications that are instantly deployed to the Cloudflare global network.
61+
62+
63+ </RelatedProduct >
64+
65+ <RelatedProduct header = " R2" href = " /r2/" product = " r2" >
66+
67+ Store large amounts of unstructured data without the costly egress bandwidth fees associated with typical cloud storage services.
68+
69+
70+ </RelatedProduct >
71+
72+ <RelatedProduct header = " D1" href = " /d1/" product = " d1" >
73+
74+ Create new serverless SQL databases to query from your Workers and Pages projects.
75+
76+
77+ </RelatedProduct >
78+
79+ <RelatedProduct header = " Durable Objects" href = " /durable-objects/" product = " durable-objects" >
80+
81+ A globally distributed coordination API with strongly consistent storage.
82+
83+
84+ </RelatedProduct >
85+
86+ <RelatedProduct header = " KV" href = " /kv/" product = " kv" >
87+
88+ Create a global, low-latency, key-value data storage.
89+
90+
91+ </RelatedProduct >
92+
93+ ***
0 commit comments