Overview
The Browser capability lets CORE control browsers on your machine using browser-use under the hood. Each browser instance uses a session - a lightweight persistence layer that automatically saves and restores cookies and localStorage across browser restarts. Login once, and CORE can access authenticated pages without re-authenticating. For the full list of available browser commands, see the browser-use documentation.Sessions
Sessions are the core concept. Each session automatically persists:- Cookies
- localStorage
Commands
Open a URL
Open CORE Dashboard
Quick command to open the CORE dashboard with a session selector (headed mode):https://app.getcore.me in headed mode.
Run Commands
Execute browser automation commands on an open session:Close Browser
Manage Sessions
Gateway Tools
When the gateway is running, CORE can use these browser tools:| Tool | Description |
|---|---|
browser_open | Open a URL with a session |
browser_close | Close a browser for a session |
browser_command | Run a browser command (click, fill, screenshot, etc.) |
browser_list_sessions | List all active sessions |
browser_close_all | Close all browser sessions at once |
Use Cases
Authenticated scraping: Open a session, login to LinkedIn manually once. Now CORE can research leads on LinkedIn anytime without re-authenticating. Form automation: CORE fills out repetitive forms - expense reports, time tracking, support tickets - using stored login sessions. Visual testing: CORE opens your staging site, navigates through flows, takes screenshots, and compares them to baselines. Multi-account management: Create separate sessions for different accounts (work, personal). CORE switches between them seamlessly.Prerequisites
The browser capability requiresbrowser-use to be installed:
browser-use doctor.
