services: - type: web name: insurance-sales-bot-api runtime: python region: singapore plan: free branch: main rootDir: . buildCommand: pip install --upgrade pip && pip install -r requirements.txt startCommand: uvicorn backend.main:app --host 0.0.0.0 --port $PORT --log-level info healthCheckPath: /api/health envVars: - key: PYTHON_VERSION value: 3.11.9 - key: SARVAM_API_KEY sync: false # set in dashboard for security - key: VOYAGE_API_KEY sync: false - key: GROQ_API_KEY sync: false - key: OPENROUTER_API_KEY sync: false