# AI Provider API Keys ANTHROPIC_API_KEY=sk-ant-... OPENAI_API_KEY=sk-... GEMINI_API_KEY=... # Optional for authenticated/proxied Ollama deployments OLLAMA_API_KEY= # Optional override (defaults to http://127.0.0.1:11434/v1) OLLAMA_BASE_URL= # --- Remote Access --- # Control assistant autostart behavior. # Set to 0 to disable autostart. # VELLUM_DAEMON_AUTOSTART=1 # Enable the runtime HTTP server (required for web local mode). # RUNTIME_HTTP_PORT=7821 # Vellum platform URL (used by the desktop app; defaults to https://platform.vellum.ai in release builds) VELLUM_PLATFORM_URL=https://dev-platform.vellum.ai # --- Sentry (crash reporting) --- # Omit to disable Sentry. SENTRY_DSN_ASSISTANT= # --- Network proxy --- # Comma-separated host patterns allowed through the proxy. # localhost is always allowed. PROXY_ALLOWED_HOSTS=*.vellum.ai