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
| File | URL | Description |
|---|---|---|
llms.txt | /llms.txt | Concise overview of the API: capabilities, auth, base URL, and links |
llms-full.txt | /llms-full.txt | Comprehensive reference with all endpoints, parameters, schemas, MCP tools, and CLI commands |
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:- Fetch
/llms.txtto get a quick overview of capabilities and authentication - Fetch
/llms-full.txtfor the complete endpoint reference with request/response schemas - Fetch
/api-reference/openapi.jsonfor the formal OpenAPI spec (best for code generation)
robots.txt
Therobots.txt file explicitly allows access to these files: