curl --request POST \
--url http://localhost:3333/v1/browserbase/automations \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>' \
--data '
{
"taskId": "<string>",
"name": "<string>",
"targetUrl": "<string>",
"instruction": "<string>",
"description": "<string>",
"schedule": "<string>"
}
'{
"id": "<string>",
"name": "<string>",
"taskId": "<string>",
"targetUrl": "<string>",
"instruction": "<string>",
"isEnabled": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"schedule": "<string>"
}curl --request POST \
--url http://localhost:3333/v1/browserbase/automations \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>' \
--data '
{
"taskId": "<string>",
"name": "<string>",
"targetUrl": "<string>",
"instruction": "<string>",
"description": "<string>",
"schedule": "<string>"
}
'{
"id": "<string>",
"name": "<string>",
"taskId": "<string>",
"targetUrl": "<string>",
"instruction": "<string>",
"isEnabled": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"schedule": "<string>"
}API key for authentication
Organization ID (required for session auth)
Was this page helpful?