> ## Documentation Index
> Fetch the complete documentation index at: https://browseruse-0aece648-magnus-streaming-api-link.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# n8n

> Use Browser Use as an HTTP node in n8n workflows.

Browser Use works with [n8n](https://n8n.io) as a standard HTTP integration — no custom nodes needed.

**Setup:** Add an HTTP Request node that POSTs to `https://api.browser-use.com/api/v3/sessions` with your API key in the `X-Browser-Use-API-Key` header and a JSON body like `{"task": "your task here"}`. Then poll `GET /api/v3/sessions/{session_id}` until `status` is `idle` or `stopped`.

For event-driven workflows, use [Webhooks](/cloud/guides/webhooks) to receive completion events directly instead of polling.

<Tip>
  This pattern works with any workflow tool that supports HTTP requests — Make, Zapier, Pipedream, or custom orchestrators.
</Tip>
