{
  "manifest_version": "1.0.0",
  "template": {
    "id": "8693aa2c-2f76-4f23-ba9c-2bce5d7bac6c",
    "slug": "langbot",
    "name": "LangBot",
    "description": "Build AI bots for Discord & Telegram using DeepSeek, OpenAI & Dify.",
    "url": "https://railway.com/deploy/langbot",
    "upstream": {
      "image": "rockchin/langbot:latest"
    }
  },
  "services": [
    {
      "name": "rockchin/langbot:latest",
      "source": {
        "image": "rockchin/langbot:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "rockchin/langbot:latest",
      "description": "Provide a value for TZ.",
      "secret": false,
      "strategy": "default",
      "default": "\"Asia/Shanghai\""
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "langbot"
      }
    },
    "cli": "railway deploy --template langbot",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "8693aa2c-2f76-4f23-ba9c-2bce5d7bac6c",
            "serializedConfig": {
              "services": {
                "d23a5020-87c0-437d-aab0-59828acf701e": {
                  "name": "rockchin/langbot:latest",
                  "source": {
                    "image": "rockchin/langbot:latest"
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "\"Asia/Shanghai\""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:5300": {
                        "port": 5300
                      }
                    }
                  },
                  "volumeMounts": {
                    "d23a5020-87c0-437d-aab0-59828acf701e": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T02:27:08.187Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_a97fb8ae8098415fa189",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 72,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "rockchin/langbot:latest"
  }
}
