What can I help you with?
+What can I help you with?
++ A lightweight Nuxt 4 app using + Chat SDK + with the Slack and web adapters. +
+ +POST /api/webhooks/slack — Slack events (set this as the
+ request URL in your Slack app)
+ POST /api/chat — web adapter endpoint, used by the
+ Set these environment variables (see .env.example):
BOT_USERNAME=mybot
+
+# Slack (optional)
+SLACK_BOT_TOKEN=xoxb-...
+SLACK_SIGNING_SECRET=...
+
+# Redis state (optional, in-memory without it)
+REDIS_URL=redis://localhost:6379
+
+# AI Gateway key for local dev (OIDC on Vercel)
+AI_GATEWAY_API_KEY=...
+