Skip to content

agent-walletA wallet for AI agents

Policy-governed payment for autonomous agents. The agent requests; the wallet decides.

What this is

agent-wallet is a wallet you give to an AI agent so it can pay for things autonomously — within bounds you set, with an audit trail you can verify.

The agent is untrusted by design. It can request a payment; it cannot authorise one. Authority lives in mandates the operator creates. The policy engine evaluates every request against those mandates, with a hard limit above everything, a freeze switch above that, and an approval queue for spending that needs human sign-off.

Pick a track

  • Operators — install, run the daemon, create mandates, register agents, approve payments, freeze the wallet.
  • Agents — the MCP tools an agent calls. request_payment, pay_checkout, and the agentic-checkout shopping loop.
  • Security posture — what's enforced and what isn't.

At a glance

bash
npm install
npm run daemon
claude mcp add --transport http agent-wallet http://localhost:4024/mcp

The daemon prints a control-plane URL with a token. Open it, create a mandate, and the agent is in business.

A policy-governed payment wallet for AI agents.