🔄 synced local 'docs/' with remote 'docs/'

This commit is contained in:
andrewneilson 2026-04-27 00:14:06 +00:00
parent 9fcfffd85f
commit 8a30ef8a42
71 changed files with 934 additions and 340 deletions

View file

@ -0,0 +1,20 @@
---
title: What is Skyvern?
subtitle: AI-powered browser automation for any website
description: Skyvern automates browser-based workflows using LLMs and computer vision. It navigates websites it has never seen before, filling forms, extracting data, and completing multi-step tasks via a simple API.
slug: developers/getting-started/introduction
keywords:
- browser automation
- AI agent
- computer vision
- LLM
- natural language
- visual reasoning
- web scraping
- form filling
- Playwright
---
import IntroductionContent from "/snippets/introduction-content.mdx";
<IntroductionContent />