Content indexes
/llms.txt
A concise index of every page in the docs, formatted for LLMs. Follows the llmstxt.org convention.
/llms-full.txt
The full contents of the docs as a single markdown file. Drop it into an agent’s context window when you want everything at once.
Any page as markdown
Append
.md to any docs URL to get the raw markdown for that page (for example, /quickstart.md).MCP server
The docs expose a hosted Search MCP server so agents can search and retrieve pages in-flight instead of relying on stale training data.
Connect from your client of choice:
Skills
When you runnowrun login, the CLI installs the nowrun skill into your AI tool and registers the hosted nowrun-docs MCP server above in that tool’s MCP config. The skill is the part that teaches your agent how to use nowrun end-to-end; the MCP server is how it reads these docs while working. See Authentication and nowrun login.
Crawler endpoints
Supported input formats
nowrun accepts Android.apk files and HTML5 web bundles as a .zip (create the app with nowrun app create --type h5). Android App Bundles (.aab) and iOS builds are not supported. If your engine produces an .aab, configure it to output an .apk before calling nowrun deploy.

