{
  "manifest_version": "1.0.0",
  "template": {
    "id": "46581b44-627e-4c59-9a08-8c5ccbf99d8b",
    "slug": "claude-code-mobile",
    "name": "Claude Code SSH",
    "description": "Run Claude Code safely from anywhere via SSH in 2 simple steps.",
    "url": "https://railway.com/deploy/claude-code-mobile",
    "upstream": {
      "repo_url": "https://github.com/Ntelikatos/claude-code-ssh"
    }
  },
  "services": [
    {
      "name": "claude-code-ssh",
      "source": {
        "repo": "https://github.com/Ntelikatos/claude-code-ssh"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "tcp_ports": [
        22
      ],
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "SSH_PUBLIC_KEY",
      "service": "claude-code-ssh",
      "description": "\tEd25519 public key(s) for SSH auth. Multiple keys supported, one per line.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "claude-code-mobile"
      }
    },
    "cli": "railway deploy --template claude-code-mobile",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "46581b44-627e-4c59-9a08-8c5ccbf99d8b",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "7e06d0f4-2e08-414e-8387-b8154e36e692": {
                  "icon": "https://github.com/Ntelikatos/claude-code-mobile/blob/master/icon.svg",
                  "name": "claude-code-ssh",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "Ntelikatos/claude-code-ssh",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": true,
                      "description": "Timezone (e.g. America/New_York, Europe/London). Defaults to UTC.",
                      "defaultValue": ""
                    },
                    "GITHUB_TOKEN": {
                      "isOptional": true,
                      "description": "\tFine-grained PAT for cloning private repos. Scoped to specific repos only.",
                      "defaultValue": ""
                    },
                    "NODE_VERSION": {
                      "isOptional": true,
                      "description": "\tNode.js version (e.g. 22, 20.18.0). Uses n to switch at boot. Default to v24 LTS.",
                      "defaultValue": ""
                    },
                    "PNPM_VERSION": {
                      "isOptional": true,
                      "description": "pnpm version (e.g. 9.15.0, 10). Uses corepack to switch at boot. Defaults to the latest version.",
                      "defaultValue": ""
                    },
                    "SSH_PUBLIC_KEY": {
                      "isOptional": false,
                      "description": "\tEd25519 public key(s) for SSH auth. Multiple keys supported, one per line.",
                      "defaultValue": "{{SSH_PUBLIC_KEY}}"
                    },
                    "ANTHROPIC_API_KEY": {
                      "isOptional": true,
                      "description": "Claude API key. Alternative to claude login.",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "22": {}
                    }
                  },
                  "volumeMounts": {
                    "7e06d0f4-2e08-414e-8387-b8154e36e692": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-19T04:14:37.968Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T12:09:33.233Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_e519dba8524b44e38bae",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 118,
    "typical_build_seconds": 91,
    "typical_start_seconds": 10,
    "slowest_service": "claude-code-ssh"
  }
}
