> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hyperline.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting started

> Connect Claude, ChatGPT, Cursor, and other AI assistants to Hyperline using MCP, the CLI, and reusable skills for common billing workflows.

AI assistants can help you explore Hyperline, build integrations, and automate billing workflows. Hyperline supports several AI-friendly entry points depending on where your assistant runs and what it needs to do.

## Choose how your AI assistant works with Hyperline

<CardGroup cols={2}>
  <Card title="Hyperline MCP" icon="robot" href="/api-reference/docs/ai/mcp">
    Connect assistants such as Claude, ChatGPT, Cursor, and VS Code to your Hyperline account through MCP.
  </Card>

  <Card title="Hyperline CLI" icon="terminal" href="/api-reference/docs/ai/cli">
    Use the agent-first CLI for terminal-based assistants and scripts.
  </Card>
</CardGroup>

## Reusable skills

Skills are reusable instructions that help an AI assistant perform a specific Hyperline workflow reliably. They combine the exact API shape, required inputs, and caveats the assistant should respect.

This section collects practical skills you can copy into your own AI assistant or agent workspace.

| Skill                                                                                 | Use it for                                                                                                                |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| [Create a subscription from a template](/guides/ai/create-subscription-from-template) | Create a subscription from a template while preserving template configuration.                                            |
| [Create an invoice](/guides/ai/create-invoice)                                        | Create draft or payable invoices with explicit line items and status.                                                     |
| [Create a quote from a template](/guides/ai/create-quote-from-template)               | Create a quote from a quote template and optionally set custom properties on the subscription created from that template. |
| [Build an insights report](/guides/ai/build-insights-report)                          | Answer revenue, invoice, subscription, and usage reporting questions.                                                     |
| [Investigate a customer balance](/guides/ai/investigate-customer-balance)             | Reconcile customer balances, invoices, wallets, credits, and payments.                                                    |
| [Answer a billing question](/guides/ai/answer-billing-question)                       | Answer Hyperline billing questions with docs and read-only account checks.                                                |
| [Bulk update subscriptions](/guides/ai/bulk-update-subscriptions)                     | Plan, confirm, apply, and verify bulk subscription changes safely.                                                        |

## Next steps

* Use [Hyperline MCP](/api-reference/docs/ai/mcp) when your assistant supports MCP and needs to read or write Hyperline data.
* Use [Hyperline CLI](/api-reference/docs/ai/cli) when your assistant can run shell commands.
* Copy a skill into your agent instructions when you want repeatable behavior for a known workflow.
