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

Streamable HTTPofficialinfra

Package Details

TransportStreamable HTTP

Environment Variables

PROJECT(str)
Required

API endpoint to Enterprise project or OSS server

PROJECT_KEY(str)
Secret

Project API Key (Enterprise) or ADMIN_KEY (OSS)

ADMIN_KEY(str)
Secret

Server admin key for Community Edition. Not required for Enterprise deployment.

UAG_LICENSE(str)
Secret

License for Enterprise deployment. Not required for Community Edition.

JWT_SECRET(str)
RequiredSecret

Secret used to generate and validate JWT tokens

PORT(str)

Server port (default: 3200)

PROJECT_TTL(str)

Project cache refresh interval in seconds (default: 900)

JWT_EXPIRE_TIME(str)

JWT token expiration in seconds (default: 3600)

PORTAL_SECRET(str)
Secret

Enterprise Portal connection secret

MONGO(str)
Secret

Direct MongoDB connection URI (Enterprise)

MONGO_CONFIG(str)

MongoDB driver configuration (JSON)

BASE_URL(str)

Public URL that the UAG is hosted on

LOGIN_FORM(str)

Public URL to login form JSON endpoint

CORS(str)

CORS domain or JSON configuration (default: *)

DEBUG(str)

Debug logging filter (e.g. formio.*)