---
title: LLMs
description: Machine-readable Capawesome documentation for large language models — llms.txt, llms-full.txt, and Markdown endpoints for AI applications.
---

# LLMs

Capawesome provides documentation resources designed for large language models and AI applications, formatted for the [llms.txt](https://llmstxt.org/){:target="_blank"} initiative. These files give an AI assistant accurate, up-to-date context about Capawesome's SDKs and Cloud — point your tool at one of the URLs below, or paste its contents in, so answers and generated code reflect the current docs instead of stale training data.

## Documentation Files

<div class="grid cards" markdown>

-   :material-file-document-outline: &nbsp;
    __Index File__

    ---

    A list of all available documentation files.

    [/llms.txt](/docs/llms.txt)

-   :material-file-document-multiple-outline: &nbsp;
    __Complete Capawesome Documentation__

    ---

    Comprehensive coverage including all Capawesome SDKs, Capawesome Cloud, and development workflows.

    [/llms-full.txt](/docs/llms-full.txt)

</div>

## Markdown endpoints

Each documentation page can also be accessed as Markdown by appending `/index.md` to the page URL. For example, `https://capawesome.io/docs/sdks/capacitor/` becomes `https://capawesome.io/docs/sdks/capacitor/index.md`.

## MCP servers

For assistants that speak the Model Context Protocol, we host three servers that answer from the current documentation instead of a file you have to keep in sync:

| Server | Endpoint | Covers |
| --- | --- | --- |
| [Capawesome](mcp/capawesome.md) | `https://mcp.capawesome.io/mcp` | Official server for the Capawesome documentation and blog, plus the Capawesome Cloud management API. |
| [Capacitor](mcp/capacitor.md) | `https://capacitor-mcp.capawesome.io/mcp` | Unofficial server for the official Capacitor documentation, the plugin list, and the Capacitor posts from the Ionic blog. |
| [Ionic Framework](mcp/ionic-framework.md) | `https://ionic-framework-mcp.capawesome.io/mcp` | Unofficial server for the official Ionic Framework documentation, the component API reference, and the usage examples. |

## Agent skills

For automated development workflows, Capawesome also publishes [AI agent skills](skills/index.md) — install them with `npx skills add capawesome-team/skills`.
