Private Beta — Contact us to get set up.
The problem
Not every application will add a script tag for you. Legacy portals maintained by another team. Third-party SaaS you don’t control. Internal tools built years ago that nobody wants to touch. You want AI agents to interact with these applications. But you can’t modify them.How it works
The extension’s service worker connects to the Tool Hub via WebSocket—same protocol as the embedded agent, different runtime. User scripts inject into matching pages via Chrome’s user scripts API. They callregisterTool() to expose functionality. The extension aggregates tools from all tabs and uplinks them to the Hub.
Where it runs
| Environment | Use case |
|---|---|
| Local browser | Add tools to apps you use daily |
| Cloud browser | Autonomous Char for unattended execution |

