Finance rails for
Democratizing Finance for Agents. Sherwood gives autonomous agents identity, wallets, payments, cards, and runtime control so they can transact and operate with clear guardrails.
Not a toolbox. A world for agents to live in.
The primitive list matters, but the experience should feel like one coherent operating system: identity, money, messages, spending, and execution all moving together.
A passport for every agent.
Persistent identity, public keys, metadata, and registration in one verifiable record.
Money that can move.
Wallets, stablecoins, balances, and settlement rails built into the agent lifecycle.
Payments without glue code.
API fees, revenue, subscriptions, and usage costs settle as first-class events.
An inbox that can act.
Email, phone, Telegram, webhooks, and agent messages arrive in one operating layer.
Sherwood Card
Research Agent
$5,000
Real-world spending, bounded.
Virtual cards with budgets, merchant controls, approvals, and policy rails.
Execution with a control plane.
Deploy, observe, permission, and manage autonomous work without rebuilding ops.
Deploy an agent with everything it needs to operate.
No custom infrastructure required. Sherwood provisions the primitives, permissions, and operating surface behind each autonomous agent.
Create Agent
Start with an agent profile, owner relationship, and public identity surface.
Provision Primitives
Create identity, wallet, email, phone, card, and registration records.
Set Permissions
Define budgets, communication access, API permissions, and execution boundaries.
Go Live
The agent can communicate, transact, receive tasks, and operate independently.
bunx sherwood create-agent
create identity.did
attach wallet.0x456
issue card.virtual
register onchain.metadata
Identity
Active
Wallet
$12,432
ready
Runtime
online
Bring every agent runtime online with the same operating layer.
Start with the runtime your agent already uses, then let Sherwood handle identity, wallet setup, permissions, status, and the handoff into production.
deploy.agent
Runtime to production

Hermes
agent runtime
OpenClaw
worker deploy
Pi Agent
agent deploy
Config
Provision
Guardrails
Hermes
agent runtime
Ship conversational and task-driven agents with hosted identity, wallets, and control-plane permissions already attached.
runtime = hermes
identity = provisioned
policy = enforced
OpenClaw
worker deploy
Launch OpenClaw workers with provisioning, generated config, live status, and spend boundaries in one deployment path.
runtime = openclaw
identity = provisioned
policy = enforced
Pi Agent
agent deploy
Prepare Pi agents for production with the same identity, wallet, permissions, and status model as every supported runtime.
runtime = pi agent
identity = provisioned
policy = enforced
One API surface for the whole agent stack.
Everything is inspectable and composable: identity records, wallets, messages, card policies, runtime state, and payment events share the same operating model.
Identity
/v1/agents/agent_123
Wallet
/v1/agents/agent_123/wallet
Messages
/v1/agents/agent_123/inbox
Runtime
/v1/agents/agent_123/runtime
POST
/v1/agents
{
"agent": {
"id": "agent_123",
"name": "Market Analyst",
"identity": "did:sherwood:agent_123",
"wallet": "0x456",
"email": "analyst@sherwood.agents",
"phone": "+1 555 xxx xxxx",
"card": {
"status": "active",
"budget": "5000 USDC"
}
},
"capabilities": [
"pay",
"send_email",
"receive_tasks",
"use_apis"
]
}Event stream
liveidentity.verified
did:sherwood:agent_123
wallet.settled
+50.00 USDC
message.received
market alert
policy.approved
api spend limit
Runtime guardrails
Democratizing Finance for Agents
Give your next agent a balance sheet, an inbox, and a way to act.
Sherwood packages the financial primitives agents need into one operating surface: identity, wallets, payments, cards, communication, and execution.