Quickstart
Get a running session in under a minute. You need an API key from the Chaser dashboard.
Download the CLI
Or install via npm:
Login
Use the CLI
Install the CLI and work interactively:
Add persistence with workspaces
Create a named workspace so your files survive across sessions:
Using the REST API
Create a browser session
Spin up an ephemeral Chromium instance and connect with Playwright:
The response includes a endpoints.control URL. Connect to it with any CDP client:
Create a sandbox session
Spin up a Linux environment and run a command:
This auto-provisions a sandbox, runs the command, and returns the output. No session management required.
Use MCP tools
For AI agent integration, use the MCP endpoint with the high-level terminal and browser tools:
Install local MCP server entries for agents
Keep credentials in environment variables (no secrets written to config files):
Install MCP configuration for Codex, Claude Code, and OpenCode in one step:
You can also run the stdio bridge directly with npm:
What to read next
- Core Concepts — understand the session and workspace model
- Browser Sessions — CDP automation details
- Sandbox Sessions — shell, exec, and file access
- CLI Reference — full command documentation
