dealmachine.com/api/* endpoints, including through an authenticated user session. Do not iterate paginated browser results for automated data collection.robots.txt, HTTP 429 responses, and Retry-After headers. Do not retry blocked requests.https://api.v2.dealmachine.com/v1, the DealMachine CLI, or the DealMachine MCP server. Follow all documented authentication, rate limit, and credit requirements.| 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 |
/llms.txt to get a quick overview of capabilities and authentication/llms-full.txt for the complete endpoint reference with request/response schemas/api-reference/openapi.json for the formal OpenAPI spec (best for code generation)robots.txt file explicitly allows access to these files:1234User-agent: * Disallow: / Allow: /llms.txt Allow: /llms-full.txt