---
title: "Agent resources"
description: "Machine-readable documentation, a read-only MCP server and the minirouter agent skill."
canonical_url: "https://minirouter.sh/docs/agent-resources"
markdown_url: "https://minirouter.sh/docs/agent-resources.md"
last_updated: "2026-08-04"
---

# Agent resources

Use minirouter documentation directly from a coding agent or AI assistant.
Every endpoint below is public and requires no account.

## Agent onboarding

https://minirouter.sh/agents.md contains the base URL, environment variable,
working request and recovery steps an agent needs to configure minirouter.

## One documentation page

Append .md to any documentation or integration URL:

    https://minirouter.sh/docs/models.md
    https://minirouter.sh/integrations/opencode.md

The original URL also returns Markdown when the request includes
Accept: text/markdown.

## Full documentation

https://minirouter.sh/llms-full.txt contains every documentation page and each
explicitly labelled draft or verified client reference in one Markdown response.

https://minirouter.sh/llms.txt is the shorter index for tools that fetch pages
on demand.

## Agent skill

https://minirouter.sh/skills/minirouter/SKILL.md contains reusable setup and
request instructions. The discovery index is available at
https://minirouter.sh/.well-known/agent-skills/index.json.

## Documentation MCP server

Connect a Streamable HTTP MCP client to https://minirouter.sh/mcp. The server
provides read-only search_docs and get_doc tools plus document resources.
Public server metadata is at
https://minirouter.sh/.well-known/mcp/server-card.json.

## Coding-agent setup

https://minirouter.sh/setup contains draft configuration references for Cline,
Roo Code, Kilo Code, OpenCode, Continue and SillyTavern. Check the verification
state and installed client fields before using them. Additional drafts are at
https://minirouter.sh/integrations.
