.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
OPENAI_API_KEY
secret
ANTHROPIC_API_KEY
secret
ANONYMIZED_TELEMETRY
Set to false to disable anonymized telemetry
BROWSER_USE_LOGGING_LEVEL
LogLevel: Set to debug to enable verbose logging, set to result to get results only. Available: result | debug | info
brew install flyctl && fly launch --from https://github.com/abidlabs/browser-use
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/abidlabs/browser-use
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/abidlabs/browser-use