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

# Building with LLMs

> Leverage Kamino documentation with AI agents and language models for faster development

Kamino documentation is optimized for AI-powered development. Our machine-readable resources enable LLMs and AI agents to understand our APIs, build transactions, and help developers integrate with Kamino's DeFi protocols on Solana.

## LLM-Optimized Resources

<Card title="skill.md" icon="brain-circuit" href="https://kamino.com/docs/skill.md">
  Structured capability reference with API endpoints, SDK methods, and integration workflows
</Card>

The `skill.md` file provides a comprehensive, machine-readable reference of Kamino's capabilities.

**What it contains:**

* Complete API endpoint reference
* TypeScript SDK method signatures with real code examples
* Step-by-step workflows for common operations (deposit, borrow, withdraw, repay)
* Integration patterns for Earn vaults and Borrow markets

**Use cases:**

* AI agents building Solana transactions programmatically
* LLMs assisting developers with Kamino API integration
* Automated DeFi strategy execution and portfolio management

<Card title="llms.txt" icon="file-lines" href="https://kamino.com/docs/llms.txt">
  Comprehensive index of all documentation pages, tutorials, and API references
</Card>

The `llms.txt` file provides a structured navigation map of Kamino's entire documentation, enabling LLMs to discover relevant pages and resources efficiently.

**What it contains:**

* Directory of all documentation pages with direct URLs
* Tutorial links organized by category (Earn, Borrow, Rewards, Position Management)
* API reference navigation and endpoint documentation
* Recipe and code example locations

**Use cases:**

* LLMs discovering relevant documentation for user queries
* AI-powered documentation search and context gathering
* Automated code generation with proper context

## Support

<CardGroup cols={3}>
  <Card title="Discord Community" icon="discord" href="https://discord.com/invite/kamino">
    Join our Discord for AI integration questions and community support
  </Card>

  <Card title="OpenAPI Specs" icon="code" href="https://api.kamino.finance/openapi/json?openapi=3.0.0">
    Complete API specifications for programmatic integration
  </Card>

  <Card title="SDK Examples" icon="github" href="https://github.com/Kamino-Finance/klend-sdk/tree/master/examples">
    Real-world code samples and implementation examples
  </Card>
</CardGroup>
