Installation
Install Reverse API Engineer with uv or pip, then set up Playwright browsers.
Install the CLI
uv is recommended for faster installs and proper tool isolation. Pick one.
uv tool install reverse-api-engineerInstall Playwright browsers
This downloads the Chromium build that powers manual and agent capture:
playwright install chromiumVerify the install
reverse-api-engineer --versionYou should see a version string. If not, ensure your shell's PATH includes
~/.local/bin (for uv tool) or wherever pip puts user scripts.
Where does it store data?
~/.reverse-api/
├── config.json # your settings
└── runs/
└── scripts/{run_id}/ # generated clients (canonical)Plus a local copy in ./scripts/{descriptive_name}/ inside the directory
where you launched the CLI, so the output lands inside the project you're
working on.