.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
ANTHROPIC_API_KEY
secret
LLM API Keys (required: at least one)
OPENAI_API_KEY
secret
LITELLM_MASTER_KEY
secret
LiteLLM Proxy
LITELLM_SALT_KEY
secret
POSTGRES_PASSWORD
secret
PostgreSQL
NEO4J_PASSWORD
secret
Neo4j (Attack Chain Graph DB) Used when DECEPTICON_KG_BACKEND=neo4j
DECEPTICON_MODEL_PROFILE
Model Profile eco = Balanced (Opus/Sonnet/Haiku mix, recommended) max = Maximum performance (Opus everywhere, expensive) test = Cheapest…
COMPOSE_PROFILES
C2 Framework Default C2 server profile. Change to swap C2 frameworks. Options: c2-sliver (default), c2-havoc (future)
brew install flyctl && fly launch --from https://github.com/aimer-zero/decepticon
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/aimer-zero/decepticon
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/aimer-zero/decepticon