> ## 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.

# Workato

> Connect Skyvern to Workato's enterprise automation platform. Run tasks or agents, retrieve results, and integrate browser automations into any Workato recipe.

Connect Skyvern to Workato's enterprise automation platform. Trigger browser automations from any recipe, or route Skyvern's results into downstream actions.

## Available Actions

* **Create and Run Task**: Run an automation using **Skyvern 1.0** (simple, single-step goals)
* **Create and Run Task V2**: Legacy action for explicitly requested V2 task runs
* **Run an Agent**: Run a pre-built Skyvern agent with parameters
* **Get Task / Get Task V2**: Retrieve results from a previously run task
* **Get Agent**: Retrieve results from a previously run agent

## Setup

<Steps>
  <Step title="Install the connector">
    Go to the Community Library tab, search for "Skyvern" under custom connectors, and click **Install** → "release latest version".

    <Frame>
      <img src="https://mintcdn.com/skyvern/w1JM1wfEFGWTyk6L/images/workato/s1img1.png?fit=max&auto=format&n=w1JM1wfEFGWTyk6L&q=85&s=35b25c2eefbf52bbcf982fc377239a26" alt="Search for Skyvern in Workato Community Library" width="2688" height="976" data-path="images/workato/s1img1.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/skyvern/w1JM1wfEFGWTyk6L/images/workato/s1img2.png?fit=max&auto=format&n=w1JM1wfEFGWTyk6L&q=85&s=c7723ab5123167f938e9483c53814ead" alt="Skyvern connector page in Workato" width="2486" height="382" data-path="images/workato/s1img2.png" />
    </Frame>
  </Step>

  <Step title="Add Skyvern to your recipe">
    Create a new recipe or edit an existing one, add an action, and search for "Skyvern".

    <Frame>
      <img src="https://mintcdn.com/skyvern/w1JM1wfEFGWTyk6L/images/workato/s1img4.png?fit=max&auto=format&n=w1JM1wfEFGWTyk6L&q=85&s=85b547e9c0df3d94218406a4c0b9b8cf" alt="Add Skyvern action to Workato recipe" width="1152" height="440" data-path="images/workato/s1img4.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/skyvern/w1JM1wfEFGWTyk6L/images/workato/s1img6.png?fit=max&auto=format&n=w1JM1wfEFGWTyk6L&q=85&s=47cc40322febd865199dffd14a2580bf" alt="List of available Skyvern actions in Workato" width="1052" height="1144" data-path="images/workato/s1img6.png" />
    </Frame>
  </Step>

  <Step title="Connect your account">
    Paste your API key from [Settings](https://app.skyvern.com/settings/) and save the connection.

    <Frame>
      <img src="https://mintcdn.com/skyvern/w1JM1wfEFGWTyk6L/images/workato/s1img7.png?fit=max&auto=format&n=w1JM1wfEFGWTyk6L&q=85&s=63e2b3f035b095b0f4ccb1fe920a2c39" alt="Connect Skyvern account in Workato" width="1060" height="1268" data-path="images/workato/s1img7.png" />
    </Frame>
  </Step>

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

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

    <Frame>
      <img src="https://mintcdn.com/skyvern/w1JM1wfEFGWTyk6L/images/workato/s3img1.png?fit=max&auto=format&n=w1JM1wfEFGWTyk6L&q=85&s=fa884e1c4926dbd0c111d61855ffcc5a" alt="Test Workato recipe with Skyvern" width="1746" height="1354" data-path="images/workato/s3img1.png" />
    </Frame>
  </Step>
</Steps>

## Field reference

### Create and 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/w1JM1wfEFGWTyk6L/images/workato/s2img1.png?fit=max&auto=format&n=w1JM1wfEFGWTyk6L&q=85&s=7c27cca55fa1ee593c49517d00310f0a" alt="Configure task fields in Workato" width="1056" height="1202" data-path="images/workato/s2img1.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/w1JM1wfEFGWTyk6L/images/workato/s5img1.png?fit=max&auto=format&n=w1JM1wfEFGWTyk6L&q=85&s=7266b92183b1b22242d86be2b3d6e972" alt="Select agent in Workato" width="1086" height="1208" data-path="images/workato/s5img1.png" />
</Frame>

### Get Task / Agent

Retrieve the details of a completed run.

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

## 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>
