GitDeployHub

diegosouzapw/aiox-core

github.com/diegosouzapw/aiox-core ↗
Node.js API
8 environment variables found in .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)
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/diegosouzapw/aiox-core
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/diegosouzapw/aiox-core
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/diegosouzapw/aiox-core
Or deploy to a different host
← Try another repo