Skip to main content
Set up webhooks at cloud.browser-use.com/settings?tab=webhooks.

Events

Payload

Possible status values: started, finished, stopped.

Signature verification

Every webhook includes an X-Webhook-Signature header. Verify it to ensure the request is authentic and sent from Browser Use.

Example: Express webhook handler

Example: FastAPI webhook handler

For local development, use a tunneling tool like ngrok to expose your local server: ngrok http 3000. Then set the ngrok URL as your webhook endpoint in the dashboard.