**Goal:** host the FastAPI API online so the frontend can point at it. - Deploy to Render / Railway / Fly - Set env/secrets (LLM, Qdrant, DB, Twilio, MQTT) - Set the start command (uvicorn torq.api.main:app) - Share the public API URL for the frontend to use
Goal: host the FastAPI API online so the frontend can point at it.