# OpenAPI, llms.txt and Markdown docs for AI agents

Source: https://www.jawsdeploy.net/changelog/docs-for-ai-agents

More and more often it is an AI assistant, not a person, that reads the docs and writes the integration. Jaws Deploy now gives it what it needs in formats it reads best.

## What's new

**OpenAPI document.** The REST API is now described in full at `https://app.jawsdeploy.net/api/openapi.json` - every endpoint, parameter, request body and response, with descriptions. Point Claude Code, Cursor, Codex, Postman or a client generator at it. On self-hosted Jaws Deploy Stack it is served from your own host at `/api/openapi.json`.

**Docs that follow the code.** The [REST API reference](https://www.jawsdeploy.net/rest-api) is now generated from the same source as the OpenAPI document, so the two cannot disagree. Parameter types are more precise (`integer` rather than `number`, `array<string>` rather than `string[]`), and a few pages that had drifted from the API are corrected.

**Built for AI agents.** [/llms.txt](https://www.jawsdeploy.net/llms.txt) is a short index of the documentation for AI tools, and [/llms-full.txt](https://www.jawsdeploy.net/llms-full.txt) is all of it in one Markdown file. Every guide, feature and REST API page is also available as plain Markdown - add `.md` to its address, e.g. [/guides/getting-started.md](https://www.jawsdeploy.net/guides/getting-started.md).

This sits alongside the [MCP server](https://www.jawsdeploy.net/features/mcp), which lets an AI assistant work in your workspace directly - see the [MCP quickstart](https://www.jawsdeploy.net/guides/mcp-quickstart).

