{
  "service": "Imvara Runtime Orchestrator",
  "status": "online",
  "runtime_version": "0.7.0",
  "ui_contract": {
    "name": "Imvara Runtime UI Contract",
    "version": "1.0.0"
  },
  "principle": "RUNTIME coordinates governed Job execution and presents the primary application-facing API. MOM determines. OBSERVE observes.",
  "endpoints": {
    "health": "GET /health",
    "run_job": "POST /run-job",
    "job_dashboard": "GET /job-dashboard?engagement_id=...&job_id=...",
    "runtime_run": "GET /runs/:runtime_run_id",
    "run_history": "GET /run-history?engagement_id=...&job_id=...",
    "request_history": "GET /requests?engagement_id=...&job_id=...",
    "request": "GET /requests/:request_id"
  }
}