agents.u.cash

The agent + merchant surface for the 402 Online Protocol — multi-coin, non-custodial.

Quickstart

curl -X POST https://agents.u.cash/v1/signup \
  -H 'Content-Type: application/json' \
  -d '{"email":"[email protected]","password":"longpass"}'

# -> {"success":true,"response":{"api_key":"…","activated":false,"next":"POST /v1/top-up …"}}

Then activate with a $1 top-up and configure your own receive wallets:

curl -X POST https://agents.u.cash/v1/top-up \
  -H 'X-Api-Key: YOUR_API_KEY' -H 'Content-Type: application/json' \
  -d '{"amount":1}'

curl -X POST https://agents.u.cash/v1/wallets \
  -H 'X-Api-Key: YOUR_API_KEY' -H 'Content-Type: application/json' \
  -d '{"asset":"btc","address":"bc1q…"}'

Endpoints

Reference

OpenAPI spec · llms.txt · Protocol spec