Homeâ€ș
Launchesâ€ș
Skyvern
67

🐉 Skyvern - Automate Browser-based workflows with AI

Automate manual workflows within your company with an AI Agent

TL;DR

Skyvern helps companies automate browser-based workflows using LLMs and computer vision. We provide a simple API endpoint to fully automate manual workflows, replacing brittle or unreliable scripts.

đŸ€”Â What are browser workflows?

Most companies we’ve talked to have manual or semi-automated workflows that support their core product. Many of these workflows started manually as companies were getting off the ground, doing things that don’t scale, and evolved to occupy a larger amount of human capital or automated with unreliable scripts.

Example 1 — Automating materials procurement from commerce websites

Let’s say you’re a B2B marketplace for car parts, and your users submit orders from multiple vendors with you. A subset of vendors you work with don’t support ordering via an API, so you have a human in the loop to transact orders for those vendors. Here’s an example of Skyvern navigating to finditparts.com and ordering an airbag — all via an API call!

Example 2 — Completing complex multi-step workflows

Let’s say you’re trying to automate complex workflows such as generating insurance quotes. Skyvern can navigate each step until its specified goal is achieved — even if the steps change depending on the user’s situation. Here’s an example of Skyvern navigating to Geico.com and generating an auto insurance quote with your personalized information.

đŸ€©Â How does it work??

Our focus is bringing stability to browser-based workflows. We leverage LLMs to create an AI Agent capable of interacting with websites like you or I would — all via a simple API call.

Traditional approaches required writing custom scripts for websites, often relying on DOM parsing and XPath-based interactions which would break whenever the website layouts changed.

Skyvern operates like a human — increasing reliability by not relying on fragile scripts, instead relying on computer vision to parse items in the viewport and interact with them the way a human would.

This approach gives us a few advantages:

  1. Skyvern can operate on websites it’s never seen before, as it’s able to map visual elements to actions necessary to complete a workflow, without any customized code
  2. Skyvern is resistant to website layout changes, as there are no pre-determined XPaths or other selectors our system is looking for while trying to navigate
  3. We’re able to circumvent or navigate through many bot detection methods as many of them rely on allowing people to access the websites
  4. We rely on LLMs to reason through interactions to ensure we can cover complex situations. Examples include:
    • If you wanted to get an auto insurance quote from Geico, the answer to a common question “Were you eligible to drive at 18?” could be inferred from the driver receiving their license at age 16
    • If you were doing competitor analysis, it’s understanding that an Arnold Palmer 22 oz can at 7/11 is almost definitely the same product as a 23 oz can at Gopuff (even though the sizes are slightly different, which could be a rounding error!)

Our Ask

Do you have any complex workflows that you’d love to automate? Were you doing things that don’t scale that you now need to scale? We’d love to chat! Shoot me an email at suchintan@skyvern.com or grab some time via my calendar.