Docs for agents
Machine-readable bundles of this documentation — an index, the full corpus, and a setup runbook — regenerated from the same pages you are reading.
So is everything it describes. All of it is stitched from content/docs on every
regeneration, which is why it cannot drift from the pages you are reading
Point a coding agent at one of these instead of asking it to crawl the site. Every one of them is plain text served from the docs root, needs no auth, and is rebuilt whenever the documentation changes.
| Endpoint | What it is | Size |
|---|---|---|
/llms.txt | Index — Every page with its one-line description. Fetch this first | 34 KB |
/llms-full.txt | Full corpus — The whole documentation in one file, in nav order | 786 KB |
/agents.md | Setup runbook — Install to first flag, then a full CLI + MCP reference | 120 KB |
Which one
Wiring Shipeasy into a repo — /agents.md. It is the install → authenticate → keys → first flag → metrics → alerts path stitched in the order the work happens, followed by every CLI command and every MCP tool by name. That appendix is the part worth having in context: a hallucinated command name is the single most common way an agent fails at this.
Answering questions about Shipeasy — /llms.txt first, then fetch the one or two pages it points at. Cheaper and sharper than loading the corpus.
Bulk ingestion — /llms-full.txt, 92 pages in one request.
One page at a time
Every page on this site is also served as plain markdown at /md/<path>.md — /md/get-started/quickstart.md for the quickstart, 295 files in total, generated from the same conversion as the bundles above. The Copy page button under any page title copies exactly that file, and Open in hands the URL to an assistant.
Reach for it when you know which page you want. The corpus is for when you do not.
What is not in them
The 101 per-operation API reference pages and the 101 per-language SDK reference pages are indexed in llms.txt but not inlined — they are generated schema tables, and inlining them would bury the prose. Fetch the page you need, or read the OpenAPI spec directly.
Skip the fetch entirely
If your agent can run MCP, the shipeasy server ships docs_list, docs_get and docs_skill — the same content, retrieved by topic instead of by URL, plus installable skills that already know these workflows. See Install in your agent.
Install in your agent
One plugin tree, every coding agent. Install Shipeasy's skills and MCP server into Claude Code, Codex, Copilot CLI, Cursor, Windsurf, Cline, Gemini and more.
Scheduled triggers
Provision a scheduled agent that runs ops:work --pr on a cadence, burning down the feedback queue one PR at a time — on Claude Code, Cursor, Copilot and more.