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

# Make.com

> Connect Skyvern to 2,000+ apps through Make.com. Run tasks or agents, retrieve results, and integrate browser automations into any Make scenario.

Connect Skyvern to 2,000+ apps through Make. Trigger browser automations from any scenario, or route Skyvern's results into downstream modules.

## Available Modules

* **Run a Task**: Run an automation using **Skyvern 1.0** (simple, single-step goals)
* **Run a Task V2**: Legacy module for explicitly requested V2 task runs
* **Run an Agent**: Run a pre-built Skyvern agent with parameters
* **Get a Task / Get a Task V2**: Retrieve results from a previously run task
* **Get an Agent**: Retrieve results from a previously run agent
* **List Organizations**: List all organizations in your account
* **Make an API Call**: Execute a custom API request with your credentials

## Setup

<Steps>
  <Step title="Add the Skyvern module">
    Create a new scenario or edit an existing one, click **+**, and search for "Skyvern".

    <Frame>
      <video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/skyvern/9qHw5n1YDp_Aq14I/images/make/make1.mp4?fit=max&auto=format&n=9qHw5n1YDp_Aq14I&q=85&s=25be3a9c834f3ade7a526513e4523b98" data-path="images/make/make1.mp4" />
    </Frame>
  </Step>

  <Step title="Connect your account">
    Click **Create a connection** and paste your API key from [Settings](https://app.skyvern.com/settings/).

    <Frame>
      <video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/skyvern/9qHw5n1YDp_Aq14I/images/make/make2.mp4?fit=max&auto=format&n=9qHw5n1YDp_Aq14I&q=85&s=6e72edf1df85c0b1416359d65b81dfe0" data-path="images/make/make2.mp4" />
    </Frame>
  </Step>

  <Step title="Configure">
    Fill in the fields for your chosen module. See the field reference below.
  </Step>

  <Step title="Test">
    Click **Run once** and monitor progress in your [Skyvern dashboard](https://app.skyvern.com).
  </Step>
</Steps>

## Field reference

### Run a Task

* **URL** (required): The starting page for the automation
* **Navigation Goal**: What Skyvern should do on the page. Omit if only extracting data.
* **Data Extraction Goal**: What data to pull from the page
* **Navigation Payload**: JSON input data for forms. Lets you reuse the same task with different data.
* **Extracted Information Schema**: JSON schema defining the shape of extracted data
* **Webhook Callback URL**: URL to notify when the task finishes
* **Max Steps**: Cap the number of steps to control costs

<Note>
  The navigation goal describes what to do *after* loading the URL. Don't include "go to website X"; use the URL field instead.
</Note>

<Frame>
  <img src="https://mintcdn.com/skyvern/9qHw5n1YDp_Aq14I/images/make/make3.png?fit=max&auto=format&n=9qHw5n1YDp_Aq14I&q=85&s=99d0af3ba44ed02cde8a55de409bd90c" alt="Configure task fields in Make.com" width="2436" height="2104" data-path="images/make/make3.png" />
</Frame>

### Run an Agent

First, create your agent in the [Skyvern UI](https://app.skyvern.com).

* **Agent** (required): Select the agent to run
* **Parameters**: Fill in any parameters defined in your agent

<Frame>
  <img src="https://mintcdn.com/skyvern/9qHw5n1YDp_Aq14I/images/make/make4.png?fit=max&auto=format&n=9qHw5n1YDp_Aq14I&q=85&s=b48cabd6880161b790c0642692c3179c" alt="Configure agent fields in Make.com" width="1816" height="2362" data-path="images/make/make4.png" />
</Frame>

### Get a Task / Agent

Retrieve the output of a completed run.

* **Task ID** (required): Starts with `tsk_`
* **Agent Run ID** (required): Starts with `wr_`

<Frame>
  <img src="https://mintcdn.com/skyvern/9qHw5n1YDp_Aq14I/images/make/make5.png?fit=max&auto=format&n=9qHw5n1YDp_Aq14I&q=85&s=eca4a83d4ee54e29d7c8864c887fa0f7" alt="Enter Task ID or Agent Run ID in Make.com" width="1910" height="1414" data-path="images/make/make5.png" />
</Frame>

## Next steps

<CardGroup cols={2}>
  <Card title="Build Agents" icon="diagram-project" href="/cloud/building-agents/manage-agents">
    Create reusable multi-step automations in Skyvern
  </Card>

  <Card title="Use Webhooks" icon="webhook" href="/developers/going-to-production/webhooks">
    Get notified when tasks complete
  </Card>
</CardGroup>
