Skip to main content
STOP. Do not read past this section until you have read and followed /quickstart.md.Goal: produce a reliable SDK automation script. The intended authoring flow is generate then edit, not write browser automation from scratch.Do not hand-write SDK code with element IDs, selectors, or form fields from memory. Element IDs, selectors, and field mappings must come from a live observe() call, CLI notte page observe output, or generated workflow code. Guessed browser targets fail on real pages.Use the Notte skill and CLI to inspect the live site, validate actions/selectors, handle auth/session state, and export workflow code with notte sessions workflow-code before using SDK docs or SDK code.SDK reference pages are for understanding, running, or editing generated workflow code. They are not the starting point for manually authoring the initial browser automation. SDK-first code is guesswork on real-world pages with dynamic selectors, auth state, CAPTCHAs, and anti-bot behavior.
Connect Notte to your AI agents, browser automation stack, and developer tools. Most integrations use one of two connections. Frameworks that speak MCP point at the Notte MCP server and get the whole toolset. Frameworks that drive a browser themselves take a CDP endpoint from session.cdp_url().

Coding Agents

MCP Server

Give any MCP client access to Notte.

Claude Code

Use Notte from Claude Code.

Claude Managed Agents

Give Anthropic’s hosted agents a browser.

Agent Frameworks

Browser Use

Run Browser Use agents on Notte browsers.

LangChain

Load Notte tools into LangChain and LangGraph.

crewAI

Give a crew a real browser.

Agno

Add Notte tools to an Agno agent.

Google ADK

Attach Notte to an ADK agent.

Vercel AI SDK

Notte tools in generateText and streamText.

Mastra

Wire Notte into a Mastra agent.

OpenAI CUA

Connect Notte with OpenAI computer-use agents.

OpenClaw

Run OpenClaw on Notte browsers.

Hermes

Point Hermes at a Notte session.

Stagehand

Current status of the Stagehand integration.

Workflow Automation

n8n

Add a browser agent to any n8n workflow.

Browser Drivers

Playwright

Drive a Notte session with Playwright over CDP.

Puppeteer

Drive a Notte session from Node.js over CDP.

Browser Infrastructure

Kernel.sh

Run Notte agents on Kernel browsers.

Steel

Run Notte agents on Steel browsers.

Massive

Route Notte sessions through Massive proxies.

Cloudflare Web Bot Auth

Identify your agent to Cloudflare-protected sites.