Recommendations for running NxtOne reliably in production.
Run the agent in its own process with a dedicated resource budget — typically <3% CPU and <50MB memory.
Use environment-scoped projects to keep production data isolated from staging.
Monitor agent health via the NxtOne dashboard or expose its `/health` endpoint to your Prometheus stack.