{
  "manifest_version": "1.0.0",
  "template": {
    "id": "0c5f4d63-4b7c-4d89-a574-349a02bac965",
    "slug": "YuyzZp",
    "name": "SillyTavern",
    "description": "LLM Frontend for Power Users",
    "url": "https://railway.com/deploy/YuyzZp",
    "upstream": {
      "image": "ghcr.io/null2264/st-railway:latest"
    }
  },
  "services": [
    {
      "name": "SillyTavern",
      "source": {
        "image": "ghcr.io/null2264/st-railway:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/home/node/app/persist/",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "SILLYTAVERN_LOG_LEVEL",
      "service": "SillyTavern",
      "description": "Minimum log level to display (DEBUG = 0, INFO = 1, WARN = 2, ERROR = 3)",
      "secret": false,
      "strategy": "default",
      "default": "3"
    },
    {
      "key": "SILLYTAVERN_ENABLE_IPV6",
      "service": "SillyTavern",
      "description": "Enable IPv6 support",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "SILLYTAVERN_PREFER_IPV6",
      "service": "SillyTavern",
      "description": "Prefer IPv6 connection",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "SILLYTAVERN_DISCREET_LOGIN",
      "service": "SillyTavern",
      "description": "Whether or not to hide user list. Can be 'true' or 'false' (without quotation mark)",
      "secret": false,
      "strategy": "default",
      "default": "false"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "YuyzZp"
      }
    },
    "cli": "railway deploy --template YuyzZp",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "0c5f4d63-4b7c-4d89-a574-349a02bac965",
            "serializedConfig": {
              "services": {
                "24e6d566-4f27-419c-8cf0-fb9e84f446a2": {
                  "icon": "https://sillytavern.app/img/logo.png",
                  "name": "SillyTavern",
                  "source": {
                    "image": "ghcr.io/null2264/st-railway:latest"
                  },
                  "variables": {
                    "SILLYTAVERN_LOG_LEVEL": {
                      "isOptional": true,
                      "description": "Minimum log level to display (DEBUG = 0, INFO = 1, WARN = 2, ERROR = 3)",
                      "defaultValue": "3"
                    },
                    "SILLYTAVERN_ENABLE_IPV6": {
                      "isOptional": true,
                      "description": "Enable IPv6 support",
                      "defaultValue": "false"
                    },
                    "SILLYTAVERN_PREFER_IPV6": {
                      "isOptional": true,
                      "description": "Prefer IPv6 connection",
                      "defaultValue": "false"
                    },
                    "SILLYTAVERN_DISCREET_LOGIN": {
                      "isOptional": true,
                      "description": "Whether or not to hide user list. Can be 'true' or 'false' (without quotation mark)",
                      "defaultValue": "false"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "24e6d566-4f27-419c-8cf0-fb9e84f446a2": {
                      "mountPath": "/home/node/app/persist/"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T07:17:27.330Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_7bb4057ff2554d708eb8",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 52,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "SillyTavern"
  }
}
