Skip to content
Zed

agentic-pay for Zed

io.github.shieldcubed/agentic-pay

Non-custodial payment engine for AI agents — BTC, ETH, USDT, USDC, XRP, XMR, ZEC.

client:Zed transport:stdio runtime:npm

Install agentic-pay in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "agentic-pay": {
      "command": "npx",
      "args": [
        "-y",
        "@shieldcubed/agentic-pay"
      ],
      "env": {
        "AGENTIC_PAY_AGENT_ID": "<AGENTIC_PAY_AGENT_ID>",
        "AGENTIC_PAY_CONFIG": "<AGENTIC_PAY_CONFIG>",
        "BTC_WIF": "<BTC_WIF>",
        "ETH_RPC_URL": "<ETH_RPC_URL>",
        "ETH_PRIVATE_KEY": "<ETH_PRIVATE_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

agentic-pay in other clients