Full API audit (scan → spec → tests → run → report)
full_auditScans API endpoints, generates OpenAPI specifications, creates and runs tests with edge cases against a live server, and outputs audit reports.
Instructions
One-call pipeline: scans for endpoints, generates/loads an OpenAPI spec, generates test + edge cases, executes them against the live server, and writes all reports. Provide baseUrl and auth so execution can reach the server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Project root path. | |
| baseUrl | No | Base URL of the running server, e.g. http://localhost:3000. | |
| execute | No | Set false to scan and generate artifacts without live execution. | |
| headers | No | Extra headers applied to every request. Supports ${ENV_VAR}. | |
| bearerToken | No | Bearer token for Authorization header. Supports ${ENV_VAR}. |