Notte home page
Search...
⌘K
Get an API key
Support on Slack
Getting Started
NotteClient
scrape
Core Features
Session
Actions
Agent
Get started
run
replay
start
stop
status
Workflow
Tooling
Vault
Persona
File Storage
Notte home page
Search...
⌘K
Ask AI
Contact us
Open Console
Open Console
Search...
Navigation
Agent
start
Documentation
API Reference
SDK Reference
Documentation
API Reference
SDK Reference
Contact us
Open Console
On this page
Parameters
Returns
Agent
start
Start the agent with the specified request parameters
This method initiates the agent execution with the provided configuration. The agent will begin processing the task immediately after starting.
Parameters
task
str
required
The task description to execute (required).
url
str | None
Optional URL to process, defaults to None.
response_format
type[pydantic.main.BaseModel] | None
The response format to use for the agent answer. You can use a Pydantic model or a JSON Schema dict.
Returns
AgentResponse
: The initial response from starting the agent.
Was this page helpful?
Yes
No
replay
stop
Assistant
Responses are generated using AI and may contain mistakes.