How the API Documentation Generator Works
AnyTool parses an OpenAPI/Swagger spec (auto-detecting JSON vs YAML and the version) and renders interactive reference docs in a 3-panel layout: navigation by tags and operations, per-operation detail (method, path, parameters, request and response schemas, security, deprecated badges), and code samples. Swagger 2.0 is upgraded to a 3.x model internally, internal $ref are dereferenced, and oneOf/anyOf/allOf are handled. Docs export to a single self-contained HTML file that works offline.
- Swagger 2.0 and OpenAPI 3.0/3.1, JSON or YAML
- 3-panel reference with code samples and search
- Schema rendering with internal $ref resolution
- Standalone offline HTML export
- Live as-you-type rendering with inline validation
