Get started
Running agents is a breeze
Here’s how you create an agent, and run a task:
Usage
See more information on the available operations:
Running with a session
Providing a session to your agent allows you to choose specific options, like changing your browser or using proxies.
Providing credentials
Agents can be provided a vault with credentials in order to securely log in to websites without sharing your information to the LLM.
Parameters
You can use the default parameters to create your session, or customize them:
Whether to display a live viewer (opened in your browser) (default: False)
A notte vault instance, if the agent requires authentication (default: None)
A notifier (for example, email), which will get called upon task completion. (default: None)
The session to connect to, if not provided, will start a new one. (default: None)
The ID of the session. A new session is created when not provided.
The language model to use for agent reasoning.
Whether to enable vision capabilities for the agent.
Maximum number of steps the agent can take.
Optional ID of the vault to use.
Config used for the notifier.