Cloudflare Agents SDK
Cloudflare framework for building and deploying stateful AI agents on Workers and Durable Objects.
Best for
Deployment targets
Source boundary
Cloudflare Agents documentation and repository describe building and deploying agents on Cloudflare runtime primitives.
| Source | Type | Verified | Citation |
|---|---|---|---|
| Cloudflare Agents docs | docs | 2026-09-15 | Official Cloudflare documentation for Agents. |
| Cloudflare Agents GitHub | github | 2026-09-15 | Public repository for Cloudflare Agents. |
Relationships
| Type | Source | Target | Confidence |
|---|---|---|---|
| supports | cloudflare-agents-sdk | durable-object-runtime | 0.82 |
Compatibility
| Type | Target | Status | Evidence |
|---|---|---|---|
| runtime_deployment | edge-worker-runtime | supported | Cloudflare Agents SDK is designed for Cloudflare's edge platform and Workers execution model. |
| runtime_deployment | workflow-orchestration-runtime | verify_required | Cloudflare Agents SDK can be paired with Cloudflare workflow-style orchestration, but exact state and retry semantics must be validated per workflow design. |
How should teams choose between Cloudflare Agents SDK and Vercel AI SDK?
Choose Cloudflare Agents SDK for edge-hosted stateful agents and Cloudflare runtime primitives. Choose Vercel AI SDK for streaming UI, provider abstraction, and frontend-first AI applications.
When should teams choose an edge agent workflow?
Choose an edge agent workflow when latency, geographic placement, serverless scaling, or platform-native runtime primitives are central to the agent architecture.