Skip to main content
Skyvern lets AI coding assistants (Claude Code, Cursor, Windsurf, Codex) control browsers, extract data, and run workflows. Copy the prompt below into your AI coding agent and you’ll have a running automation in minutes.
Looking to self-host instead? See the local installation guide for full setup instructions.

1. Get your API key

Go to app.skyvern.com/settings and get your API key.
Skyvern Settings page showing the API Keys section with a masked key and reveal/copy buttons

2. Give this prompt to your AI coding agent

Paste your API key below, then copy the prompt into your AI coding assistant. It will:
  1. Install the Skyvern Python/TypeScript SDK
  2. Ask what you want to automate (say “Go to Hacker News and get the top comment of the #1 post” for example)
  3. Write a browser automation that launches a cloud browser, runs AI actions on pages, and prints the result

3. Next steps

Connect the MCP server

Give your AI coding assistant direct browser control through natural language. No SDK code needed.
claude mcp add-json skyvern '{"type":"http","url":"https://api.skyvern.com/mcp/","headers":{"x-api-key":"YOUR_SKYVERN_API_KEY"}}' --scope user

Keep building

Build a Browser Automation

The full Page/Agent/Browser walkthrough

SDK Reference

Every SDK method, parameter, and type (Python + TypeScript)

Full MCP Reference

All tools, config options, local mode, and troubleshooting

llms.txt

Machine-readable doc index for AI coding agents