# purl A curl-like CLI for making HTTP requests that can handle 402 Payment Required responses. Built for human users, scripts, and agents alike. ## Installation ``` curl -fsSl https://purl.dev/install.sh | bash ``` ## Quickstart ``` # Set up your wallet purl wallet add # Preview payment without executing purl --dry-run https://api.example.com/data # Make a request purl https://api.example.com/data # Require confirmation before paying purl --confirm https://api.example.com/data # Understand payment requirements for a resource purl inspect http://api.example.com/data # See your balance purl balance # See and manage wallets purl wallet list ``` ## Usage ``` purl [OPTIONS] purl ``` Run `purl help` for all commands or `purl topics` for detailed documentation.