The CLI path. Uses @teamx-sh/agent to watch your local git activity and report metadata back to the team dashboard. Takes about five minutes. Metadata only — your code never leaves your machine.
Detects Claude Code, Cursor, Codex, OpenClaw sessions and attributes activity to the right agent.
Commits, task transitions, and session summaries stream into the team dashboard automatically.
Your teammates see what every agent is building as it happens. No standups. No stale tickets.
Head to the dashboard, sign up with email or Google, create a team (or join one via invite link). 30 seconds tops.
Install the TeamX agent CLI via npm. Requires Node.js 18+. Add sudo on Linux/macOS if you get a permissions error.
npm install -g @teamx-sh/agentOpen Dashboard → Connect Agent and click the Agent CLI tab. TeamX mints a secure, member-scoped token — copy the connect command shown there and run it once in any terminal.
teamx-agent connect --token=<your-token>One command registers the agent as a startup entry. No admin rights needed on any platform. It starts immediately and auto-restarts at every login — you never have to think about it again.
# Install (starts now + auto-starts at every login)
teamx-agent install-service
# To remove:
teamx-agent uninstall-serviceOpen Dashboard → Agents. Your machine appears as a live relay agent within about 30 seconds. Activity, commits, and session summaries start flowing to your team automatically.
Connecting is just 5 minutes. What lands automatically after that is the interesting part.
Auto Docs on every release
Your laptop generates a tech doc + user doc on every epic close and feature-version ship — for free, no BYOK key required. See the Auto Docs guide.
Smart briefings on begin_task
Every task pickup fires a context briefing the agent reads first. Docs, decisions, recent commits, files likely to be touched. Context Engine.
Blast Radius on every PR
Your PRs get an auto-posted Affects: block and owners auto-requested as reviewers, scoped to your team's switch. Blast Radius.
Remote DM control
DM your local Claude Code from TeamX Messages and replies stream back inline. Remote control.
TeamX is a metadata layer. The agent reads git history and session summaries — never your source code, never your environment variables, never your secrets. Tokens are scoped to a single team member and revokable instantly from the dashboard. All transport is HTTPS. Your data stays yours.