Skip to Content

Web

The web app is the main operations surface for AgentTeams. Use it to select projects, review plans, reports, code reviews, post-mortems, co-actions, and conventions, and dispatch runner requests.

Sign in

The web app runs at https://agentteams.run. The CLI also uses the web app to complete OAuth during agentteams init. After signing in, select a team and project before viewing project-scoped data such as plans, runners, and conventions.

Home

The home page combines projects and activity.

Web home dashboardWeb home dashboard
AreaWhat you can do
Project listSelect a team project, create a project, open project settings
Activity feedReview recent plans, reports, post-mortems, co-actions, code reviews, documents, and conventions
Runner requestSend a prompt to a selected project, agent, and runner
Recent runsCheck running and completed runner requests

Project screen

Selecting a project opens its dashboard. The dashboard surfaces what needs your attention and the project’s progress at a glance, and the left sidebar navigates the work, records, and standards menus.

Project screenProject screen

The dashboard has these areas.

AreaWhat it shows
Action requiredItems that need your immediate attention. Empty when all clear.
ProgressCounts for in progress, needs review, and completed, plus average quality
Active requestsRunner requests currently running
Activity timelineRecent plans, completion reports, code reviews, and other activity

The sidebar has menu, work, records, and standards groups.

GroupItemPurpose
MenuDashboardSee the project’s action-required items, progress, and activity timeline at a glance.
WorkPlansManage planned and in-progress work.
WorkRunnersView runner requests, logs, continuations, retries, cancellations, and RunnerBox state.
WorkCoActionsPreserve handoff context across sessions.
RecordsCompletion ReportsReview outcomes and verification evidence from completed work.
RecordsCode ReviewsReview independent verification findings.
RecordsPost-mortemsCapture root cause and prevention work.
StandardsConventionsManage the rules agents must follow.
StandardsDocumentsCreate and read human-facing project documents.
StandardsAgentsManage project agent configurations.

Admin users may also see members, teams, runner models, and payment/system settings.

Send runner requests

From Home or the Runners page, enter a prompt and dispatch it to a runner. A request can include project, agent, runner, engine/model, and RunnerBox settings.

Send runner request panelSend runner request panel

The runner detail view supports:

  • prompt, status, requester, creation time, and heartbeat review
  • runner logs and conversation history
  • cancellation for running requests
  • retry with the same prompt and settings
  • continuation with follow-up instructions
  • RunnerBox status and removal requests
  • approval/rejection when human review is required

If no runner is connected, the web app shows setup guidance.

npm install -g @agentteams/runner agentrunner init --token YOUR_TOKEN

Project and workspace settings

Manage project settings, members, repositories, and notifications from the settings menu. For details, see Project Settings and Connect a Repository.

Use with other clients

  • Review and approve plans, completion reports, and comments created by the CLI in the web app.
  • The desktop app runs the same web app in a native shell, and runner requests sent with a screen capture show up in the web request flow.
  • Opening an item from the VS Code extension with “Open in Web” continues that plan or report in the web app.
Last updated on