Black Sheep — agent wallet infrastructure

Wallet infrastructure for AI agents.

Issue a USDC wallet for every agent. Set spending caps, recipient allowlists and approval thresholds. Ship in one API call.

Runs onSolanaUSDCREST APIWebhooksNous Hermes

Stop giving agents your wallet.

Autonomous agents need their own accounts, their own budgets and their own boundaries. Black Sheep ships the rails.

One wallet per agent

Issue a real Solana wallet for every agent with a single API call. Labels, owners, kill switches.

Policy as code

Per-tx caps, daily caps, recipient allowlists. Enforced on every send before it hits the chain.

Human-in-the-loop

Transfers above your threshold land in an approval queue. Operators approve or reject in seconds.

Spend analytics

Per-agent burn rate, hourly and daily series, anomaly flags when an agent goes off-script.

USDC on Solana

Sub-second settlement, sub-cent fees. Mainnet today, devnet for testing.

REST + audit log

Bearer-token API for wallets, sends, transactions. Every action recorded for compliance.

Fleet view

See every agent. Stop the runaways.

One control room for every agent wallet, every policy, every flagged transaction. Spend velocity, anomaly alerts and an emergency freeze for the moments that matter.

Active agent wallets
12
24h spend
$2,431
Approvals queued
3
Policy breaches (24h)
0
agents.bsf live
Research Agent
$50/tx · $500/day
$1,240.55
risk: low
Procurement Bot
needs approval >$100
$8,902.10
risk: medium
Data Collector
allowlist: 4 merchants
$312.00
risk: low
Content Agent
$25/tx · $100/day
$540.22
risk: low

Built for the teams shipping agents.

For agent builders

Drop the API key into your agent. It gets a budgeted wallet, you get an audit trail.

For operators

Fleet dashboards, approval queues, anomaly alerts and an emergency freeze switch.

For platforms

Multi-tenant ready. Issue wallets to every customer's agents with isolated policies.

Developer API

One call. One agent. One wallet.

Issue a wallet, attach a policy and start spending. Bearer-token auth, JSON in, JSON out.

Explore the API
POST /v1/agents
Authorization: Bearer bs_live_***

{
  "label": "research-agent",
  "policy": {
    "daily_limit_usdc": 500,
    "max_tx_usdc": 50,
    "approval_threshold_usdc": 100,
    "allowlist": ["7xKX...merchant"]
  }
}

→ 201 { id, pubkey, policy }

Ship agents that can spend. Safely.

Spin up wallets, set policies, watch the spend.