Browser Providers

AGENT BROWSER supports multiple browser backends for running automations at scale in the cloud.

Local (default)

The default provider runs Chrome locally on your machine. No additional configuration required.

Browserbase

Run browsers in Browserbase cloud infrastructure. Set your API key:

BROWSERBASE_API_KEY=your-key
BROWSERBASE_PROJECT_ID=your-project

Browserless

Browserless cloud or self-hosted Chrome service.

BROWSERLESS_API_KEY=your-key
# or self-hosted:
BROWSERLESS_URL=http://localhost:3000

AgentCore (AWS)

Amazon Bedrock AgentCore browser tool integration.

AWS_REGION=us-east-1
AWS_ACCESS_KEY_ID=your-key
AWS_SECRET_ACCESS_KEY=your-secret

Switching providers

Use the --provider flag or the provider config key:

agent-browser open --provider browserbase https://example.com
agent-browser open --provider browserless https://example.com