Skip to main content

Installation

Verify installation:

Quick Start

Authentication

Organization Management

Create Organization

List Organizations

Project Management

Create a Project

Example:

List Projects

Example output:

Get Project Details

Example:

Delete Project

Warning: This permanently deletes the project and all associated agents and runs.

Agent Management

Create an Agent

Create an agent with inline script:
Create an agent from a script file:
Full example with all options:
Parameters:
  • --name: Agent name (required)
  • --script: Inline Python script (mutually exclusive with --script-file)
  • --script-file: Path to Python script file (mutually exclusive with --script)
  • --provider-project-id: Browserbase project ID (required)
  • --region: Browserbase region (default: “sfo”)
  • --description: Agent description (optional)
  • --env-vars: JSON-encoded environment variables (optional)
  • --context-id: Context ID for agent (optional)
  • --extension-id: Browser extension ID (optional)
  • --timeout-sec: Timeout in seconds (optional)

List Agents

Example:

Get Agent Details

Example:

Delete Agent

Example:

Running Agents

Run an Agent

Example:
Parameters:
  • --project-id: Project ID (required)
  • --agent-id: Agent ID (required)
  • --params: JSON-encoded parameters (required)
  • --parallel: Number of parallel runs (optional, default: 1)

Complete Workflow Example

Here’s a complete example of using the CLI from start to finish:

Marketplace (Future)

Deployment (Future)

Getting Help

Environment Variables

Optional:
  • SIMULTANEOUS_API_KEY - API key (can use sim auth instead)