ZeroMan - Zero-Config API Tester & Route Auto-Detector
ZeroMan automatically scans your Express.js codebase, detects all API endpoints, and provides a full-featured API Testing panel right inside VS Code — No Postman needed!
Features
Zero-Config Route Detection: Automatically scans your Express routers, nested routes (app.use('/api', router)), and route handlers.
Smart Server & Port Auto-Detect: Reads PORT from .env files automatically, with live editable port syncing.
In-Editor API Testing: Thunder Client-style UI with Params, Headers, Auth, and JSON Body editors.
Session-Wide Auth: Set Bearer Tokens, Basic Auth, or API Keys once and reuse across all endpoint requests.
Request Body Schema Inference: Auto-infers req.body fields from your code and generates dummy JSON body payloads.
1-Click Postman Export: Export detected APIs to a Postman v2.1.0 Collection JSON file instantly.
How to Use
Open any Express.js / Node.js backend project in VS Code.
Click the ZeroMan icon in the Activity Bar.
Click ** Scan Project Routes** to detect all endpoints.
Click any route to open the interactive API Request Panel.