{
  "manifest_version": "1.0.0",
  "template": {
    "id": "163026c0-7e62-44c3-b845-64b0c782db40",
    "slug": "kandev",
    "name": "kandev",
    "description": "Coordinate AI coding workflows from a secure, persistent web UI",
    "url": "https://railway.com/deploy/kandev",
    "upstream": {
      "image": "ghcr.io/kdlbs/kandev:0.86.1"
    }
  },
  "services": [
    {
      "name": "kandev",
      "source": {
        "image": "ghcr.io/kdlbs/kandev:0.86.1"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "kandev",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "38429"
    },
    {
      "key": "KANDEV_FEATURES_AUTH",
      "service": "kandev",
      "description": "Provide a value for KANDEV_FEATURES_AUTH.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "kandev"
      }
    },
    "cli": "railway deploy --template kandev",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "163026c0-7e62-44c3-b845-64b0c782db40",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "2e0c3c3c-d83e-4129-827a-b3b5eefb3b4c": {
                  "icon": null,
                  "name": "kandev",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/kdlbs/kandev:0.86.1"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "38429"
                    },
                    "KANDEV_FEATURES_AUTH": {
                      "isOptional": false,
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "2e0c3c3c-d83e-4129-827a-b3b5eefb3b4c": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T10:14:45.332Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-04T18:22:22.865Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_06fd002911c94a2782b2",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 133,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "kandev"
  }
}
