services: - type: web name: slidementor-api runtime: python buildCommand: pip install -r requirements.txt startCommand: uvicorn main:app --host 0.0.0.0 --port $PORT envVars: - key: GROQ_API_KEY sync: false healthCheckPath: /health autoDeploy: true plan: free