AgentCollision AgentCollision Docs

Invite your team

Coordinate across multiple developers' machines. Alice on her MacBook and Bob on his Linux box will see each other's active file edits and avoid conflicts in real time.

Prerequisites

1. Send invitations from the dashboard

Open the Team tab in the dashboard. Under Invite members, enter one or more email addresses (comma-separated) and click Send invites.

Each teammate receives a branded email from noreply@agentcollision.com with a one-click accept link. The link is single-use and valid for 7 days.

Seat counter. The Team page shows N of M seats used. Inviting beyond your plan's seat limit prompts an in-line upgrade flow: pick a plan, Stripe Checkout, and your pending invites auto-send on return.

2. Teammate accepts the invite

Clicking the link opens a branded accept page on dashboard.agentcollision.com/accept. They:

  1. See the team name and inviter
  2. Set a password (email is already verified — the invite itself is proof of email ownership)
  3. Land on their dashboard with their install command ready to copy

3. Teammate installs the daemon

They copy the one-line install command from Settings → My Machines and paste it into a terminal:

curl -fsSL https://install.agentcollision.com | sh -s -- --token=THEIR_TOKEN

As soon as their daemon sends its first heartbeat, their machine card flips to Active and they appear on your Team page. Done.

Admin tasks

Manage pending invites

On the Team page, under Pending invitations:

Change a member's role

In the members list, click the role dropdown next to a name to toggle between member and admin. Admins can invite, remove, change roles, and edit coordination policy.

Remove a member

Click Remove next to their row. Their install tokens are revoked immediately; their daemons start getting 401s and stop syncing.

Set coordination policy

On the Team page, the Coordination policy section lets admins tune:

Changes propagate to every member's daemon within 5 seconds. No restart needed.

API tokens for CI / scripts

Settings → API tokens creates Cloudflare-style tokens you can paste into CI or scripts. They have scopes, optional expiration, and can be rolled in place. API tokens are for integrations — not for daemons. Use an install token for each machine.

Active-machine caps & multi-laptop use

Each tier limits concurrent active machines per user, not the number of machines you install on:

Install the daemon on as many machines as you want. Only N hold active coordinator slots at once. If you open a new daemon while at the cap, the oldest-active one is bumped into a 2-minute cooldown (newest-wins). This prevents token sharing without punishing real users switching between a laptop, desktop, and remote dev box.

What your team gets on the hosted dashboard

Leaving or deleting

Leave a team — as a member, go to Settings → My account → Leave team. Your install tokens are revoked on that team; the account itself is untouched.

Delete the team — admins can delete from the Team page's danger zone. Permanent and irreversible. Removes all member tokens, lease state, audit log, and pending invites.

See also