This add-on supports LLM integration for importing OpenAPI definitions. It will only be enabled if you have chosen to install the LLM add-on and configured it.
The add-on adds a menu item to the Import menu:
This menu item allows you to import OpenAPI definitions using an LLM to extract HTTP requests from the specification. The LLM analyzes the OpenAPI definition and generates sequences of HTTP calls that can be used for subsequent scanning operations.
The import dialog allows you to specify:
The LLM will process the OpenAPI definition and create HTTP requests based on the endpoints defined in the specification. These requests will be added to the ZAP history, allowing you to scan and test the API endpoints.