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.
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 →
Quick Start
Add Rover to your site in under 2 minutes with a single script tag.
Configuration
All boot options: domain/cross-host policy, task boundaries, routing, and checkpointing.
Security & Policies
Domain restrictions, cross-domain policy, and external navigation controls.
API Reference
Workspace management APIs plus full Rover V2 runtime contracts (`/v2/rover/*`).
Examples
Common integration patterns for onboarding, checkout, forms, and more.