Private Beta — Contact us to get set up.
The problem
Some workflows should run without a human watching. Scheduled tasks. Background processing. Batch operations. You want an AI agent to do the work, but you don’t want to keep a browser open on someone’s laptop.How it works
Autonomous Char combines two things: The Char Extension runs in a cloud browser service (like Browserbase). It uses Chrome’s tabs APIs to navigate pages, inject user scripts, and execute WebMCP tools against legacy portals and SaaS applications. The Tool Hub connection gives access to everything else—internal MCP servers, external MCP servers, and any other connectors configured for your org. The extension handles browser automation via WebMCP tools. The Hub routes calls to remote MCP servers—internal APIs and external services. Together, they give the agent access to the full tool surface.What the extension provides
The Char Extension running in the cloud browser provides:- Tab management via Chrome’s tabs APIs
- Domain allowlisting controls which sites the agent can visit
- User script injection for WebMCP tools on legacy applications
- Token injection for authenticating to applications (see Identity Modes)
What the Tool Hub provides
Through the Hub connection, Autonomous Char also has access to:- Internal MCP servers — your data platforms, internal APIs, custom tooling
- External MCP servers — third-party services connected via OAuth
- Cross-app tools — any connector registered for your org
Boundaries
Autonomous Char doesn’t roam freely. Browser boundaries: Domain allowlists control which sites the extension can visit. It can only navigate to configured domains. Tool boundaries: The same governance controls apply to all tool calls:- Connector registry determines available tools
- Role entitlements scope access
- Guardrails inspect content
- Approvals gate sensitive operations
- Audit logs everything

