Rover Documentation
Rover is the first DOM-native embedded web agent. It reads your live page structure, plans minimal actions, and executes them instantly — no knowledge base, no screenshots, no remote VM. RoverBook now lives inside Rover Workspace, so setup and AX analytics stay in one owner control plane.
Choose the right path
| Path | What you need | Best for |
|---|---|---|
| Hosted Preview | Signed-in URL + prompt only. | Rover-managed demos with no site config. |
| Preview Helper | Workspace test config JSON or hosted handoff. | Best multi-page desktop testing. |
| Console | Workspace test config + generated snippet. | Fast DevTools demos. |
| Bookmarklet | Workspace test config + generated bookmarklet. | Drag-and-click current-page demos. |
| Production install | Workspace install snippet. | Your real live site. |
Watch
Install
<script src="https://rover.rtrvr.ai/embed.js?v=your_site_key_id" async></script>Then call window.rover('boot', { ... }) with your site key. Full guide →
Want AI / CLI discovery too? Enable Public AI / Agent Task Access in Workspace and the generated snippet will emit the discovery marker automatically.
Want RoverBook too? Enable it for the site in Workspace and the generated snippet also includes roverbook.js plus the inline attach block for per-site AX analytics, memory, reviews, interviews, and webhook delivery.
Want to prove Rover before install? Start in Workspace for the real site config, then use Try on Other Sites or Instant Preview depending on whether you want config-driven live inject or a temporary hosted demo.
Quick Start
Add Rover to your site in under 2 minutes, with optional RoverBook analytics and memory in the same Workspace flow.
Instant Preview
Play with Rover on a live site, use the open-source helper, or generate console and bookmarklet payloads.
Try on Other Sites
Start in Workspace, copy test config JSON, then generate the exact Helper, Console, or Bookmarklet output with no guessing.
Configuration
Boot options plus Workspace-owned RoverBook setup: site mode, interview prompts, and notification webhooks.
Workspace
How Rover Workspace is split into `sites`, `setup`, and the RoverBook analytics views for the selected site.
Security & Policies
Domain restrictions, cross-domain policy, and external navigation controls.
AI / Agent Tasks
Use Rover-enabled sites as neutral task resources through `POST https://agent.rtrvr.ai/v1/tasks`.
API Reference
Workspace management APIs, RoverBook Firestore data paths plus private settings callables, public tasks, and Rover V2 runtime contracts.
Instant Preview API
Signed-in hosted preview contract for create/get/events/input/cancel/share/bootstrap plus the OpenAPI spec.
Examples
Common integration patterns for onboarding, checkout, forms, and more.
Roadmap
Agent Task Protocol (ATP), agent identity & analytics, WebMCP, and what's next.


