Skip to main content
Build reliable Python SDK automation scripts by authoring in a real browser first. Use the Notte skill and CLI to inspect live sites, validate actions and selectors, then export working code with notte sessions workflow-code — ready to run, customize, or deploy.

Launch your AI coding agent

Copy this into your AI coding agent (Codex, Claude Code, Cursor, etc.). It installs the Notte skill, checks the CLI, authenticates your account, opens a live browser session, and points the agent toward generating SDK workflow code instead of hand-writing fragile browser automation.

InstallsNotte skill
Checksthe CLI
Authenticatesyour account
Openslive session

SDK quickstart

Use this SDK setup after the skill and CLI have explored the target site and generated workflow code with notte sessions workflow-code. If you are starting a browser automation from scratch, go back to the Fast setup path first. The intended workflow is generate then edit, not write from memory.
Prefer the old-school route? This setup is for humans who want to write code directly, avoid handing the keyboard to an LLM, and keep every import, API key, and browser session under manual control.
1

Get an API key

Create an account on the Console to get your API key.
2

Export your API key

3

Install the SDK

Now that you’re set up, here are the main SDK topics to start with.

Browser Session

Connect to a cloud browser via CDP

Web Agent

Run an AI agent on the browser

Scraping

Extract structured data from a page