Start from a URL and perform the given task.
API key passed as a query parameter
An optional session identifier to reference an existing running sessions. When passed, the tool will be executed on the provided session.
The URL of the webpage. If not provided, the tool will use the current page in the session.
"https://anchorbrowser.io"
The task to be autonomously completed.
"Who is the heighest player in the 49ers team?"
Optional schema to format the output of the task.
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "player name"
},
"age": {
"type": "integer",
"description": "player age"
},
"shirt_number": {
"type": "integer",
"description": "player shirt number"
}
},
"required": ["name", "age", "shirt_number"]
}The result of the autonomous task.
The outcome or answer produced by the autonomous task.
"The article discusses various secure browsers..."