Skip to content
Zed

Path402 — Tokenised Web Content for AI Agents for Zed

io.github.b0ase/path402

AI agents discover, acquire, and re-serve tokenised web content via the $402 protocol

client:Zed transport:stdio runtime:npm

Install Path402 — Tokenised Web Content for AI Agents 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": {
    "path402": {
      "command": "npx",
      "args": [
        "-y",
        "path402"
      ],
      "env": {
        "PATH402_API_URL": "<PATH402_API_URL>",
        "PATH402_DEFAULT_BUDGET": "<PATH402_DEFAULT_BUDGET>",
        "PATH402_WALLET_WIF": "<PATH402_WALLET_WIF>"
      }
    }
  }
}

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

Path402 — Tokenised Web Content for AI Agents in other clients