{
  "manifest_version": "1.0.0",
  "template": {
    "id": "34c4b47c-6e29-4bdd-a4de-88b63c9159ae",
    "slug": "marvelous-tenderness",
    "name": "marvelous-tenderness",
    "description": "Deploy and Host marvelous-tenderness with Railway",
    "url": "https://railway.com/deploy/marvelous-tenderness",
    "upstream": {
      "repo_url": "https://github.com/yatarasov724/ux-audit-bot"
    }
  },
  "services": [
    {
      "name": "ux-audit-bot",
      "source": {
        "repo": "https://github.com/yatarasov724/ux-audit-bot"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "marvelous-tenderness"
      }
    },
    "cli": "railway deploy --template marvelous-tenderness",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "34c4b47c-6e29-4bdd-a4de-88b63c9159ae",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "2015a862-418d-42ff-96f4-998a5cbd9709": {
                  "icon": null,
                  "name": "ux-audit-bot",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "preDeployCommand": [
                      "npm run migrate"
                    ],
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/yatarasov724/ux-audit-bot",
                    "rootDirectory": null
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-18T17:14:21.767Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_a718946be1cd4ec886a2",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
