Individual agents
Personal AI agents pay from your Bruce wallet under policies you configure.
Prerequisites
- Bruce account with USDC balance on Polygon
- Payment PIN set
- Session signer enabled in Security settings (required for unattended spend)
Create an agent
- Open bruce.money/agents (also linked from Settings)
- Choose name, slug, max per tx, and daily cap
- Copy the
bk_agent_live_…secret once
Default limits
Without KYC, keep caps conservative (defaults: $25 / tx, $100 / day). Raise only what you need.
Pay
curl -X POST https://api.bruce.money/api/v1/payments \
-H "X-Api-Key: bk_agent_live_…" \
-H "Idempotency-Key: $(uuidgen)" \
-H "Content-Type: application/json" \
-d '{"to":"alice","amount":"5.00","memo":"tip"}'
to may be a username, agent slug, business pay slug, or 0x address.