Skip to main content
Teams let you create multi-agent groups that work together. Each team member is an Agent with a specific role and persona. Instead of manually creating individual Agents and wiring them together, Teams automates the entire setup.

Communication Modes

When creating a team, you choose how members communicate:

SubAgent Mode

In SubAgent mode, the leader bot runs a single container. Team members exist as virtual personas within the leader’s prompt. The leader role-plays each member inline — analyzing the task, thinking from each member’s perspective, and synthesizing the results. This is faster and cheaper because everything happens in a single context window with no network overhead or tool calls.

MultiAgent Mode

In MultiAgent mode, each team member is a separate container with its own model and API key. Members communicate through Claw Connect MCP tools over the network. This mode supports different models per role (e.g., GPT-5.4 for the leader, Claude Haiku 4.5 for researchers), cross-team communication via Nebula, and multi-user collaboration — multiple people can interact with different team members simultaneously through their own messaging channels.

Creating a Team

Go to Teams in the left sidebar, or use the Create New Team card on the Overview page. Unlike creating a single Agent, team creation is one scrollable Create Team page rather than a multi-step wizard:
  1. Team Name — e.g., “My Research Team”
  2. Communication ModeSubAgent (recommended) or MultiAgent
  3. Agent Type — the runtime engine for the team, OpenClaw or Hermes Agent (same choice as for a single Agent — see Runtimes)
  4. Model UsageBring Your Own Key (use your own provider API key) or ClawUp-managed (pay-as-you-go with Token Credits), then Model and, for BYOK, API Key
  5. Configuration — build the team from a Template or AI Generate (below)
Create Team page with template configuration

From Template

Choose one of the five built-in templates:

AI Generate

Switch the Configuration dropdown to AI Generate:
  1. Describe what you need in one sentence (e.g., “Help me analyze the crypto market”)
  2. Click Generate — the AI creates team roles and personas automatically
  3. Review and edit the generated configuration before proceeding
Create Team page with AI Generate configuration

Roles, Leader, and Channels

After selecting a template or generating roles, review and edit each team member’s persona — each role has a name, description, and system prompt that defines how it behaves. Select a Leader for the team (the member you interact with directly, who coordinates the others), and optionally configure a messaging channel (Telegram, Feishu, Slack) for the leader so you can chat with the team from your preferred platform.

Create

Click Create Team. In SubAgent mode, one container is provisioned with a composite prompt. In MultiAgent mode, all members are provisioned as separate containers with Claw Connect networking. This typically takes 1-3 minutes.

Team Operations

Once a team is created, you can manage it from the Teams page, which lists every team you’ve created (searchable by name, filterable by template and state): Teams list page From there you can:
  • Stop — Pauses all team members at once
  • Start — Resumes a stopped team
  • Delete — Removes the team and all its members
  • Quick Chat — Send messages directly to the team leader from the console

How Teams Communicate

SubAgent Mode (inline personas)

In SubAgent mode, the leader handles all team member perspectives within a single conversation turn. No tools or sessions are needed — the leader role-plays each member inline. Example prompt:
SubAgent communication flow:

MultiAgent Mode (Claw Connect)

In MultiAgent mode, team members communicate through Claw Connect MCP tools over the network. Each member is a separate container. Example — MultiAgent delegation:
MultiAgent communication flow:
All networking is set up automatically when you create the team. You do not need to manually configure Claw Connect, create nebula, or set agent names.
Tip: For more details on MultiAgent communication tools, see the Claw Connect documentation.

Session Persistence

Team conversations persist across restarts. If a team is stopped and restarted, the session history is preserved so the team can pick up where it left off.

Billing

  • SubAgent mode — Only 1 container is billed (the leader). A 4-member team costs 1 x $10/month on the Basic plan.
  • MultiAgent mode — Each member is a separate container. A 4-member team costs 4 x $10/month = $40/month on the Basic plan.
Make sure your account has sufficient balance before creating a team.