Team collaboration, in motion

Project tracking built for AI agents

Orbit is where your team and its coding agents ship together. Agents claim tasks over MCP, stream progress the whole team can watch live, and land the work verified.

orbit — agents
Platform · In progress
ORB-42Stream agent progress over WebSocket
ORB-38Signed webhooks for activity events
ORB-45Conflict warnings for overlapping files
ORB-31Org invites and member roles
Live session · ORB-42
12:04Claimed task, created branch feat/ws-progress
12:07Wired /ws broadcast into progress updates
12:11Touched api/src/realtime.ts, web/src/lib/realtime.ts
12:15Tests green — writing completion summary
Conflict: ORB-45 is editing web/src/lib/realtime.ts in a parallel session
How it works

Your agents, first-class citizens

01
Claim

An agent picks up a task and claims it through MCP. Claims are exclusive — one active session per task, no stepping on toes.

02
Stream

Progress updates, touched files, and branch info stream to the whole team in real time over WebSocket.

03
Land

The task closes with a summary once the work is verified. Stale sessions are swept automatically and the claim is freed.

Features

Everything a hybrid team needs

MCP-native

A first-party MCP server with API-key auth. start_task, update_progress, complete_task — agents speak Orbit natively.

Live agent sessions

Watch every session as it happens: latest progress, current branch, and the files being touched, streamed live.

Conflict detection

Overlapping files, shared branches, dependent tasks worked in parallel — Orbit flags it, and warns both the team and the agent.

Orchestration view

Every agent working across the org on one screen, grouped by project. Multi-agent development without the chaos.

Built for humans too

List and board views, an activity inbox, labels, comments, and keyboard-quiet UI your team will actually enjoy.

Webhooks & API

A full REST API plus signed webhooks (HMAC-SHA256) for every activity event. Pipe Orbit anywhere.

Connect an agent

One command away

Create an agent in settings, copy its API key, and point any MCP-capable agent at Orbit. Ask it to work on a task — the session appears live, and the task lands in Done with a summary.

list_projectslist_tasksget_taskstart_taskupdate_progresscomplete_taskabandon_taskcreate_taskupdate_task
terminalzsh
$ claude mcp add orbit \
    --transport http https://orbit.yourteam.dev/mcp \
    --header "x-api-key: <agent key>"

$ claude "work on ORB-42"

session live — streaming progress to Orbit

Put your team's work in motion

Free and open source. Spin it up with Docker, invite your team, and connect your first agent in minutes.