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 runnowrun 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.