{
  "manifest_version": "1.0.0",
  "template": {
    "id": "2415d6a0-75a7-4add-8925-370104b541c1",
    "slug": "9wleNz",
    "name": "Botway CE",
    "description": "VS Code in the browser, with full packages",
    "url": "https://railway.com/deploy/9wleNz",
    "upstream": {
      "repo_url": "https://github.com/abdfnx/botway"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "CE",
      "source": {
        "repo": "https://github.com/abdfnx/botway"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "GIT_REPO",
      "service": "CE",
      "description": "A git repo to auto-clone and open in code-server",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "PASSWORD",
      "service": "CE",
      "description": "Your password to log in to code-server",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "GITHUB_TOKEN",
      "service": "CE",
      "description": " Your GitHub Token to clone your repo, with `repo`, `read:org` and `read:user` scopes",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "9wleNz"
      }
    },
    "cli": "railway deploy --template 9wleNz",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "2415d6a0-75a7-4add-8925-370104b541c1",
            "serializedConfig": {
              "services": {
                "7c536286-b6d7-471b-81d3-3e9e38e4bbbd": {
                  "name": "CE",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/abdfnx/botway",
                    "rootDirectory": "/coder"
                  },
                  "variables": {
                    "GIT_REPO": {
                      "isOptional": false,
                      "description": "A git repo to auto-clone and open in code-server",
                      "defaultValue": "{{GIT_REPO}}"
                    },
                    "PASSWORD": {
                      "isOptional": false,
                      "description": "Your password to log in to code-server",
                      "defaultValue": "{{PASSWORD}}"
                    },
                    "GITHUB_TOKEN": {
                      "isOptional": false,
                      "description": " Your GitHub Token to clone your repo, with `repo`, `read:org` and `read:user` scopes",
                      "defaultValue": "{{GITHUB_TOKEN}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
