{
  "info": {
    "name": "Skyvern — mcp.ai",
    "description": "REST API for the Skyvern MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/skyvern",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "skyvern_cancel_runs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cancel/runs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cancel",
            "runs"
          ]
        },
        "description": "Cancel one or more active task or workflow runs in one request and report which IDs succeeded or failed.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"run_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "skyvern_create_folder",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/folder",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "folder"
          ]
        },
        "description": "Create a folder for organizing Skyvern agents.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"title\": \"\",\n  \"description\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "skyvern_delete_folder",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/folder",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "folder"
          ]
        },
        "description": "Delete a Skyvern folder without deleting the agents it contains.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"folder_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "skyvern_get_folder",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/folder",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "folder"
          ]
        },
        "description": "Get one Skyvern folder by ID, including its current agent count.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"folder_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "skyvern_get_run",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/run",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "run"
          ]
        },
        "description": "Get current status, output, errors, files, and observation links for a task or workflow run.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"run_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "skyvern_list_agents",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/agents",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "agents"
          ]
        },
        "description": "Search and list the latest versions of Skyvern agents available to the connected organization.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"search\": \"\",\n  \"statuses\": \"\",\n  \"folder_id\": \"\",\n  \"page_size\": 0,\n  \"next_cursor\": \"\",\n  \"only_workflows\": false,\n  \"only_saved_tasks\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "skyvern_list_folders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/folders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "folders"
          ]
        },
        "description": "Search and list folders used to organize Skyvern agents.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"search\": \"\",\n  \"page_size\": 0,\n  \"next_cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "skyvern_list_runs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/runs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "runs"
          ]
        },
        "description": "Find task and workflow runs for the connected organization, with status, type, workflow, and text filters.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"search\": \"\",\n  \"statuses\": \"\",\n  \"page_size\": 0,\n  \"run_types\": \"\",\n  \"next_cursor\": \"\",\n  \"workflow_permanent_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "skyvern_start_browser_task",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/start/browser/task",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "start",
            "browser",
            "task"
          ]
        },
        "description": "Start an autonomous browser task that can navigate and interact with websites, including clicking and submitting forms. It may cause external side effects and consume Skyvern credits; use GET_RUN to m",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"title\": \"\",\n  \"engine\": \"\",\n  \"prompt\": \"\",\n  \"max_steps\": 0,\n  \"webhook_url\": \"\",\n  \"proxy_location\": \"\",\n  \"start_fresh_browser\": false,\n  \"data_extraction_schema\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "skyvern_update_folder",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/folder",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "folder"
          ]
        },
        "description": "Change the title or description of an existing Skyvern folder.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"title\": \"\",\n  \"folder_id\": \"\",\n  \"description\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}