diff --git a/public/__redirects b/public/__redirects
index 3afc3a1f6da..47e7c5377a2 100644
--- a/public/__redirects
+++ b/public/__redirects
@@ -2975,3 +2975,6 @@
# Security Insights (moved from Security Center to Security)
/security-center/security-insights/* /security/security-insights/:splat 301
+
+# Agent setup (Windsurf rebranded to Devin Desktop)
+/agent-setup/windsurf/ /agent-setup/devin/ 301
diff --git a/public/icons/agents/devin/dark.svg b/public/icons/agents/devin/dark.svg
new file mode 100644
index 00000000000..b96c942b432
--- /dev/null
+++ b/public/icons/agents/devin/dark.svg
@@ -0,0 +1 @@
+
diff --git a/public/icons/agents/devin/light.svg b/public/icons/agents/devin/light.svg
new file mode 100644
index 00000000000..2b1f0c4e271
--- /dev/null
+++ b/public/icons/agents/devin/light.svg
@@ -0,0 +1 @@
+
diff --git a/src/components/agent-setup/agents.ts b/src/components/agent-setup/agents.ts
index 90cbe4f40f4..c4064ffb045 100644
--- a/src/components/agent-setup/agents.ts
+++ b/src/components/agent-setup/agents.ts
@@ -162,25 +162,25 @@ export const AGENTS: AgentData[] = [
},
},
{
- name: "Windsurf",
+ name: "Devin",
vendor: "Cognition",
- slug: "windsurf",
- icon: "windsurf",
+ slug: "devin",
+ icon: "devin",
description:
- "Agentic IDE with Cascade context and Flows for multi-step tasks. Made by Cognition.",
+ "A full IDE with an agent manager built in — the command center for managing all your agents in one place. Made by Cognition.",
capabilities: {
+ terminal: true,
ide: true,
- terminal: false,
standalone: true,
- cloud: false,
- extension: false,
+ cloud: true,
+ extension: true,
open_source: false,
},
features: [
- "Cascade context engine",
- "Flows automation",
- "Deep codebase search",
- "Command suggestions",
+ "Agent Command Center",
+ "Spaces for shared context",
+ "Devin Local agent",
+ "Multi-agent management",
],
pricing_model: "subscription",
model_flexibility: "multi_provider",
@@ -189,8 +189,8 @@ export const AGENTS: AgentData[] = [
skills: "https://github.com/cloudflare/skills",
mcp_server: "https://github.com/cloudflare/mcp",
mcp_server_domain: "https://github.com/cloudflare/mcp-server-cloudflare",
- docs: "https://docs.windsurf.com",
- website: "https://windsurf.com",
+ docs: "https://docs.devin.ai",
+ website: "https://devin.ai",
},
},
];
diff --git a/src/components/landing/constants.ts b/src/components/landing/constants.ts
index 2ca3da0dc4d..c7d85660985 100644
--- a/src/components/landing/constants.ts
+++ b/src/components/landing/constants.ts
@@ -25,7 +25,7 @@ export const AGENTS = [
label: "GitHub Copilot",
href: "/agent-setup/github-copilot/",
},
- { id: "windsurf", label: "Windsurf", href: "/agent-setup/windsurf/" },
+ { id: "devin", label: "Devin", href: "/agent-setup/devin/" },
] as const;
export type AgentId = (typeof AGENTS)[number]["id"];
diff --git a/src/content/agent-setup/prompt.md b/src/content/agent-setup/prompt.md
index 9f4e8891936..a8a6f3ba7bf 100644
--- a/src/content/agent-setup/prompt.md
+++ b/src/content/agent-setup/prompt.md
@@ -62,7 +62,7 @@ Then run:
opencode mcp auth cloudflare
```
-### Windsurf — `~/.codeium/windsurf/mcp_config.json`
+### Devin Desktop — `~/.codeium/windsurf/mcp_config.json`
Add under `"mcpServers"` (note: `serverUrl`, not `url`):
@@ -111,7 +111,7 @@ For MCP setup guides and troubleshooting, refer to each agent's official documen
- Claude Code: `https://docs.anthropic.com/en/docs/claude-code/mcp`
- Cursor: `https://cursor.com/docs/mcp`
-- Windsurf: `https://docs.windsurf.com/windsurf/cascade/mcp`
+- Devin Desktop: `https://docs.devin.ai/desktop/cascade/mcp`
- OpenCode: `https://opencode.ai/docs/mcp-servers/`
- GitHub Copilot (VS Code): `https://code.visualstudio.com/docs/copilot/customization/mcp-servers`
- Skills: `https://github.com/cloudflare/skills`
diff --git a/src/content/docs/agent-setup/windsurf.mdx b/src/content/docs/agent-setup/devin.mdx
similarity index 83%
rename from src/content/docs/agent-setup/windsurf.mdx
rename to src/content/docs/agent-setup/devin.mdx
index c02f3c8e92e..d737b342314 100644
--- a/src/content/docs/agent-setup/windsurf.mdx
+++ b/src/content/docs/agent-setup/devin.mdx
@@ -1,6 +1,6 @@
---
-title: Windsurf + Cloudflare
-description: "Agentic IDE with Cascade context and Flows for multi-step tasks. Made by Cognition."
+title: Devin + Cloudflare
+description: "A full IDE with an agent manager built in — the command center for managing all your agents in one place. Made by Cognition."
template: splash
pcx_content_type: how-to
products:
@@ -20,14 +20,14 @@ import TroubleshootingItem from "~/components/agent-setup/TroubleshootingItem.as
import BuildAgentsCallout from "~/components/agent-setup/BuildAgentsCallout.astro";
import OtherAgents from "~/components/agent-setup/OtherAgents.astro";
-
+
## Quick start
- 1. **Download Windsurf**
+ 1. **Download Devin Desktop**
- Download Windsurf for macOS, Windows, or Linux from the [Windsurf downloads page](https://windsurf.com/download).
+ Download Devin Desktop for macOS, Windows, or Linux from the [Devin Desktop downloads page](https://devin.ai/download).
2. **Install Cloudflare Skills**
@@ -79,18 +79,18 @@ import OtherAgents from "~/components/agent-setup/OtherAgents.astro";
## FAQ
-
- Yes. Windsurf supports Agent Skills in Cascade. Install the Cloudflare
+
+ Yes. Devin Desktop supports Agent Skills in Cascade. Install the Cloudflare
Skills bundle from [cloudflare/skills](https://github.com/cloudflare/skills)
- — see the [Windsurf Cascade Skills
- documentation](https://docs.windsurf.com/windsurf/cascade/skills) for where
+ — see the [Devin Desktop Cascade Skills
+ documentation](https://docs.devin.ai/desktop/cascade/skills) for where
Cascade discovers and loads Skills.
All three complement each other. Cloudflare Skills teach Cascade the
patterns and conventions for Workers development. The Cloudflare API MCP
server handles platform operations (DNS, WAF, Zero Trust, R2 buckets).
- Wrangler in Windsurf's integrated terminal covers local dev and deploys.
+ Wrangler in Devin Desktop's integrated terminal covers local dev and deploys.
Cascade coordinates between them naturally.
@@ -104,7 +104,7 @@ import OtherAgents from "~/components/agent-setup/OtherAgents.astro";
- Verify your `mcp_config.json` configuration. Restart Windsurf after making
+ Verify your `mcp_config.json` configuration. Restart Devin Desktop after making
changes. Ensure the MCP server URL ends with `/mcp`.
@@ -122,4 +122,4 @@ import OtherAgents from "~/components/agent-setup/OtherAgents.astro";
## Other agents
-
+