{
  "manifest_version": "1.0.0",
  "template": {
    "id": "302aab96-dff6-4a3e-aab8-ce244ca61f34",
    "slug": "FB6HrV",
    "name": "Lobe Chat",
    "description": "one-click deploy your private ChatGPT/Cluade/LLMs chatbot application",
    "url": "https://railway.com/deploy/FB6HrV",
    "upstream": {
      "repo_url": "https://github.com/lobehub/lobe-chat"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Lobe Chat",
      "source": {
        "repo": "https://github.com/lobehub/lobe-chat"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ACCESS_CODE",
      "service": "Lobe Chat",
      "description": "Add a password to access the LobeChat service. You can set a long password to prevent brute force attacks.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "FB6HrV"
      }
    },
    "cli": "railway deploy --template FB6HrV",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "302aab96-dff6-4a3e-aab8-ce244ca61f34",
            "serializedConfig": {
              "services": {
                "3791c155-3641-4e11-af11-92796b2ed62a": {
                  "icon": "https://registry.npmmirror.com/@lobehub/assets-logo/1.2.0/files/assets/logo-3d.webp",
                  "name": "Lobe Chat",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/lobehub/lobe-chat"
                  },
                  "variables": {
                    "ACCESS_CODE": {
                      "isOptional": false,
                      "description": "Add a password to access the LobeChat service. You can set a long password to prevent brute force attacks.",
                      "defaultValue": "{{ACCESS_CODE}}"
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": true,
                      "description": "This is the API key you applied for on the OpenAI account page"
                    },
                    "ANTHROPIC_API_KEY": {
                      "isOptional": true,
                      "description": "This is the API key you applied from Anthropic AI"
                    },
                    "OPENROUTER_API_KEY": {
                      "isOptional": true,
                      "description": "This is the API key you applied for in the OpenRouter AI service"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T04:14:46.774Z",
  "generator_version": "0.1.0"
}
