Skip to main content
AI agents work in a verification loop: make a code change, start the app, and iterate on the feedback. Revyl lets agents launch your mobile app in the cloud and verify their changes.

Prerequisites

  • Revyl CLI installed and authenticated (revyl auth login)
  • An AI Agent is installed (Cursor, Claude Code, Codex)

Install Skills

Navigate to your project and initialize Revyl using the CLI:
Interactive revyl init asks which AI coding tool you use and installs the public skills for Cursor, Codex, or Claude Code automatically. See Agent Skills for more details. Your AI Agent now has the skills necessary to use Revyl within the dev loop.

Add an AGENTS.md file

By adding an AGENTS.md file, you can direct your AI Agent to use Revyl whenever a code change occurs to verify the changes. Here is an example:

Add Pull Request Guidance

You can also add the Revyl session info to a Pull Request that gets opened so that you can review the recorded session, exact steps, network logs, and performance of the verification that was done. Here is an example section to add to the AGENTS.md file: