{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b3ee7d22-b7da-4c8c-98c2-badb2c8d3292",
    "slug": "Fct8Sl",
    "name": "chatgpt-on-wechat-freely",
    "description": "This Template allow you to deploy weChat robot simply. Default use link ai.",
    "url": "https://railway.com/deploy/Fct8Sl",
    "upstream": {
      "repo_url": "https://github.com/jeady5/chatgpt-on-wechat"
    }
  },
  "services": [
    {
      "name": "wechatRobot",
      "source": {
        "repo": "https://github.com/jeady5/chatgpt-on-wechat"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "use_linkai",
      "service": "wechatRobot",
      "description": "the flag to use link",
      "secret": false,
      "strategy": "default",
      "default": "True"
    },
    {
      "key": "group_name_white_list",
      "service": "wechatRobot",
      "description": "The WeChat Group Name List",
      "secret": false,
      "strategy": "default",
      "default": "[\"群聊名称\"]"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "Fct8Sl"
      }
    },
    "cli": "railway deploy --template Fct8Sl",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b3ee7d22-b7da-4c8c-98c2-badb2c8d3292",
            "serializedConfig": {
              "services": {
                "9e23d398-95ad-4046-ae2f-dc9a8c24a1b2": {
                  "name": "wechatRobot",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/jeady5/chatgpt-on-wechat"
                  },
                  "variables": {
                    "use_linkai": {
                      "isOptional": true,
                      "description": "the flag to use link",
                      "defaultValue": "True"
                    },
                    "linkai_api_key": {
                      "isOptional": true,
                      "description": "The api key from linkai"
                    },
                    "linkai_app_code": {
                      "isOptional": true,
                      "description": "the app code from link ai"
                    },
                    "group_name_white_list": {
                      "isOptional": false,
                      "description": "The WeChat Group Name List",
                      "defaultValue": "[\"群聊名称\"]"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {}
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T17:00:39.533Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_b789fec94b06495f905d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 99,
    "typical_build_seconds": 46,
    "typical_start_seconds": 21,
    "slowest_service": "wechatRobot"
  }
}
