Skip to content
Zed

AIR SDK for Zed

io.github.arcededev/air-sdk

Collective intelligence for browser automation agents. Site capabilities, selectors, and extraction.

client:Zed transport:stdio runtime:npm

Install AIR SDK 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": {
    "air-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "@arcede/air-sdk"
      ],
      "env": {
        "AIR_API_KEY": "<AIR_API_KEY>"
      }
    }
  }
}

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

AIR SDK in other clients