Learn how to integrate webhooks with Browser Use Cloud API
{"type": "test", "timestamp": "2024-03-21T12:00:00Z", "payload": {"test": "ok"}}
to verify the endpoint is working correctly before creating the actual webhook!Event Type | Description |
---|---|
agent.task.status_update | Status updates for running tasks |
agent.task.status_update
event includes the following statuses:
Status | Description |
---|---|
initializing | A task is initializing |
started | A Task has started (browser available) |
paused | A task has been paused mid execution |
stopped | A task has been stopped mid execution |
finished | A task has finished |
X-Browser-Use-Timestamp
header with the current timestampX-Browser-Use-Signature
header for verificationmetadata
field containing any custom key-value pairs that were provided when the task was created. This allows you to correlate webhook events with your internal tracking systems.