We are building a kernel to simplify the connection between agents and the digital worlds.
To use the Postman parsing functionality, ensure the following are installed on your system:
- Node.js (v14 or later)
- npm (Node Package Manager)
💡 You can verify if Node.js and npm are installed by running:
node --version npm --version
Install the conversion tool globally so it can be accessed via npx:
npm install -g postman-to-openapi@3.0.0npx postman-to-openapi --version