Skip to main content

Installation

Features

  • Automated Handshake: Automatically detects 402 Payment Required responses, inspects challenge parameters, and generates cryptographic signatures.
  • Budget Policy Enforcement: Prevents runaway spending by strictly enforcing per-call caps (maxSpendPerCall) and rolling 24-hour spending limits (maxDailySpend).
  • Fetch Drop-in Wrapper: Wraps the standard JavaScript fetch() API.

Usage Example