{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f1d7c83f-815d-4ceb-b0ef-bfc8399093ca",
    "slug": "pleasant-kindness",
    "name": "pleasant-kindness",
    "description": "Deploy and Host pleasant-kindness with Railway",
    "url": "https://railway.com/deploy/pleasant-kindness"
  },
  "services": [
    {
      "name": "runtime",
      "source": {
        "repo": "https://github.com/bcuca75/app"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "packages",
      "source": {
        "repo": "https://github.com/bcuca75/app"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "pleasant-kindness"
      }
    },
    "cli": "railway deploy --template pleasant-kindness",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f1d7c83f-815d-4ceb-b0ef-bfc8399093ca",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "1a1022f7-74b0-4803-b92c-ab0077d76b5e": {
                  "icon": null,
                  "name": "runtime",
                  "deploy": {
                    "startCommand": "python-3.10",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/bcuca75/app",
                    "rootDirectory": "backend"
                  },
                  "variables": {}
                },
                "a046bd0d-3d25-4e4b-8d0c-9bd8751d6ad7": {
                  "icon": null,
                  "name": "packages",
                  "deploy": {
                    "startCommand": "",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/bcuca75/app",
                    "rootDirectory": null
                  },
                  "variables": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-09T05:44:13.266Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_9796823620de408aa3ab",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": false,
        "detail": "Repository \"bcuca75/app\" not found or is not accessible"
      }
    ]
  }
}
