Machine-readable documentation
Published skill, documentation indexes, raw Markdown, and authentication profile.
| URL | Content |
|---|---|
https://thegarage.sh/skill.md |
Published garage skill |
https://thegarage.sh/llms.txt |
Documentation index |
https://thegarage.sh/llms-full.txt |
Full documentation corpus |
https://thegarage.sh/docs/<path>.md |
Raw Markdown for a documentation page |
https://thegarage.sh/docs/<path>.mdx |
Raw MDX source for a documentation page |
https://api.thegarage.sh/auth.md |
Agent registration profile |
For example, the raw form of the Quickstart is:
https://thegarage.sh/docs/quickstart.md
Page paths match their browser URLs. Append .md to get the rendered Markdown
of a page. Append .mdx to get its source, which includes the component tags.
garage serves both forms as text/markdown; charset=utf-8.
Some pages sat directly under /docs before, for example /docs/cli and
/docs/getting-started. Each old path returns a 301 to its current location.
The .md and .mdx forms of the old paths also return a 301.