Skip to main content
Every browseai.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Monitors

create

monitors.create Create a robot monitor Risk: write
Input
Output

delete

monitors.delete Delete a robot monitor Risk: write
Input Output

Robots

bulkRun

robots.bulkRun Start a bulk run of robot tasks Risk: write
Input
Output

list

robots.list List robots on the account Risk: read
Input: empty object Output

run

robots.run Start a robot task Risk: write
Input
Output

System

getStatus

system.getStatus Check Browse AI task-queue status Risk: read
Input: empty object Output

Tasks

get

tasks.get Get a robot task by id Risk: read
Input Output

list

tasks.list List tasks for a robot Risk: read
Input Output

Webhooks

create

webhooks.create Create a robot webhook Risk: write
Input Output

list

webhooks.list List webhooks for a robot Risk: read
Input Output