Installation

you can install the notte sdk using pip:
pip install notte-sdk

Overview

With the notte sdk, everything starts by creating your NotteClient:
from notte_sdk import NotteClient

notte = NotteClient()
From there, you’re able to create browser sessions, run new agents, or manage credential vaults:

Available Operations

Available Tooling for your agents