Using documentation with LLMs
llms.txt
The llms.txt file is an industry standard that helps LLMs index content efficiently, similar to how a sitemap helps search engines. AI tools use this file to understand your documentation structure and find relevant content. We automatically host anllms.txt file that lists all available pages: docs.hyperline.co/llms.txt
skill.md
The skill.md specification is a structured, machine-readable format that describes what AI agents can accomplish with Hyperline. Whilellms.txt tells agents where to find information, skill.md tells them what capabilities are available, what inputs are required, and what constraints apply.
We automatically host a skill.md file: docs.hyperline.co/skill.md
Agents can process this file using the skills CLI:
Documentation MCP Server
The Model Context Protocol (MCP) is an open standard that allows AI assistants to connect directly to external services. When connected to our documentation MCP server, AI tools can search our docs during response generation — providing more accurate answers than generic web searches. Connect your AI tools to our documentation MCP server athttps://docs.hyperline.co/mcp:
- Claude
- Claude Code
- Cursor
- VS Code
- Navigate to the Connectors page in the Claude settings
- Select Add custom connector
- Add the server name (e.g.,
hyperline-docs) and URL:https://docs.hyperline.co/mcp - Select Add
- When using Claude, select the attachments button (the + icon)
- Select your MCP server
Hyperline MCP Server
Beyond accessing documentation, you can connect AI assistants directly to your Hyperline account to interact with your billing data using natural language. The Hyperline MCP server enables you to:- Query and manage customers
- View and create subscriptions
- Generate invoices
- Access analytics and revenue metrics
- And more
- “Show me all customers with overdue invoices”
- “What’s my current MRR?”
- “Create a new subscription for customer X”
Hyperline MCP Server
Learn how to set up and use the Hyperline MCP server to connect AI assistants to your billing data.

