# InFlow CLI > Agentic MPP / x402 payments from your machine. A wallet for your agents to onboard and pay. > Agent setup: https://inflowcli.ai/skill.md > Payments playbook: https://inflowcli.ai/skills/agentic-payments.md > Source: https://github.com/inflowpayai/inflow-cli # inflow InFlow - agentic MPP / x402 payments from your machine. | Command | Description | |---------|-------------| | `inflow auth login` | Authenticate with InFlow | | `inflow auth logout` | Log out from InFlow | | `inflow auth status` | Check authentication status | | `inflow balances list` | List the authenticated user's balances | | `inflow deposit-addresses list` | List the authenticated user's configured deposit addresses | | `inflow inspect ` | Detect a URL's payment protocol(s) and show MPP and x402 challenges together. Read-only probe - no auth, no payment. Read `detected` to choose a pay rail (MPP wins when both are present). | | `inflow mpp cancel ` | Best-effort cancel of an MPP approval. | | `inflow mpp decode ` | Decode a raw WWW-Authenticate: Payment header, or a base64url credential / receipt. | | `inflow mpp inspect ` | Show the seller's MPP challenge(s) for a URL. Read-only probe - no auth, no payment. | | `inflow mpp pay ` | Pay an MPP-protected resource and return the seller response. | | `inflow mpp status ` | Poll the buyer-side state of an in-flight MPP transaction. | | `inflow mpp supported` | List the methods the buyer can pay with - by intent, settlement rail, and currency. | | `inflow user get` | Retrieve the current authenticated user | | `inflow x402 cancel ` | Best-effort cancel of an x402 approval. | | `inflow x402 decode
` | Decode a raw PAYMENT-REQUIRED header value. | | `inflow x402 inspect ` | Show the seller's PAYMENT-REQUIRED accepts for a URL. Read-only probe - no auth, no payment. | | `inflow x402 pay ` | Pay an x402-protected resource and return the seller response. | | `inflow x402 status ` | Poll the signing state of an in-flight x402 transaction. | | `inflow x402 supported` | List the buyer-side capability cache (scheme x network). | Run `inflow --llms-full` for full manifest. Run `inflow --schema` for argument details.