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
{
"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