Individual agents

Personal AI agents pay from your Bruce wallet under policies you configure.

Prerequisites

  1. Bruce account with USDC balance on Polygon
  2. Payment PIN set
  3. Session signer enabled in Security settings (required for unattended spend)

Create an agent

  1. Open bruce.money/agents (also linked from Settings)
  2. Choose name, slug, max per tx, and daily cap
  3. 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.