Skip to content
Zed

formio uag for Zed

io.form/formio-uag

The Universal Agent Gateway (UAG) enables in-process agentic automation using Form.io.

client:Zed transport:stdio runtime:npm

Install formio uag 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": {
    "formio-uag": {
      "command": "npx",
      "args": [
        "-y",
        "@formio/uag"
      ],
      "env": {
        "PROJECT": "<PROJECT>",
        "PROJECT_KEY": "<PROJECT_KEY>",
        "ADMIN_KEY": "<ADMIN_KEY>",
        "UAG_LICENSE": "<UAG_LICENSE>",
        "JWT_SECRET": "<JWT_SECRET>",
        "PORT": "<PORT>",
        "PROJECT_TTL": "<PROJECT_TTL>",
        "JWT_EXPIRE_TIME": "<JWT_EXPIRE_TIME>",
        "PORTAL_SECRET": "<PORTAL_SECRET>",
        "MONGO": "<MONGO>",
        "MONGO_CONFIG": "<MONGO_CONFIG>",
        "BASE_URL": "<BASE_URL>",
        "LOGIN_FORM": "<LOGIN_FORM>",
        "CORS": "<CORS>",
        "DEBUG": "<DEBUG>"
      }
    }
  }
}

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

formio uag in other clients