Adding Steel to existing Notte implementations
1. Install Notte and Steel SDK
2. Initialize Notte and Steel
Import the libraries and create a cloud browser session:steel_init.py
3. Connect Notte to Steel’s CDP endpoint
Use Steel’s CDP URL to create a Notte session:steel_connect.py
Complete example script
Here’s a complete, runnable script that demonstrates the full integration:steel_complete.py
Steel’s SDK may evolve. Refer to Steel’s documentation for the most up-to-date API details.
Benefits of using Steel with Notte
- No local browser management: Run agents without installing or maintaining browsers locally
- Cloud infrastructure: Leverage Steel’s managed browser infrastructure
- Scalability: Launch multiple browser sessions in parallel for concurrent tasks
- Session control: Programmatic control over browser lifecycle

