Overview
Browse AI
This CDK catalogue package is pinned to @activepieces/piece-browse-ai@0.2.0 and declares 4 declared actions and 2 declared triggers. Its definition is derived from the exact reviewed Activepieces source.
Provider runtime verification is recorded separately when an approved test connection is exercised; this catalogue entry does not claim that verification.
Technical guide
Technical reference
- Package:
@activepieces/piece-browse-ai@0.2.0 - Exact artifact digest:
sha256:ecc3a9fe17f49374fa1405d615950c7438c3a853a381a0a72defc1fb302ffa3e - Source: the exact reviewed Activepieces source
- Authentication, action and trigger schemas are taken from the exact pinned package.
Capability summary
Authentication
Authentication method: custom
Authentication profiles
connection · custom
- API Key Required · protected credential
Supported objects
| Object | Read | Write | Notes |
|---|---|---|---|
| Get Task Details | Yes | No | |
| List Robots | Yes | No | |
| Run a Robot | Yes | No | |
| Custom API Call | Yes | No | |
| Task Finished with Error | Yes | No | Trigger contract validated offline; live event delivery is tracked separately. |
| Task Finished Successfully | Yes | No | Trigger contract validated offline; live event delivery is tracked separately. |
Supported actions
Get Task Details · Read
Retrieves the details of a specific task executed by a Browse AI robot.
get_task_details · Risk: low · Retry: safe
Inputs
robotId· string · Required, Select a robot from your Browse AI accounttaskId· string · Required, Select a task associated with the selected robot
List Robots · Read
Retrieves all robots available in your account.
list_robots · Risk: low · Retry: safe
Run a Robot · Read
Runs a robot on-demand with custom input parameters.
run_robot · Risk: low · Retry: safe
Inputs
robotId· string · Required, Select a robot from your Browse AI accountrecordVideo· boolean · Optional, Try to record a video while running the task.robotParams· object · Required
Custom API Call · Read
Make a custom API call to a specific endpoint
custom_api_call · Risk: low · Retry: safe
Inputs
url· object · Requiredmethod· string · Requiredheaders· object · Optional, Authorization headers are injected automatically from your connection.queryParams· object · Optional, Appended to the URL as ?key=value.body_type· string · Optionalbody· object · Optionalresponse_is_binary· boolean · Optional, Enable for files like PDFs, images, etc.failsafe· boolean · Optional, On a failed request, output the error instead of failing the step.timeout· number · Optional, Seconds to wait for a response. Empty: up to the flow limit (10 min).followRedirects· boolean · Optional, Follow 3xx redirects instead of returning them as the response.
Triggers
Task Finished with Error · Webhook
Triggers when a robot task run fails with an error.
Inputs
robotId· string
Task Finished Successfully · Webhook
Triggers when a robot finishes a task successfully.
Inputs
robotId· string
Setup
Setup
Create a tenant connection only in the consuming Studio instance when this connector is made available there. Credentials remain in that tenant's Vault-backed connection and are not stored in CDK package metadata.
Limitations
The package has passed deterministic offline package-load and contract validation. No provider credentials, provider API call or live webhook delivery is represented by this release state.