Example: Automating Notion Signup Using Browser-Use + Cirtus

This example demonstrates how to automate a real-world signup flow (Notion) using:

The agent completes the entire signup flow, including OTP verification and onboarding, without manual intervention.

Prerequisites

1. System requirements

2. Python dependencies

Install the required packages:

pip install browser-use cirtusai

3. Environment variables

Set the following environment variables:

export OPENAI_API_KEY="your_openai_api_key"
export CIRTUS_API_KEY="your_cirtus_api_key"

On Windows (PowerShell):

setx OPENAI_API_KEY "your_openai_api_key"
setx CIRTUS_API_KEY "your_cirtus_api_key"