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.
Install the required packages:
pip install browser-use cirtusai
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"