Use developer tools
Aside includes a command-line interface (CLI), Model Context Protocol (MCP) support, and a browser automation REPL.Install the CLI
The developer settings page shows this install command:Run a browser task
Useaside to start a browser agent session from the terminal:
--session to continue an existing session:
Manage accounts
If you are signed in to more than one Aside account, each CLI command runs under one selected account. Use theaccount commands to inspect, switch, or target accounts from the terminal.
List the accounts available on this device. The current account is marked with *:
--account flag. It works on aside and on aside exec:
aside account use <id> or --account <id>.
Use MCP
Useaside mcp to connect Aside to another agent or coding tool as a Model Context Protocol server.
mcp.json, add:
command.
Aside can install browser automation setup for supported coding tools. Developer settings also describe MCP setup for tools that support mcp.json.
Use the REPL
Useaside repl for browser automation REPL tasks: