mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 11:40:32 +00:00
20 lines
526 B
Text
20 lines
526 B
Text
---
|
|
title: AI Agents Quickstart
|
|
subtitle: Give your AI coding assistant full browser automation in one command
|
|
description: Give your AI coding assistant full browser control capabilities in one prommpt
|
|
slug: developers/getting-started/ai-agents-quickstart
|
|
keywords:
|
|
- MCP
|
|
- Claude Desktop
|
|
- Cursor
|
|
- Windsurf
|
|
- VS Code
|
|
- AI assistant
|
|
- Model Context Protocol
|
|
- pip install
|
|
- npm install
|
|
---
|
|
|
|
import AIAgentsQuickstartContent from "/snippets/ai-agents-quickstart-content.mdx";
|
|
|
|
<AIAgentsQuickstartContent />
|