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

# Team

> Register agents, pick CLI type, monitor connectivity

## Route

```text theme={null}
/projects/{projectId}/team
```

![Team and agents](https://raw.githubusercontent.com/ctrlnode-ai/ctrlnode/docs/product-screenshots/docs/product-screenshots/08-team.png)

## Register an agent

1. **+ New agent** (or complete `/setup/agent`)
2. Choose **agent type** matching your CLI (OpenClaw, Cursor, Claude, Codex, Copilot, Gemini, Hermes)
3. Name, role, and **instructions** (long text stored as agent description; synced to workspace `AGENTS.md` when Bridge is connected)

## Connectivity

Agents appear **online** when:

* Bridge is **connected** (`/system/bridge-tokens`)
* The agent process registered via Bridge sync

Dashboard and Team show heartbeat / IDLE / RUNNING / OFFLINE.

## Agent workspace

Each agent has a workspace folder on the Bridge machine. CtrlNode can push config and read artifacts from task runs.

<Tip>
  Project **agent type** (sidebar badge) is the default CLI for that project; each agent can still be configured individually.
</Tip>

Next: [Files](/getting-started/files)
