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 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 is a short index of the documentation for AI tools, and /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.
This sits alongside the MCP server, which lets an AI assistant work in your workspace directly - see the MCP quickstart.
Highlights
- OpenAPI 3.1 document at
/api/openapi.json- every public REST API endpoint with request and response shapes and descriptions. - llms.txt - a short, generated index of the documentation for AI tools.
- llms-full.txt - the full documentation as one Markdown file.
- Markdown pages - every guide, feature, solution and REST API page at its usual address plus
.md. - REST API reference generated from the code - more precise parameter types, and script language values that match what the API accepts.
- Fixes - wildcard examples such as
MyApp.*and^beta.*$now render correctly, and pages no longer mention Bash scripting, which is not available yet.