Scan codebase for API endpoints
scan_endpointsScans a project directory for API endpoints from client calls and server routes, then generates a discovery report and endpoints.json.
Instructions
Recursively scans a project directory (React Native, web, Flutter, or backend) for API endpoints — fetch/axios/Dart-http/Dio client calls and Express/NestJS/Flask/FastAPI/Spring server routes. Writes a discovery report and endpoints.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute or relative path to the project root. |