.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DATABASE_URL
secret
Database
REDIS_URL
secret
Redis
SLACK_BOT_TOKEN
secret
Slack
SLACK_SIGNING_SECRET
secret
SLACK_APP_TOKEN
secret
DEBUG
Application
LOG_LEVEL
API_HOST
API_PORT
MCP_API_KEY
secret
MCP Configuration
MCP_API_URL
brew install flyctl && fly launch --from https://github.com/adamkleingit/slackagent
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/adamkleingit/slackagent
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/adamkleingit/slackagent