{
  "manifest_version": "1.0.0",
  "template": {
    "id": "677cbca4-7956-4573-bcec-a5e2d0074ee1",
    "slug": "sillytavern-or-just-updated-ai-character",
    "name": "SillyTavern | (Just Updated) AI Character Chat, No Stranger Can Claim Your Admin",
    "description": "SillyTavern AI chat frontend, admin password-protected from first boot",
    "url": "https://railway.com/deploy/sillytavern-or-just-updated-ai-character",
    "upstream": {
      "image": "ghcr.io/bon5co/sillytavern-railway:1.18.0"
    }
  },
  "services": [
    {
      "name": "SillyTavern",
      "source": {
        "image": "ghcr.io/bon5co/sillytavern-railway:1.18.0"
      },
      "needs_volume": true,
      "volume_mount_path": "/home/node/app/persist",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ST_ADMIN_PASSWORD",
      "service": "SillyTavern",
      "description": "Provide a value for ST_ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "sillytavern-or-just-updated-ai-character"
      }
    },
    "cli": "railway deploy --template sillytavern-or-just-updated-ai-character",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "677cbca4-7956-4573-bcec-a5e2d0074ee1",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "bfb9bc93-3ca5-4d61-b6f6-9368aa9e80b8": {
                  "icon": null,
                  "name": "SillyTavern",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/login",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/sillytavern-railway:1.18.0"
                  },
                  "variables": {
                    "ST_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{ST_ADMIN_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "bfb9bc93-3ca5-4d61-b6f6-9368aa9e80b8": {
                      "mountPath": "/home/node/app/persist"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "SillyTavern",
      "method": "GET",
      "path": "/login",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T22:14:37.505Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T18:57:44.856Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_a799ad39e2614dfba4b1",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 90,
    "typical_build_seconds": 0,
    "typical_start_seconds": 21,
    "slowest_service": "SillyTavern"
  }
}
