Skyvern/docs/getting-started/introduction.mdx
Kunal Mishra 022ec7b185
Some checks failed
Run tests and pre-commit / Run tests and pre-commit hooks (push) Has been cancelled
Run tests and pre-commit / Frontend Lint and Build (push) Has been cancelled
Publish Fern Docs / run (push) Has been cancelled
docs: Add keywords and descriptions for every page, rewrote llms.txt, added another redirect (#5461)
2026-04-12 01:23:07 +00:00

20 lines
601 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: 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 />