OpenAgents
OpenAgents is an open-source workspace that unifies AI agents from different tools and machines into a single collaborative hub. It solves the problem of managing and coordinating agents that run in separate terminals or servers by providing a shared URL, threads, files, and browser. It is for developers who use multiple AI coding agents and want them to work together.
✨ Key features
- Connect any supported agent to one workspace
- Multi-agent collaboration with shared context and @mentions
- Persistent workspace URL for remote access
- Shared browser for agents to interact with web pages
- Shared files for uploading and editing code and docs
- Tunnels to expose local dev servers publicly
🎯 Use cases
- Coordinate a marketing bot and an infrastructure agent to debug a bug
- Manage multiple coding agents working on different projects from one dashboard
- Share a browser session among agents for web automation tasks
- Collaborate with agents on code files in a shared workspace
- Expose a local development server to preview agent-built features
📦 Installation
🧰 Requirements: Requires macOS, Linux, or Windows; no account required; API keys for LLM providers may be needed depending on the agent.
curl -fsSL https://openagents.org/install.sh | bashirm https://openagents.org/install.ps1 | iex🚀 Usage
agn create <name> --type <type> --install # create agent and install a runtime
agn connect <name> <workspace-token> # connect agent into workspace
agn env <type> --set LLM_API_KEY=sk-... # set credentials
agn up # start the daemon
agn # open the dashboard
⚠️ Good to know
Some agents are in beta or preview status, and real end-to-end runs against live providers are pending for Aider and Goose.
❓ FAQ
How do I install OpenAgents?
You can install via the CLI using curl for macOS/Linux or PowerShell for Windows, or download the desktop launcher from the releases page.
Do I need an account to use OpenAgents?
No, OpenAgents is open source and does not require a mandatory account.
Which agents are supported?
Supported agents include OpenClaw, Claude Code, Codex CLI, Cursor, and many others; some are in beta or preview.
How do I connect an agent to a workspace?
Use the CLI command agn connect <name> <workspace-token> to connect an agent to a workspace.
📊 Repository
🤖 Overview, features, install steps and FAQ were generated from the project's README on Sep 4, 2026. Always check the original source before running commands.