.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
ANTHROPIC_BASE_URL
secret
Meta-agent (Claude Code) credentials Used by every `*_meta_agent.sh` and `*_meta_agent_claude_code.sh` script.
ANTHROPIC_API_KEY
secret
OPENAI_BASE_URL
secret
Meta-agent (Codex) credentials Used by every `*_meta_agent_codex*.sh` script.
OPENAI_API_KEY
secret
GOOGLE_GEMINI_BASE_URL
Meta-agent (Gemini CLI) credentials Used by every `*_meta_agent_gemini*.sh` script. Start the proxy (gemini_openai_proxy.py) yourself and…
GEMINI_API_KEY
secret
TASK_MODEL_API_BASE
Task model (the model the inner agent uses) All scripts read these and pass them into the harness containers.
TASK_MODEL_API_KEY
secret
TASK_MODEL_NAME
SEARCH_API_BASE
Science (GPQA) search API Only the science_meta_agent_*.sh scripts need this.
SEARCH_API_KEY
secret
brew install flyctl && fly launch --from https://github.com/ant-research/meta-agent-challenge
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ant-research/meta-agent-challenge
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ant-research/meta-agent-challenge