Give your AI a spending limit
An AI that spends money doesn't hesitate — it just does it. So you set the rules: how much per payment, how much per day, who it may pay. Anything beyond gets blocked on the spot — and you can stop everything in one click.
① Set the rules for your AI
③ Where my money went
What do I do with the key?
Configure the key in your AI or script and have it pay through OceanAlt. Every payment is then checked against your rules — compliance, limits, payee, purpose — and only goes through if all pass.
curl -X POST "https://oceanalt.com/api/pay" \
-H "content-type: application/json" \
-H "x-agent-secret: $OCEANALT_AGENT_SECRET" \
-d '{"agentId":"$OCEANALT_AGENT_ID","amountUsdc":1.5,"to":"0x…","purpose":"buy API credits","nonce":"'$(uuidgen)'"}'- ① See it — Watch an address, get alerted. Zero integration. Use it →
- ② Stop it — This page: pay with a key we issue — over-limit is blocked on the spot.
- ③ Make it impossible — Rules enforced on-chain — an over-limit transaction can't even be signed (non-custodial).

