Back to vendors
S

Skyvern

Visit site
Entry priceFree (5,000 credits/mo); Hobby $29/mo, Pro $149/mo; Enterprise customFull pricing detail

Open source browser agent that uses computer vision and language models instead of brittle selectors to complete multi step workflows on any website, with route memorization for deterministic replays.

Skyvern is an open source browser automation agent, backed by Y Combinator, that uses large language models and computer vision to automate web workflows on any website. Instead of the brittle CSS selectors and XPath scripts that break whenever a site changes its layout, Skyvern takes a screenshot, uses a vision language model to find the target elements, and interacts with them the way a person would. Because it reasons about what it sees rather than a fixed structure, it operates on sites it has never seen and survives redesigns automatically. The project has more than twenty thousand stars on GitHub and tens of thousands of users.

A defining feature is its explore and replay pattern, called route memorization. The first time Skyvern completes a task through reasoning, it compiles the successful path into a deterministic Playwright script and runs future identical tasks with that faster, cheaper, repeatable script, dropping the language model out of the loop. When a site changes and the script breaks, it automatically falls back to reasoning to recover the path. It ships primitives to act, extract structured data with a schema, validate page state, and prompt, plus a no code workflow builder.

Skyvern is genuinely model agnostic. Teams bring their own language model from OpenAI, Anthropic, Google Gemini, Azure, AWS Bedrock, or a local model through Ollama, and configure multi model setups. It is open source under a copyleft license and can be fully self hosted with Docker or a Python install and your own database, or run through Skyvern Cloud with bundled anti bot, proxy, and CAPTCHA handling. Extensibility is broad: a Playwright compatible software development kit, a REST API, a command line interface, a Model Context Protocol server, and connectors for Zapier, Make, and N8N.

For the enterprise, Skyvern is SOC 2 Type II and HIPAA compliant per its trust center, integrates credential vaults including Azure Key Vault, 1Password, and Bitwarden, and offers human in the loop for compliance sensitive steps on its enterprise plan. It publishes its own Web Bench benchmark and reports strong WebVoyager results, giving objective data most commercial tools lack. The main trade off is that vision reasoning adds latency and per run cost against a stable, well maintained script, and it stops short of a prebuilt agent marketplace.

Vendor details

Canonical URL

https://skyvern.com

Category

Browser / computer-use agent

Company status

independent

Use cases & customers

In practice

An operations team logs into hundreds of vendor and utility portals each month. Skyvern navigates to the right billing period and pulls invoices, and when a portal layout changes its intent metadata lets the agent recover automatically instead of failing.

A team automates repeat software license renewals through a vendor dashboard. Skyvern learns the checkout path on the first run, its fallbacks handle product variety, and replays run deterministically, flagging if a price or SKU changes.

A developer needs an insurance quote pulled from a carrier site with no API. In a few lines through the Playwright compatible software development kit, Skyvern reasons through the dynamic form, handles the security question, and returns a structured quote.

Agentic Index coverage score

9.0 / 14 capabilities · 64%

Integrations & Tool CallingSkyvern connects workflows to other apps through Zapier, Make, and N8N and supports Model Context Protocol, and acts across any website, real integration short of a documented library of deep native business connectors, so partial. Partial
Workflow OrchestrationSkyvern autonomously plans and executes multi step browser workflows, verifying results and adapting to branching paths, and chains steps in a no code workflow builder, real orchestration short of documented autonomous multi agent coordination across systems, so partial. Partial
Knowledge Grounding & RAGSkyvern extracts structured data with schemas and reasons over contextual information to infer answers while navigating, real grounding in page content and provided context short of a documented citation grounded retrieval system, so partial. Partial
Human Oversight & GuardrailsSkyvern offers human in the loop as an optional enterprise feature for compliance sensitive steps and an interactable livestream to intervene, real oversight short of a runtime approval and guardrail enforcement engine enabled by default, so partial. Partial
Security, Identity & GovernanceSkyvern is SOC 2 Type II and HIPAA compliant per its trust center, integrates enterprise credential vaults like Azure Key Vault, 1Password, and Bitwarden, and offers team workspaces, so full. Full
Observability & AuditabilitySkyvern provides a live stream to watch runs in real time and run visibility through its dashboard, real observability short of a documented full per action audit and traceability system, so partial. Partial
Memory & State PersistenceSkyvern's route memorization compiles a successful task path into a deterministic script and replays it on future runs, self healing when sites change, real learned workflow persistence short of a documented general cross session agent memory, so partial. Partial
Deployment & Data ResidencySkyvern is open source under a copyleft license and fully self hostable via Docker or pip with your own database, and also offers a managed cloud, so full. Full
Prebuilt Agents, Templates & PacksSkyvern provides a no code workflow builder and community contributed examples, but a browsable library of prebuilt or cloneable agents could not be verified. Unable to verify
Triggers & Channel CoverageSkyvern tasks are triggered via API, software development kit, dashboard, and through Zapier, Make, and N8N integrations, real triggering short of broad customer facing channel coverage, so partial. Partial
Model Flexibility & RoutingSkyvern is model agnostic, letting users bring OpenAI, Anthropic, Gemini, Azure, AWS Bedrock, or local Ollama models and configure multi model setups, so full. Full
APIs, SDKs & MCP ExtensibilitySkyvern offers a Playwright compatible software development kit, an API, a command line interface, an open source codebase, and Model Context Protocol support, so full. Full
Testing, Debugging & OptimizationSkyvern built and publishes the Web Bench benchmark with thousands of tasks and provides a validate primitive to check page state, real testing and evaluation tooling short of a documented in product evaluation harness for user workflows, so partial. Partial
Browser & Computer UseSkyvern navigates any website like a human using computer vision and vision language models to read the screen and interact, operating on unseen sites and resisting layout changes without selectors, so full. Full

The Agentic Index coverage score grades every vendor Full, Partial or Unable to verify against the same 14 buyer facing capabilities, from public evidence only. Each capability links to how all vendors in the index score on it. How this evidence is graded

Recent platform changes

2026-08-10·Workflow orchestrationVerified

Skyvern published its July 2026 changelog, moving the drag-and-drop Workflow Studio out of preview with resizable panes, full-screen YAML editing, and a Past Runs tab. The release also introduced a code-first browser recording preview, advanced credential management including passkey 2FA support, and global custom LLM defaults natively supporting models like Claude Opus 5.

Bears on: Browser/computer use

View source
2026-07-17·Workflow orchestrationVerified

Skyvern launched its Agentic Process Automation (APA) Control Plane to govern complex browser automations across credential-guarded portals. The platform introduces save-draft blocks to persist partial progress during session timeouts, alongside centralized credential management, human-in-the-loop approval gates, exception escalation, and full audit logging.

Bears on: Workflow orchestration

View source
2026-07-01·Browser/computer useVerified

Skyvern's June changelog renames Workflows to Agents across the UI and public API, and adds multi-tab browser control, a Workflow Studio editor beta, native Google Cloud deployment, and stronger one-time-password handling.

Bears on: Browser/computer use

View source
View all 3 changes for Skyvern →Tracked since Jul 2026 · Verified from public vendor sources

Pricing

Free (5,000 credits/mo); Hobby $29/mo, Pro $149/mo; Enterprise custom

Agentic Index verified 2026-07-01

Alternatives to Skyvern

The closest documented capability profiles to Skyvern among browser and computer-use agents tracked by Agentic Index, ordered by similarity on the same 14 point evidence the rankings use. No vendor pays for placement.

  • Notte8.5 / 14Fuller documented coverage on Observability & AuditabilitySkyvern vs Notte →
  • Stagehand10.5 / 14Adds documented Prebuilt Agents, Templates & Packs
  • Autotab7.0 / 14Fuller documented coverage on Workflow Orchestration
  • MultiOn7.0 / 14Fuller documented coverage on Workflow Orchestration
  • Runner H8.0 / 14Fuller documented coverage on Integrations & Tool Calling and Workflow Orchestration
  • Tinyfish8.0 / 14Fuller documented coverage on Integrations & Tool Calling and Workflow Orchestration

Similarity is computed from each vendor's Agentic Index coverage score evidence, axis by axis, not from the totals. How this evidence is graded

Contact us

Found a vendor we missed? Have feedback on the index? We'd love to hear from you.