> ## Documentation Index
> Fetch the complete documentation index at: https://docs.windsurf.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Command Center

> Manage all of your Windsurf agents — local and cloud — from a single Kanban-style view inside Windsurf.

The Agent Command Center is a new surface inside Windsurf 2.0 for managing every agent you have running, both local and cloud, in one place.

It is organized as a Kanban board grouped by status, so you can see at a glance what each agent is working on, what is blocked, and what is ready for review.

## Opening the Agent Command Center

You can switch to the Agent Command Center directly from Windsurf without leaving the editor.

<video autoPlay controls muted loop playsInline className="w-full aspect-video" src="https://exafunction.github.io/public/images/blog/windsurf-2-0/agent-editor-open.mp4" />

## Kanban view

Agents are organized into columns by status so you can quickly tell what is in flight, what needs your attention, and what is finished.

The board includes both:

* **Local agents** — Cascade sessions running in your editor.
* **Cloud agents** — [Devin](/windsurf/devin) sessions running on their own VMs.

## Working with the editor

The Agent Command Center does not replace the editor. It is integrated with the existing Windsurf editor features so you can always jump back into a session and make last-mile edits manually. You can always go back to the Windsurf you know and love.

## Organizing work with Spaces

Work in the Agent Command Center is organized into [Spaces](/windsurf/spaces). A Space groups all of the agent sessions, PRs, files, and context for a specific task or project into a single view.

<Card title="Windsurf Spaces" icon="folder-tree" href="/windsurf/spaces" horizontal={true}>
  Group agent sessions, PRs, files, and context for a project into a single view.
</Card>
