llms.txt
Dropslate’s documentation publishes machine-readable indexes at fixed URLs, following the llmstxt.org convention. They are generated from the same pages you are reading, at every build, so they cannot fall behind the docs. An agent that lands on docs.dropslate.top should start with /llms.txt and follow links from there instead of crawling the HTML.
The files
Section titled “The files”| URL | Contents | Read it when |
|---|---|---|
/llms.txt |
The index: one line per page with its title, URL and description, grouped as the sidebar is, English first and a ## Українською section with the Ukrainian pages. |
You need to find the right page. |
/llms-full.txt |
Every page’s full text in one file, in sidebar order. | You can hold the whole documentation in context. |
/llms-small.txt |
The same, with code blocks, tables and notes trimmed. | Context is tight and prose is enough. |
/llms-agents.txt |
Only the pages an agent needs first: the MCP section and Agent resources - connect, tools, safety rules, what needs confirmation, the skill. | You were asked to publish something and want the rules before the details. |
/skill.md |
A ready SKILL.md for Claude or Codex, the same text as skill.md. |
You are installing Dropslate as a skill. |
The product site has its own index at https://dropslate.top/llms.txt (features, pricing as /pricing.md, legal); it links here for the documentation.
How they are built
Section titled “How they are built”Each page’s frontmatter description is the line in /llms.txt, which is why every description on this site is a full sentence under 160 characters and says what the page contains. The full-text files strip navigation and keep headings, tables and code. Pages that are not documentation - the landing page, the subscription result pages - are left out.
How to read them
Section titled “How to read them”- Fetch
/llms.txt. Pick the pages whose descriptions match the job; for publishing, that is Safety rules, Tools reference and one page under Connect accounts per network involved. - Fetch those pages’ URLs as HTML, or find their sections in
/llms-full.txt. - Prefer the tables rendered from code - the limits under Media requirements - over numbers quoted in prose elsewhere.
- The OpenAPI document at
https://api.dropslate.top/v1/openapi.jsonis the contract; the pages under API reference explain it.
Robots
Section titled “Robots”GPTBot, ChatGPT-User, OAI-SearchBot, PerplexityBot, ClaudeBot, anthropic-ai, Google-Extended and Bingbot are allowed everywhere on docs.dropslate.top; a sitemap with hreflang for both languages is at /sitemap-index.xml. The app at app.dropslate.top disallows every crawler.
Related
Section titled “Related”- What is Dropslate - the facts as a list.
- FAQ for agents