Chrome extension for monitoring and interacting with Ambient Code Platform agentic sessions from your browser.
- Guided setup wizard — connect with just a URL and API key, then select or create a workspace
- Workspace management — create, switch, and delete workspaces from the extension
- View and manage running sessions
- Chat with agents in real time (streaming via SSE)
- Create new sessions with workflow and model selection
- Get notified when an agent needs input or finishes a run
-
Clone the repo:
git clone https://github.com/ambient-code/browser-extension.git
-
Open Chrome and navigate to
chrome://extensions -
Enable Developer mode (toggle in the top-right corner)
-
Click Load unpacked and select the cloned
browser-extensiondirectory -
Click the extension icon in the toolbar, then open the side panel
-
The setup wizard will guide you through connecting:
- Enter your ACP Base URL (e.g.
https://acp.example.com) - Enter your API Key
- Click Connect — the extension validates your credentials
- Select an existing workspace or create a new one
- Enter your ACP Base URL (e.g.
-
Start managing your sessions
To switch workspaces later, open Settings and use the workspace dropdown. You can also create and delete workspaces from Settings.
No build step required. Edit files and reload the extension in chrome://extensions.
Contributions are welcome. Please open an issue or pull request on GitHub.
Apache-2.0


