{
  "manifest_version": "1.0.0",
  "template": {
    "id": "fbe8e8c6-ab83-4569-90c2-d2591be4f3fc",
    "slug": "ubuntu-ssh-claude-workstation",
    "name": "Ubuntu SSH + Claude Code",
    "description": "SSH-in Ubuntu workstation with Claude Code",
    "url": "https://railway.com/deploy/ubuntu-ssh-claude-workstation",
    "upstream": {
      "repo_url": "https://github.com/lNamelessl/ubuntu-ssh-claude-railway-template"
    }
  },
  "services": [
    {
      "name": "workstation",
      "source": {
        "repo": "https://github.com/lNamelessl/ubuntu-ssh-claude-railway-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/home/dev",
      "tcp_ports": [
        22
      ],
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "SSH_PUBLIC_KEY",
      "service": "workstation",
      "description": "Provide a value for SSH_PUBLIC_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "ubuntu-ssh-claude-workstation"
      }
    },
    "cli": "railway deploy --template ubuntu-ssh-claude-workstation",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "fbe8e8c6-ab83-4569-90c2-d2591be4f3fc",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "cf817760-bb88-44d0-93bd-cfe7f0c6735a": {
                  "icon": null,
                  "name": "workstation",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/lNamelessl/ubuntu-ssh-claude-railway-template",
                    "rootDirectory": null
                  },
                  "variables": {
                    "SSH_PUBLIC_KEY": {
                      "isOptional": false,
                      "defaultValue": "{{SSH_PUBLIC_KEY}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "22": {}
                    }
                  },
                  "volumeMounts": {
                    "cf817760-bb88-44d0-93bd-cfe7f0c6735a": {
                      "mountPath": "/home/dev"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-11T16:14:44.435Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-11T09:49:09.384Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_28021ff4a6b24918b609",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 383,
    "typical_build_seconds": 355,
    "typical_start_seconds": 10,
    "slowest_service": "workstation"
  }
}
