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