Skip to main content

Installation

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

Overview

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

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

Available Operations

Sessions

List and manage browser sessions

Agents

List and manage automation agents

Functions

Create and manage functions for your automations

Available Tooling for your agents

File Storage

Upload and download files to and from your agents

Personas

Create and manage personas

Vaults

Create and manage secure credential vaults for your agents