跳转到内容
搜索文档

Agent setup

Connect your AI coding agent to Cloudflare, then build and deploy straight from your editor or terminal.

Browse agents

Pick your agent

Select an agent to get step-by-step setup instructions.

Filter by workflow:
Claude Code iconClaude Code icon
Claude Code
Anthropic

Terminal-based coding agent that understands your codebase, runs commands, edits files, and manages git. Made by Anthropic.

TerminalStandaloneCloudExtension
  • Full codebase understanding
  • Terminal command execution
  • Git operations
  • Multi-file editing
View guide
Codex iconCodex icon
Codex
OpenAI

Lightweight open-source terminal agent that reads and writes files, runs commands, and browses the web in a sandbox. Made by OpenAI.

TerminalStandaloneCloudExtensionOpen Source
  • File read/write operations
  • Command execution
  • Web browsing
  • Sandboxed environment
View guide
Cursor iconCursor icon
Cursor
Cursor

AI-first IDE built on VS Code with multi-file Composer edits and background agents. Made by Cursor.

TerminalIDEStandaloneCloud
  • Multi-file Composer
  • Background agents
  • Codebase indexing
  • Terminal integration
View guide
GitHub Copilot iconGitHub Copilot icon
GitHub Copilot
GitHub

Editor extension and CLI with agent mode, workspace context, and native PR integration. Made by GitHub.

TerminalCloudExtension
  • Agent mode
  • Workspace context
  • CLI integration
  • PR summaries
View guide
OpenCode iconOpenCode icon
OpenCode
Anomaly

Open-source terminal agent with a rich TUI that works with 75+ LLMs. Made by Anomaly.

TerminalStandaloneExtensionOpen Source
  • 75+ model support
  • Rich terminal TUI
  • Built-in agents (build/plan)
  • LSP integration
View guide
Windsurf iconWindsurf icon
Windsurf
Cognition

Agentic IDE with Cascade context and Flows for multi-step tasks. Made by Cognition.

IDEStandalone
  • Cascade context engine
  • Flows automation
  • Deep codebase search
  • Command suggestions
View guide
Bionic iconBionic icon
Bionic
LM Studio

Powerful agent for coding and work. Natively local, with open models in the cloud. By LM Studio.

StandaloneCloud
  • Local, remote, and cloud models
  • Code Projects for local codebases
  • Repository search and file editing
  • Git and local shell tools
View guide

Compare agents

Capabilities, pricing, and context approaches compared.

BionicHybridMulti-provider
Claude CodeSubscriptionLockedProject memory
CodexHybridLockedProject memory
CursorSubscriptionMulti-providerIndexed codebase
GitHub CopilotSubscriptionMulti-providerIndexed codebase
OpenCodeBYOKMulti-providerProject memory
WindsurfSubscriptionMulti-providerIndexed codebase

Every agent listed supports Skills and MCP.

Understanding agents

Common types, concepts, and tradeoffs.

Workflow

Where the agent runs changes how you interact with it.

Terminal

Runs in a shell. Best for automation, scripting, and CI pipelines.

IDE

Full code editor with AI first-class. Visual diffs, multi-file edits.

Cloud

Hosted infrastructure. Ideal for async, long-running work.

Extension

Plugs into an existing editor. Lightest install, keeps your setup.

Key concepts

The vocabulary you'll run into when comparing agents.

Skills

Reusable prompt packages that teach an agent about a specific domain. Think of them as plugins made of instructions plus slash commands.

MCP

The Model Context Protocol — a standard that lets agents call external tools and APIs. Connect an MCP server and the agent knows how to use it.

Model flexibility

Which foundation models you can use. Lockedsupports only the vendor's own models. BYOK (Bring Your Own Key) lets you bring your own API key. Multi-providersupports several providers out of the box.

Context

How the agent retains information about your project.Session only remembers the current conversation.Project memory persists across sessions.Indexed codebase builds a searchable index of your whole repository.

Common tradeoffs

Decisions you'll make when picking an agent.

Cloudvs.Local

Cloud agents run on hosted infrastructure and read your code over the network. Local agents run on your own machine, with no code leaving it.

Proprietaryvs.Open source

Proprietary agents ship under a closed license you don't control. Open-source agents publish their source under an open license, so you can read, modify, or fork the code.

Locked modelvs.BYOK

Locked agents only work with the vendor's own proprietary models. BYOK agents let you bring your own API key and switch between providers and models.

Sessionvs.Indexed codebase

Session context resets when you close the conversation. An indexed codebase is built up front and persists, letting the agent retrieve any file in the repo on demand.