Skip to content
Zed

jitapi for Zed

io.github.nk3750/jitapi

Turn any OpenAPI spec into an executable agent interface using graphs and semantic search.

client:Zed transport:stdio runtime:pypi

Install jitapi 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": {
    "jitapi": {
      "command": "uvx",
      "args": [
        "jitapi"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>"
      }
    }
  }
}

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

jitapi in other clients