Agent resources
Give an agent one setup file, one documentation page, or the full corpus. These endpoints are public and return clean Markdown.
Agent onboarding
/agents.md tells an agent how to find a key, configure the base URL, send a real request, and recover from common errors.
Retrieve one page
Append .md to a docs or integration URL. Agents that send Accept: text/markdown can use the normal URL.
curl https://minirouter.sh/docs/models.md
curl -H "Accept: text/markdown" \
https://minirouter.sh/docs/modelsIndex or full corpus
Use the short index when the agent can fetch individual pages. Use the full file when a tool needs all minirouter documentation in one request.
# Short index: fetch only the pages you need
https://minirouter.sh/llms.txt
# Complete docs and integration guides
https://minirouter.sh/llms-full.txtDocumentation MCP server
Connect a Streamable HTTP MCP client to the public endpoint. It can search the docs, fetch a complete page, or list every page as a resource. All operations are read-only.
https://minirouter.sh/mcp
Tools: search_docs, get_doc
Resources: every docs and integration Markdown pageServer metadata: /.well-known/mcp/server-card.json
Agent skill
The reusable skill lives at /skills/minirouter/SKILL.md. Compatible tools can discover it from /.well-known/agent-skills/index.json.
Coding-agent setup
Setup has complete configuration blocks for Cline, Roo Code, Kilo Code, OpenCode, Continue and SillyTavern. The integration guides add recommended models and troubleshooting.