# rtrvr.ai

Structured Rover entrypoints for rtrvr.ai. Prefer the published shortcuts and explicit tools over raw DOM automation whenever they match the user's goal.

Prefer Rover shortcuts, explicit site tools, and public task flows over raw DOM automation when they match the requested outcome.
Primary task endpoint: https://agent.rtrvr.ai/v1/tasks
Workflow endpoint: https://agent.rtrvr.ai/v1/workflows
Capability card: /.well-known/agent-card.json

Published skills:
- setup_rover: Set up Rover on my site [shortcut] - Set up Rover on my site Create a site key and get your embed snippet When to use: Use this when the user wants this exact site outcome and you want a stable path that avoids brittle DOM guessing. Why use this path: Rover shortcuts are explicit site-owned entrypoints with structured task progress and cleaner recovery than generic DOM automation.
- run_workflow: Run a workflow [shortcut] - Run a workflow Run an AI task on rtrvr Cloud When to use: Use this when the user wants this exact site outcome and you want a stable path that avoids brittle DOM guessing. Why use this path: Rover shortcuts are explicit site-owned entrypoints with structured task progress and cleaner recovery than generic DOM automation.
- explore_rtrvr: What is rtrvr? [shortcut] - What is rtrvr? Learn what rtrvr.ai can do for you When to use: Use this when the user wants this exact site outcome and you want a stable path that avoids brittle DOM guessing. Why use this path: Rover shortcuts are explicit site-owned entrypoints with structured task progress and cleaner recovery than generic DOM automation.
- find_plan: Find the right plan [shortcut] - Find the right plan Compare pricing and features When to use: Use this when the user wants this exact site outcome and you want a stable path that avoids brittle DOM guessing. Why use this path: Rover shortcuts are explicit site-owned entrypoints with structured task progress and cleaner recovery than generic DOM automation.

Shortcut IDs:
- setup_rover: Set up Rover on my site
- run_workflow: Run a workflow
- explore_rtrvr: What is rtrvr?
- find_plan: Find the right plan