{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a3789f89-c35c-4d96-9b44-91e7ca2cf9d7",
    "slug": "feisty-compassion",
    "name": "feisty-compassion",
    "description": "Deploy and Host feisty-compassion with Railway",
    "url": "https://railway.com/deploy/feisty-compassion",
    "upstream": {
      "repo_url": "https://github.com/Suchi684/qr-entry"
    }
  },
  "services": [
    {
      "name": "qr-entry",
      "source": {
        "repo": "https://github.com/Suchi684/qr-entry"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "feisty-compassion"
      }
    },
    "cli": "railway deploy --template feisty-compassion",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a3789f89-c35c-4d96-9b44-91e7ca2cf9d7",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "7879a7b6-d753-4905-8585-c9660fad74a3": {
                  "icon": null,
                  "name": "qr-entry",
                  "deploy": {
                    "startCommand": "java -jar target/*.jar",
                    "healthcheckPath": null,
                    "preDeployCommand": [
                      "./mvnw clean package"
                    ],
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/Suchi684/qr-entry",
                    "rootDirectory": "/backend"
                  },
                  "variables": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-18T11:24:31.950Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_ce10f28968be477d9427",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": false,
        "detail": "Repository \"Suchi684/qr-entry\" not found or is not accessible"
      }
    ]
  }
}
