Framework

LLM Access

How to access these docs in an LLM-friendly format.

To make Joystick more accessible for usage with LLMs, you can access the full contents of these docs as plain-text markdown via the URL /llm/joystick.

This will return a text/markdown-typed response with the full source of these docs as a single, large text file.

This URL can safely be used as the full, canonical documentation for Joystick as part of a RAG or MCP server.

Accessing individual pages

All documentation pages can have their contents returned as plain-text Markdown by appending the llm query param like so:

https://docs.cheatcode.co/joystick/node/i18n?llm=true

Similar to the full documentation above, you will receive back the plain-text Markdown version for that specific documentation.