amoeba Download
‹ All posts
Tutorial3 min read

Amoeba CLI quick start: connect a repo and open a shared session in five minutes

Install, sign in, connect a repository, open a session and invite a teammate. The whole first run, command by command.

KKeyu·

Install Amoeba, then run amoeba login. Keys are stored locally.

amoeba connect ./repo registers the repository. amoeba session new <name> opens a shared session on the current branch.

Invite a teammate with amoeba invite <email>. They join with their own agent and their own provider account.

Try it with your team. Free in early access. Download Amoeba →

Related posts

How to stop AI coding agents from editing the same file

Why parallel agents collide on shared code, and how line-level collision prevention names the teammate and function before tokens burn.

KKenneth

Multiplayer coding with AI agents: one shared session for the team

What a shared agent session is, how live cursors and approvals work, and why it beats everyone running Claude or Codex alone.

KKeyu

Claude, Codex, OpenCode or ACP: running any agent harness in one IDE

A guide to bringing your own subscription or API key, connecting ACP harnesses like OmniCode and Hermes, and handing tasks between them.

KKenneth