mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 19:50:42 +00:00
🔄 synced local 'docs/' with remote 'docs/'
This commit is contained in:
parent
9fcfffd85f
commit
8a30ef8a42
71 changed files with 934 additions and 340 deletions
20
docs/developers/getting-started/introduction.mdx
Normal file
20
docs/developers/getting-started/introduction.mdx
Normal 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 />
|
||||
Loading…
Add table
Add a link
Reference in a new issue