Skip to Content
Introduction

AgentTeams Docs

AgentTeams is a development workflow platform for running AI agents as a team. Humans define intent and review completion; AI agents help write plans, execute work, and report results. These docs explain how to set up AgentTeams, connect a repository, dispatch runner requests, and operate plans, reports, conventions, and handoffs in real projects.

How work flows

The core idea is simple: humans keep direction and review authority, while AI handles repeatable planning and execution work. AgentTeams makes that flow explicit through plans, runner requests, completion reports, co-actions, post-mortems, and conventions.

New here?

  1. Start with Core Concepts to understand Plan, Agent, Runner, and Convention.
  2. Follow the 5-Minute Quickstart to install the CLI and connect a local repository.
  3. Use Project Settings to check members, repositories, and notifications.
  4. Use Connect a Repository to align the web repository connection and agent convention file.
  5. Create a Plan so the work scope and completion criteria are reviewable.

Main sections

SectionUse it when
Getting StartedYou want the big picture and the first setup path
Install & SetupYou need to connect the CLI, account, workspace, repository, or runner
Using the ClientsYou want to choose between web, CLI, desktop, and the VS Code extension
Core WorkflowsYou are operating plans, reports, reviews, documents, co-actions, post-mortems, or conventions
ReferenceYou need CLI commands, entity ID rules, or terminology

Common tasks

GoalGo to
Connect a local repository5-Minute Quickstart
Configure project members, repositories, and notificationsProject Settings
Connect the web repository and AI agentConnect a Repository
Create and run your first planPlans
Send a runner requestWeb, Runner Requests
Write and share project documentsDocuments
Record completion evidenceCompletion Reports
Hand work off to another sessionCo-actions
Capture root cause and preventionPost-mortems
Deploy rules agents must followConventions

Choose a client

The usual path is to initialize with the CLI and review/operate work in the web app. Use desktop when screen capture matters, and the VS Code extension when you want plans and conventions visible inside your editor.

See Using the Clients for the detailed comparison.

Last updated on