Skip to content

AI consumable assets

Use the following resources to give AI assistants reliable access to DataRobot documentation.

Resource Description
llms.txt A markdown file that gives LLMs a structured map to find key information in the DataRobot documentation. Start here for a compact index and pointers into the docs. It complements llms-full.md by providing navigation and context instead of the full corpus alone.
llms-full.md A markdown file that contains the entirety of the DataRobot documentation in one place for search, retrieval, or grounding. This is a large file.
docs-llm.zip A compressed archive of the same full documentation export as llms-full.md, for easier download and offline use.
Per-page Markdown (*.html.md) For any published documentation page, you can download a Markdown version at the same path by appending .md after the .html in the URL. For example, this page: ai-assets.html.md.
OpenAPI specification Reference the OpenAPI specification for the DataRobot REST API, which helps automate the generation of a client for languages that DataRobot doesn't directly support. It also assists with the design, implementation, and testing integration with DataRobot's REST API using a variety of automated OpenAPI-compatible tools. Note that accessing the OpenAPI spec requires you to be logged in to the DataRobot application.