{
  "manifest_version": "1.0.0",
  "template": {
    "id": "78ecbeb3-b94e-4745-a10f-f7059472290d",
    "slug": "scrumboy",
    "name": "Scrumboy",
    "description": "Kanban boards with voice commands and MCP for AI agents.",
    "url": "https://railway.com/deploy/scrumboy",
    "upstream": {
      "repo_url": "https://github.com/markrai/scrumboy"
    }
  },
  "services": [
    {
      "name": "scrumboy",
      "source": {
        "repo": "https://github.com/markrai/scrumboy"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "scrumboy"
      }
    },
    "cli": "railway deploy --template scrumboy",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "78ecbeb3-b94e-4745-a10f-f7059472290d",
            "serializedConfig": {
              "services": {
                "ed9f0fac-31f0-49ee-9144-3e1989758a68": {
                  "name": "scrumboy",
                  "source": {
                    "repo": "markrai/scrumboy"
                  },
                  "volumeMounts": {
                    "ed9f0fac-31f0-49ee-9144-3e1989758a68": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-19T15:32:07.312Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_fc87500bbaab4b078c87",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
