loading

Get Started

  • Overview
  • Quick Start
  • Workspace
  • Instant Preview
  • Rover in a Chrome Extension

Instruct & Customize

  • Instructing Rover
  • Journeys
  • Knowledge
  • Customize
  • Audience & Identity
  • Appearance

Connect AI

  • Connect Your AI
  • AI Discovery
  • Agent-to-Web (A2W)

Operate

  • Rover Analytics
  • Plan & Billing
  • Security & Policies
  • Roadmap

Reference

  • Configuration
  • API Reference
  • Instant Preview API
  • Examples

Platforms

  • Webflow
  • Wix

[ documentation ]

Documentation

Rover docs

Rover works inside your live page. For normal browser use, it reads a bounded semantic view of the page, plans the next action, and takes it in the visitor's existing session. You configure the owner policy in Workspace, and saved settings go live without a redeploy.

Choose the right path

PathWhat you needBest for
Hosted PreviewSigned-in URL + prompt only.Rover-managed demos with no site config.
Preview HelperWorkspace test config JSON or hosted handoff.Best multi-page desktop testing.
ConsoleWorkspace test config + generated snippet.Fast DevTools demos.
BookmarkletWorkspace test config + generated bookmarklet.Drag-and-click current-page demos.
Production installWorkspace Install snippet.Your real live site.

Install

HTML
<script src="https://rover.rtrvr.ai/embed.js?v=SITE_KEY_ID" async
  data-site-id="SITE_ID"
  data-public-key="pk_site_..."
  data-site-key-id="SITE_KEY_ID"></script>

Copy the exact generated snippet from Workspace; this example only shows the required production shape. Full guide →

Routine settings do not change the tag. Rotating the production site key does: replace any snippet you copied into your site. Journeys roll out off → preview → live, and anything an AI proposes waits in your review inbox until you keep it.

Need stronger machine-readable discovery beyond the snippet? Publish rover-site.json as the rich profile, add agent-card.json for interop, then read AI Discovery.

Want to prove Rover before install? Instant Preview runs Rover on any site — with a temporary demo config or your real Workspace config.

All sections

Quick StartCreate a site, add its generated tag, verify the install, and launch your first journey. Routine settings then ship from Workspace.WorkspaceWhere you configure Rover and see what it does — every save is live site config, and every AI proposal waits in a review inbox until you keep it.Instant PreviewTry Rover on a live site — yours or one you don't control — before installing the production snippet.Rover in a Chrome ExtensionRun Rover from your own Chrome extension on live sites such as LinkedIn — without installing the Rover npm package.Instructing RoverHow to tell Rover what to do on your site — one purpose sentence, guidance in your own words, page rules, and facts it may quote.JourneysA journey is something Rover can walk your visitors through — a tour, a setup, a fix. You write the brief in plain language; Rover finds the path on the live page.KnowledgeWhat Rover may state as fact — exact claims, feature names, and numbers you approved.CustomizeThe instructions Rover follows and the tools it may use on your site — create, review, test, and hand work off.Audience & IdentityWho Rover recognizes, how personally it may speak, and what it remembers between conversations.AppearanceHow Rover looks and sounds on your site — looks, placement, greeting, mascot, voice, and motion. Every save goes live right away.Connect Your AILet the AI you already use — Claude Code, Cursor, any MCP or REST tool — read your site's Rover setup and propose changes. Every proposal waits for your review.AI DiscoveryBeacon-first production UX, rover-site.json as the rich profile, agent-card.json as interop, and llms.txt as optional support.Agent-to-Web (A2W)Use Rover-enabled sites as neutral A2W run resources through POST for API agents or GET markdown execution for URL-fetch chatbots.Rover AnalyticsRead what Rover does for your visitors — visits, outcomes, goals, and feedback — starting the moment it's installed, with no tagging plan.Plan & BillingWhere your Rover plan, credits, and invoices live — and how sites attach to a plan.Security & PoliciesHow Rover scopes browser work, owner actions, domains, identity, and site keys.RoadmapWhere Rover is headed — what is live today and what ships next on the way to every website becoming a callable, composable agent surface for humans and machines.ConfigurationWhat belongs in Workspace, what the production tag carries, and the supported browser SDK overrides.API ReferenceSupported public contracts for the browser SDK, A2W runs, Connect AI MCP/REST, and product analytics calls.Instant Preview APISigned-in hosted preview contract for create/get/events/input/cancel/share/bootstrap plus the OpenAPI spec.ExamplesCommon integration patterns for onboarding, checkout, forms, and more.

Platform guides

Installing through a website platform? Follow the managed platform guides:

Webflow guideWix guide
next →Quick Start