{
  "manifest_version": "1.0.0",
  "template": {
    "id": "fe355aaa-819d-437d-b53a-0768a73b5fa5",
    "slug": "debian-ssh",
    "name": "Debian SSH",
    "description": "Hosted Secure Debian stable version with SSH & storage.",
    "url": "https://railway.com/deploy/debian-ssh",
    "upstream": {
      "image": "debian:latest"
    }
  },
  "services": [
    {
      "name": "debian",
      "source": {
        "image": "debian:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "debian-ssh"
      }
    },
    "cli": "railway deploy --template debian-ssh",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "fe355aaa-819d-437d-b53a-0768a73b5fa5",
            "serializedConfig": {
              "services": {
                "7fd16e2a-6574-4ea5-887d-d450d2957be2": {
                  "icon": "https://raw.githubusercontent.com/docker-library/docs/b449be7df57e9ed9086bb5821bfb5d6cdc5d67a4/debian/logo.png",
                  "name": "debian",
                  "deploy": {
                    "startCommand": "bash -lc 'echo \"Debian container is running on Railway\"; tail -f /dev/null'"
                  },
                  "source": {
                    "image": "debian:latest"
                  },
                  "volumeMounts": {
                    "7fd16e2a-6574-4ea5-887d-d450d2957be2": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T06:03:26.501Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_33e507532c914a488599",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 94,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "debian"
  }
}
