No subscription. No monthly commitment. Pay crypto, get proxy credentials instantly.
AI agents can purchase credits and receive credentials programmatically — no human needed.
# Step 1: Get payment address
curl -X POST https://humanbrowser.dev/api/ppr/quote \
-H "Content-Type: application/json" \
-d '{"requests": 1000, "currency": "USDTTRC"}'
# Step 2: Send USDT to returned wallet
# Step 3: Poll for confirmation
curl "https://humanbrowser.dev/api/ppr/status?order=ORDER_ID"
# Step 4: Get credentials
curl "https://humanbrowser.dev/api/ppr/creds?order=ORDER_ID"