nowrun help — so your agent always knows exactly what to do and how to do it.
Installation
Your agent installs the CLI with a single command:Exploring commands
To see every available command, run:Command reference
Add
--json to any command for machine-readable output.
The skill and MCP server
Whennowrun login is run, it installs two key components:
- The nowrun skill — teaches your AI agent about all available CLI commands and how to use them.
- The nowrun docs MCP server —
nowrun-docs, hosted athttps://nowrun.io/docs/mcp. Your agent queries it to read the documentation while it works. It serves docs only; commands are run through the CLI.
Because the CLI is agent-driven, the full command surface is intentionally discovered at runtime. Your agent uses
nowrun help and nowrun <command> -h to learn what’s available — this means the agent always uses the latest commands, even ones added after this page was written.Next steps
- nowrun login: authenticate the CLI through your browser and install the skill + MCP server.
- nowrun deploy: deploy an Android APK or HTML5 bundle to a live, browser-accessible URL.

