← Tools Reference

Browse AI

Browse AI integration (Data, Developer Tools). Imported from open-connector.

API key6 toolshttps://api.browse.ai/v2
GET
browse_ai_list_robots
List the Browse AI robots available to the connected API key.

/robots

GET
browse_ai_get_robot
Retrieve one Browse AI robot and its input parameter definitions by robot ID.

/robots/{robotId}

1 parameter
ParamTypeRequiredDescription
robotIdstringrequiredThe Browse AI robot ID.
POST
browse_ai_run_robot_task
Start one Browse AI robot task with optional inputParameters overrides.

/robots/{robotId}/tasks

3 parameters
ParamTypeRequiredDescription
robotIdstringrequiredThe Browse AI robot ID.
recordVideobooleanoptionalWhether Browse AI should attempt to record a task video.
inputParametersobjectoptionalThe inputParameters object accepted by a Browse AI robot task.
GET
browse_ai_get_robot_task
Retrieve one Browse AI robot task and its captured data by robot and task IDs.

/robots/{robotId}/tasks/{taskId}

2 parameters
ParamTypeRequiredDescription
robotIdstringrequiredThe Browse AI robot ID.
taskIdstringrequiredThe Browse AI task ID.
GET
browse_ai_list_robot_tasks
List Browse AI robot tasks with pagination and status filters.

/robots/{robotId}/tasks

9 parameters
ParamTypeRequiredDescription
robotIdstringrequiredThe Browse AI robot ID.
pageintegeroptionalThe Browse AI task list page number.
pageSizeintegeroptionalThe number of tasks to return per page.
statusstringoptionalThe Browse AI task status filter.
robotBulkRunIdstringoptionalThe Browse AI bulk run ID used to filter tasks.
sortstringoptionalThe Browse AI sort expression, such as -createdAt,finishedAt.
includeRetriedbooleanoptionalWhether retried tasks should be included in the result.
fromDateintegeroptionalA Unix timestamp in milliseconds.
toDateintegeroptionalA Unix timestamp in milliseconds.
PATCH
browse_ai_update_robot_cookies
Update the cookies stored on one Browse AI robot.

/robots/{robotId}/cookies

2 parameters
ParamTypeRequiredDescription
robotIdstringrequiredThe Browse AI robot ID.
cookiesarrayrequiredThe cookies that should be stored on the Browse AI robot.