Step 5/13
~3 min

Configure Your Environment

Set up environment variables for your AI provider and server settings.

Create Your Config File

Open .env in your editor and fill in the required values:

# AI Provider (choose one)
ANTHROPIC_API_KEY=sk-ant-your-key-here
# OPENAI_API_KEY=sk-your-key-here

# Server
PORT=4000
DATABASE_PATH=./data/mission-control.db

# Security (you'll set this properly in step 10)
BEARER_TOKEN=change-me-before-going-public

Getting an API Key