.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
ANTHROPIC_API_KEY
secret
Anthropic API (Claude) Get your key from: https://console.anthropic.com/
OPENAI_API_KEY
secret
OpenAI API (optional, for GPT models) Get your key from: https://platform.openai.com/api-keys
GITHUB_TOKEN
secret
GitHub Personal Access Token (for API operations) Create at: https://github.com/settings/tokens
AIOX_DEBUG
Enable debug mode for verbose logging
AIOX_DEFAULT_MODEL
Default AI model to use
AIOX_MCP_ENABLED
MCP Server settings
NODE_ENV
Node environment
LOG_LEVEL
Log level (debug, info, warn, error)
brew install flyctl && fly launch --from https://github.com/diegosouzapw/aiox-core
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/diegosouzapw/aiox-core
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/diegosouzapw/aiox-core