
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.
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.
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.
Built for the teams shipping agents.
Drop the API key into your agent. It gets a budgeted wallet, you get an audit trail.
Fleet dashboards, approval queues, anomaly alerts and an emergency freeze switch.
Multi-tenant ready. Issue wallets to every customer's agents with isolated policies.
One call. One agent. One wallet.
Issue a wallet, attach a policy and start spending. Bearer-token auth, JSON in, JSON out.
Explore the APIPOST /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.
