> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vibeflow.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Browser Use

> Browser automation and web scraping capabilities

Browser automation and web scraping capabilities.

**Required Configuration:**

* API Key

## Getting Your API Key

<Steps>
  <Step title="Sign up or log in">
    Go to [cloud.browser-use.com](https://cloud.browser-use.com/) and create an account or log in.
  </Step>

  <Step title="Open API Keys settings">
    Navigate to [Settings → API Keys](https://cloud.browser-use.com/settings?tab=api-keys).
  </Step>

  <Step title="Create a new key">
    Click **Create API Key**, enter a name for the key in the modal, and confirm. Copy the key and add it to your VibeFlow connector.
  </Step>
</Steps>

## Available Endpoints

<AccordionGroup>
  <Accordion title="POST /api/actions/browser-use/task">
    Create and execute a browser automation task
  </Accordion>

  <Accordion title="POST /api/actions/browser-use/session">
    Create a new browser session
  </Accordion>

  <Accordion title="POST /api/actions/browser-use/profile">
    Create a new browser profile
  </Accordion>

  <Accordion title="GET /api/actions/browser-use/profile">
    List browser profiles
  </Accordion>

  <Accordion title="GET /api/actions/browser-use/profile/:profileId">
    Get a browser profile
  </Accordion>
</AccordionGroup>
