To make your documentation content accessible to AI tools, search engines, and developer platforms like Microsoft Copilot, it's helpful to provide a machine-readable API specification using the openapi.json format. This allows external systems to understand how to interact with your help content programmatically.
openapi.json is a standard file based on the OpenAPI Specification that describes your API's endpoints, parameters, responses, and data models in a structured JSON format. It’s widely supported by developer tools, SDK generators, and AI platforms.
ai.txt file for AI crawler supportHelpGuides fully support openapi.json to describe APIs that AI platforms can consume.
You can find your openapi.json file in the root of your site. For example: