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

# llms.txt

> Machine-readable documentation for LLMs and AI-powered tools

We provide [llms.txt](https://llmstxt.org/) files so AI tools and LLMs can easily consume our documentation.

## Available Files

<CardGroup cols={2}>
  <Card title="llms.txt" icon="robot" href="https://developer.beeble.ai/docs/llms.txt">
    Concise index of all documentation pages with summaries. Use this for quick context and discovery.
  </Card>

  <Card title="llms-full.txt" icon="file-lines" href="https://developer.beeble.ai/docs/llms-full.txt">
    Full documentation content in a single file. Use this when you need complete API details.
  </Card>
</CardGroup>

## OpenAPI Specification

For programmatic API client generation or tool integrations (MCP, Cursor, etc.), the OpenAPI spec is available at:

```
https://api.beeble.ai/developer-api-docs/openapi.json
```
