{
  "manifest_version": "1.0.0",
  "template": {
    "id": "729327a6-be09-4e22-8df4-5c6786a55315",
    "slug": "nextchat-or-pinned-release-with-an-acces",
    "name": "NextChat | Pinned Release with an Access Code, No Key Required",
    "description": "NextChat pinned to a release, access code generated, no key demanded",
    "url": "https://railway.com/deploy/nextchat-or-pinned-release-with-an-acces",
    "upstream": {
      "image": "yidadaa/chatgpt-next-web:v2.16.1"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "NextChat",
      "source": {
        "image": "yidadaa/chatgpt-next-web:v2.16.1"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "CODE",
      "service": "NextChat",
      "description": "Provide a value for CODE.",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PORT",
      "service": "NextChat",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "HOSTNAME",
      "service": "NextChat",
      "description": "Provide a value for HOSTNAME.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "nextchat-or-pinned-release-with-an-acces"
      }
    },
    "cli": "railway deploy --template nextchat-or-pinned-release-with-an-acces",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "729327a6-be09-4e22-8df4-5c6786a55315",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "8c8aaef1-2eab-4d51-ab93-8ad4dc4c58a4": {
                  "icon": null,
                  "name": "NextChat",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "yidadaa/chatgpt-next-web:v2.16.1"
                  },
                  "variables": {
                    "CODE": {
                      "isOptional": false,
                      "defaultValue": "{{CODE}}"
                    },
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "3000"
                    },
                    "HOSTNAME": {
                      "isOptional": false,
                      "defaultValue": "0.0.0.0"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-04T17:54:19.363Z",
  "generator_version": "0.1.0"
}
