{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9892537d-dc29-4906-b694-17800f66d896",
    "slug": "aWVdcq",
    "name": "DandJourney",
    "description": "A MidJourney Wrapper named DandJourney!",
    "url": "https://railway.com/deploy/aWVdcq",
    "upstream": {
      "repo_url": "https://github.com/yuexdang/DandJourney"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "DandJourney",
      "source": {
        "repo": "https://github.com/yuexdang/DandJourney"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "BOT_NAME",
      "service": "DandJourney",
      "description": "机器人名称",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "BOT_TOKEN",
      "service": "DandJourney",
      "description": "机器人的Token",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SERVER_ID",
      "service": "DandJourney",
      "description": "Discord 服务器ID",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "VIP_TOKEN",
      "service": "DandJourney",
      "description": "具有MJ使用权限的账号Token",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "CHANNEL_ID",
      "service": "DandJourney",
      "description": "Discord 初始频道ID",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "CHANNEL_SIGN",
      "service": "DandJourney",
      "description": "是否需要MJ跟随用户",
      "secret": false,
      "strategy": "default",
      "default": "True"
    },
    {
      "key": "NIXPACKS_PYTHON_VERSION",
      "service": "DandJourney",
      "description": "Python Version (must 3.11+)",
      "secret": false,
      "strategy": "default",
      "default": "3.11"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "aWVdcq"
      }
    },
    "cli": "railway deploy --template aWVdcq",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9892537d-dc29-4906-b694-17800f66d896",
            "serializedConfig": {
              "services": {
                "6ec8bffe-d300-46d8-912f-b574f686bed3": {
                  "name": "DandJourney",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/yuexdang/DandJourney",
                    "rootDirectory": null
                  },
                  "variables": {
                    "BOT_NAME": {
                      "isOptional": false,
                      "description": "机器人名称",
                      "defaultValue": "{{BOT_NAME}}"
                    },
                    "BOT_TOKEN": {
                      "isOptional": false,
                      "description": "机器人的Token",
                      "defaultValue": "{{BOT_TOKEN}}"
                    },
                    "SERVER_ID": {
                      "isOptional": false,
                      "description": "Discord 服务器ID",
                      "defaultValue": "{{SERVER_ID}}"
                    },
                    "VIP_TOKEN": {
                      "isOptional": false,
                      "description": "具有MJ使用权限的账号Token",
                      "defaultValue": "{{VIP_TOKEN}}"
                    },
                    "CHANNEL_ID": {
                      "isOptional": false,
                      "description": "Discord 初始频道ID",
                      "defaultValue": "{{CHANNEL_ID}}"
                    },
                    "CHANNEL_SIGN": {
                      "isOptional": false,
                      "description": "是否需要MJ跟随用户",
                      "defaultValue": "True"
                    },
                    "AGENT_CHANNEL": {
                      "isOptional": true,
                      "description": "MJ消息汇总频道"
                    },
                    "NIXPACKS_PYTHON_VERSION": {
                      "isOptional": false,
                      "description": "Python Version (must 3.11+)",
                      "defaultValue": "3.11"
                    }
                  },
                  "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"
}
