Choose Your Path
Device Quickstart
Learn the core session and action loop in minutes.
Python SDK Quickstart
Control sessions and actions from Python scripts.
CLI Device Commands
Use
revyl device directly from your terminal.Troubleshooting
Fix session, install, grounding, and action issues quickly.
When To Use What
| Goal | Best Entry Point |
|---|---|
| First end-to-end run on a cloud device | Device Quickstart |
| Scripted device actions in Python | Python SDK Quickstart |
| Full command-level control | CLI Device Commands |
| Agent-driven device control from IDE | MCP Setup |
| 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.