mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 11:40:32 +00:00
20 lines
612 B
Text
20 lines
612 B
Text
---
|
|
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 />
|