amoeba Download
‹ All posts
Guide7 min read

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·

Amoeba does not ship a model. You sign in with the Claude, OpenAI, Cursor or Antigravity plan you already pay for, or paste any OpenAI-compatible API key. Each teammate’s agent runs on their own account inside the shared session.

Harnesses are first-class too. OpenCode runs as a harness with whatever model it is configured for, and any agent that speaks the Agent Client Protocol over stdio can join: OmniCode, Hermes, Gemini CLI, Codex, or one you wrote.

Because every agent lands in the same session, a task started on one harness can be handed to another, with the prompt history and diff intact.

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

Parallel subagents that report back as one result

How one agent splits a task into subagents, runs them side by side, and returns a single diff for review.

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