Skip to main content
nowrun is designed to be driven by AI coding agents. This page lists every agent-facing endpoint the docs site exposes so a cold agent can discover, search, and act on the docs without any manual setup.

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

The nowrun CLI installs a skill and MCP server locally when you run nowrun init. That skill teaches your agent how to use nowrun end-to-end — not just how to search the docs. See Authentication and nowrun init.

Crawler endpoints

What’s safe to share

All of the endpoints above expose only content that is already publicly published on this site. There are no tokens, secrets, or private data behind them — the same information is reachable by opening the docs in a browser.