Skip to main content

llms.txt

DealMachine publishes machine-readable files following the llmstxt.org convention so that AI agents and LLMs can discover and understand the API without parsing HTML documentation.

Available Files

FileURLDescription
llms.txt/llms.txtConcise overview of the API: capabilities, auth, base URL, and links
llms-full.txt/llms-full.txtComprehensive reference with all endpoints, parameters, schemas, MCP tools, and CLI commands
openapi.json/api-reference/openapi.jsonFull 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