llms.txt Content
# Hyperline
## Docs
- [Hyperline CLI](https://docs.hyperline.co/api-reference/docs/ai/cli.md): An agent-first CLI to interact with your Hyperline account from the terminal
- [Hyperline MCP](https://docs.hyperline.co/api-reference/docs/ai/mcp.md): Connect AI assistants to your Hyperline account using the Model Context Protocol
- [Build with LLMs](https://docs.hyperline.co/api-reference/docs/ai/overview.md): Use Hyperline documentation and APIs with AI assistants and LLMs
- [Currency amounts](https://docs.hyperline.co/api-reference/docs/amount.md): Technical representation of monetary values in Hyperline
- [Authentication](https://docs.hyperline.co/api-reference/docs/authentication.md): Learn how to authenticate to use Hyperline's API
- [Dates & timezones](https://docs.hyperline.co/api-reference/docs/dates-and-timezones.md): Technical representation of dates in Hyperline
- [Error handling](https://docs.hyperline.co/api-reference/docs/error-handling.md): Learn how to handle errors when using Hyperline's API
- [Getting started](https://docs.hyperline.co/api-reference/docs/getting-started.md): Welcome to the Hyperline technical documentation
- [Idempotent requests](https://docs.hyperline.co/api-reference/docs/idempotent-requests.md): Use idempotency keys to safely retry API requests without duplicating operations
- [Pagination and filtering](https://docs.hyperline.co/api-reference/docs/pagination.md)
- [Rate limiting](https://docs.hyperline.co/api-reference/docs/rate-limiting.md)
- [React components](https://docs.hyperline.co/api-reference/docs/react-components.md): Learn how to embed Hyperline directly into your React application
- [Third-party app](https://docs.hyperline.co/api-reference/docs/third-party-app.md): Enable your app to access Hyperline accounts using OAuth flows
- [API upgrades](https://docs.hyperline.co/api-reference/docs/upgrades.md): Keep track of changes and deprecation to the Hyperline API
- [Webhooks](https://docs.hyperline.co/api-reference/docs/we