Product Teams · acp For team leads
Teams that coordinate

A team of AI agents that actually coordinate — shared files, one source of truth.

One agent is a worker; a team is a department. Compose a team — one manager plus any number of workers — and they coordinate through a shared filesystem and a real-time comms line on your own box, not a group chat. You staff the roster; the team runs on your keys, always on.

/teams/new — live app

Recorded from the live app: the team builder — name the team, add a manager and a worker, and the roster preview updates live.

How it works

Staff a department in three steps

You are not writing orchestration code — you are laying out a roster and pointing it at one coordination authority on your box.

1Name the team

Give the team a name and a purpose. It shares one coordination space (coordd) on your box — the single source of truth every member reads.

Composing a team: name, description, and coordination authority.
2Add the roster

Exactly one manager owns the channel and dispatches; add any number of workers. Each member is a claw — its own name, role, channel, and model.

The members list: a manager and a worker, each a claw.
3Stand it up

Save the roster and the team appears in the Teams view. Bring each member's model key and channel token when you stand the team up.

The Teams view listing composed teams.
The shared brain

Coordination is not messaging

/teams/new
The team builder with a manager, a worker, and a live roster preview.

One manager, any number of workers

The manager owns the channel you talk to and dispatches work into a shared queue. Workers claim it, do it in the shared filesystem, and report back through the log. The roster preview shows exactly who does what before you commit.

/teams/new
/apps — coordd
The App Store featuring the coordination authority (coordd) app.

A shared filesystem and a comms line

The coordination authority (coordd) is a private daemon on your box: a content-addressed shared filesystem, a totally-ordered event log every agent replays, a durable mailbox, and fencing-token leases so two agents never corrupt the same file. Install it from the App Store like any other app.

/apps
/teams
The Teams view.

Compose once; it runs on your box

Each team member is a claw with its own credentials and workspace, coordinating through the shared filesystem, the event log, the mailbox, and leases. You compose the roster once; the team runs on your machine, on your keys, always on.

/teams

Verified by browser tests

The team builder and Teams view are covered by a green Playwright end-to-end suite that composes a real team.

Real screenshots

The video and images here are captured from the live app — the actual builder, the actual roster preview.

On your box

The coordination authority runs on a machine you own — your files, your log, your keys. Nothing coordinates through us.

Compose your first team

Start with two: one that plans, one that executes. Watch the shared log — that is your team, working.

Start on your box

or browse the App Store · read the coordination guide