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

# LLM-Readable Docs

> Machine-readable API summaries for LLMs and AI agents

# llms.txt

DealMachine publishes machine-readable files following the [llmstxt.org](https://llmstxt.org) convention so that AI agents and LLMs can discover and understand the API without parsing HTML documentation.

## Available Files

| File            | URL                                                        | Description                                                                                  |
| --------------- | ---------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| `llms.txt`      | [/llms.txt](/llms.txt)                                     | Concise overview of the API: capabilities, auth, base URL, and links                         |
| `llms-full.txt` | [/llms-full.txt](/llms-full.txt)                           | Comprehensive reference with all endpoints, parameters, schemas, MCP tools, and CLI commands |
| `openapi.json`  | [/api-reference/openapi.json](/api-reference/openapi.json) | Full OpenAPI 3.1 specification                                                               |

## How Agents Use These

When an AI agent needs to interact with the DealMachine API, it can:

1. **Fetch `/llms.txt`** to get a quick overview of capabilities and authentication
2. **Fetch `/llms-full.txt`** for the complete endpoint reference with request/response schemas
3. **Fetch `/api-reference/openapi.json`** for the formal OpenAPI spec (best for code generation)

## robots.txt

The `robots.txt` file explicitly allows access to these files:

```
User-agent: *
Disallow: /
Allow: /llms.txt
Allow: /llms-full.txt
```
