Choose Your Path
Device Quickstart
Learn the core session and action loop in minutes.
CLI Device Commands
Use
revyl device directly from your terminal.Troubleshooting
Fix session, install, grounding, and action issues quickly.
Device SDK
Control devices programmatically with the Python SDK.
When To Use What
| Goal | Best Entry Point |
|---|---|
| First end-to-end run on a cloud device | Device Quickstart |
| Full command-level control | CLI Device Commands |
| Agent-driven device control from IDE | MCP Setup |
| Scripted device actions in Python | Device SDK |
| CI orchestration of test and workflow runs | API Quickstart |
Core Ergonomics Loop
Whether you use CLI, SDK, or MCP, use the same reliable loop:- Take a screenshot or otherwise re-observe current state.
- Choose one best action.
- Verify the result immediately.
- Repeat.