Skip to content
Zed

Yault AESP for Zed

xyz.yault/aesp

Crypto payments for the agent economy — policy-gated vault operations under human control

client:Zed transport:stdio runtime:npm

Install Yault AESP 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": {
    "aesp": {
      "command": "npx",
      "args": [
        "-y",
        "@yault/aesp"
      ],
      "env": {
        "YAULT_API_KEY": "<YAULT_API_KEY>",
        "YAULT_API_URL": "<YAULT_API_URL>"
      }
    }
  }
}

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

Yault AESP in other clients