{
  "manifest_version": "1.0.0",
  "template": {
    "id": "429e1f65-0f40-46b5-b70e-11c73f37d996",
    "slug": "arch-linux-ssh",
    "name": "Arch Linux SSH",
    "description": "[Jul'26] Hosted Arch Linux latest workspace with SSH & persistent storage",
    "url": "https://railway.com/deploy/arch-linux-ssh",
    "upstream": {
      "image": "archlinux:latest"
    }
  },
  "services": [
    {
      "name": "arch-linux",
      "source": {
        "image": "archlinux:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "arch-linux-ssh"
      }
    },
    "cli": "railway deploy --template arch-linux-ssh",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "429e1f65-0f40-46b5-b70e-11c73f37d996",
            "serializedConfig": {
              "services": {
                "c2a13b97-a411-4204-bf87-317efa284014": {
                  "icon": "https://archlinux.org/static/logos/legacy/arch-legacy-blue2.png",
                  "name": "arch-linux",
                  "deploy": {
                    "startCommand": "bash -lc 'echo \"container is running on Railway\"; tail -f /dev/null'"
                  },
                  "source": {
                    "image": "archlinux:latest"
                  },
                  "volumeMounts": {
                    "c2a13b97-a411-4204-bf87-317efa284014": {
                      "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:01:54.527Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_508fa862ff4844139078",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 64,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "arch-linux"
  }
}
