Appearance
AI Integration
Point an LLM, coding agent or RAG pipeline at the whole API documentation as a single markdown file — no crawling needed:
https://market.vpsbot.io/docs/llms.txtExample — give an agent the full context in one fetch:
bash
curl -s https://market.vpsbot.io/docs/llms.txt | your-llm-tool --stdinThe file is regenerated together with the docs, so it always matches what you read here. It contains every public page: authentication, games & trade flows, quick start and the full API + deprecated-compatibility reference.
Keep responses grounded
Include the fetched file as context and instruct the model to answer only from it — the API surface is small enough to fit any modern context window.