# API Snapshot CLI A CLI tool that records HTTP API traffic and generates local mock servers from recorded responses. ## Features - Record HTTP API traffic automatically - Generate mock server configurations - Replay recorded API responses - Support for multiple HTTP methods ## Installation ```bash pip install -e . ``` ## Usage ```bash api-snapshot --help ``` ## License MIT