Skip to main content
Kamino documentation is optimized for AI-powered development. Our machine-readable resources enable LLMs and AI agents to understand our APIs and build transactions on Solana.

Kamino AI Resources

skill.md

Structured capability reference with API endpoints, SDK methods, and integration workflows. Start here for agent tool use.

llms.txt

Curated index of all documentation pages with one-line descriptions and direct URLs.

llms-pages.json

Machine-readable JSON mapping of every page with title, section, URL, and keywords.

skill.md

The skill.md file provides a comprehensive, machine-readable reference of Kamino’s capabilities across all four products: Earn, Borrow, Multiply, and Liquidity.
IncludesDescription
API endpointsComplete REST endpoint reference for all products
SDK methodsTypeScript method signatures with real code examples
WorkflowsStep-by-step operations: deposit, borrow, withdraw, repay, stake, harvest
Integration patternsEarn vaults, Borrow markets, Liquidity strategies, and Farms
Use casesAgent transaction building, API integration, automated DeFi strategies

llms.txt

A structured navigation map of Kamino’s entire documentation, enabling LLMs to discover relevant pages and resources efficiently.
IncludesDescription
Page directoryAll documentation pages with direct URLs
TutorialsOrganized by category: Earn, Borrow, Liquidity, Rewards, Oracle
API referenceEndpoint navigation and documentation links
RecipesCode example locations and implementation guides

llms-pages.json

A JSON file mapping every page path to its metadata: title, URL, section, description, and keywords. Useful for programmatic discovery and filtering.
{
  "/products/lending-vaults": {
    "title": "Lending Vaults",
    "url": "https://kamino.com/docs/products/lending-vaults",
    "section": "Docs",
    "description": "Single-token managed yield aggregation across Kamino's lending markets",
    "keywords": ["kamino", "lending vaults", "yield", "vault shares", "auto-compounding"]
  }
}