llms.txt

The docs are available as plain markdown for LLMs — an llms.txt index, a full-text bundle, and any page as markdown. Feed them to ChatGPT, Claude, Cursor, or your own agent.

Every page of these docs is available as clean markdown, plus two aggregate files following the llms.txt convention — so you can give an LLM accurate, current context about sbox SDK instead of letting it guess.

Endpoints

URLWhat it is
/llms.txtAn index of every doc page, with links and one-line descriptions.
/llms-full.txtThe entire documentation concatenated into one markdown file.
/llms.mdx/<path>Any single page as markdown — append the page's path, e.g. /llms.mdx/general/usage.

Using it

  • In a chat (ChatGPT, Claude): paste https://sbox-sdk.vercel.app/llms.txt and ask the model to read the index, then fetch the pages it needs — or paste https://sbox-sdk.vercel.app/llms-full.txt to load everything at once.
  • In an editor agent (Cursor, Copilot): add https://sbox-sdk.vercel.app/llms.txt as a documentation source.
  • From any page: fetch its markdown by prefixing the path with /llms.mdx (this page is at /llms.mdx/general/llms-txt).

For a guided, hands-off setup, the sbox-sdk skill packages these instructions for coding agents.

On this page