Browserbase

Update a browser automation

patch/v1/browserbase/automations/{automationId}

Path parameters

automationIdstring required

Automation ID

Request body

namestring

Automation name

descriptionstring

Automation description

targetUrlstring

Target URL to start from

instructionstring

Natural language instruction

evaluationCriteriastring

Optional natural-language criteria used to evaluate the automation result. Pass an empty string to clear.

isEnabledboolean

Whether automation is enabled

scheduleFrequency'daily' | 'weekly' | 'monthly' | 'quarterly' | 'yearly'

Automation schedule cadence

Response

Automation updated

idstring required
namestring required
descriptionstring
taskIdstring required
targetUrlstring required
instructionstring required
isEnabledboolean required
createdAtstring date-time required
updatedAtstring date-time required

Changes