Monito CLI
Command-line interface for the Monito AI QA testing platform.
The Monito CLI lets you manage projects, test scenarios, and runs from the terminal. It's designed for both human users and AI agents.
Quick Start
Install globally:
Authenticate:
This opens your browser for OAuth authentication. Once complete, your token is stored locally.
First Commands
List your projects:
Run all scenarios in a project:
View a test run with debug logs:
For AI Agents
Every command supports --json for structured output:
JSON data goes to stdout, human-readable text to stderr. Exit codes: 0 = success, 1 = test failed, 2 = error.
Set the MONITO_TOKEN environment variable to skip interactive login: