{
  "manifest_version": "1.0.0",
  "template": {
    "id": "43d1518f-3609-45db-aa3c-42db42c7573e",
    "slug": "zKIfYk",
    "name": "ChatGPT-On-WeChat",
    "description": "🤖️ Deploy ChatGPT on WeChat in 2 steps! 🤖️",
    "url": "https://railway.com/deploy/zKIfYk",
    "upstream": {
      "repo_url": "https://github.com/kx-Huang/ChatGPT-on-WeChat"
    }
  },
  "services": [
    {
      "name": "ChatGPT-On-WeChat",
      "source": {
        "repo": "https://github.com/kx-Huang/ChatGPT-on-WeChat"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "OPENAI_API_KEY",
      "service": "ChatGPT-On-WeChat",
      "description": "Your OpenAI API key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "zKIfYk"
      }
    },
    "cli": "railway deploy --template zKIfYk",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "43d1518f-3609-45db-aa3c-42db42c7573e",
            "serializedConfig": {
              "services": {
                "c9ec4d81-ec92-47a9-9a65-3a6086f22aaa": {
                  "name": "ChatGPT-On-WeChat",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/kx-Huang/ChatGPT-on-WeChat"
                  },
                  "variables": {
                    "OPENAI_API_KEY": {
                      "isOptional": false,
                      "description": "Your OpenAI API key",
                      "defaultValue": "{{OPENAI_API_KEY}}"
                    },
                    "CHATGPT_TRIGGER_KEYWORD": {
                      "isOptional": true,
                      "description": "[Optional] Your keyword to trigger auto-reply"
                    },
                    "OPENAI_ORGANIZATION_KEY": {
                      "isOptional": true,
                      "description": "[Optional] Your OpenAI Organization Key"
                    }
                  },
                  "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",
  "status": "validated",
  "validated_at": "2026-09-21T18:36:35.755Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_070075170a8440109cb7",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 144,
    "typical_build_seconds": 82,
    "typical_start_seconds": 15,
    "slowest_service": "ChatGPT-On-WeChat"
  }
}
