{
  "manifest_version": "1.0.0",
  "template": {
    "id": "8ec22413-cee0-4387-9d36-8242805bbe8b",
    "slug": "cabinet-050",
    "name": "cabinet 0.5.0",
    "description": "Cabinet from https://github.com/cabinetai/cabinet",
    "url": "https://railway.com/deploy/cabinet-050",
    "upstream": {
      "repo_url": "https://github.com/callmechristian/cabinet"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "cabinet",
      "source": {
        "repo": "https://github.com/callmechristian/cabinet"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "KB_PASSWORD",
      "service": "cabinet",
      "description": "Password to login. !!! leaving blank means anyone can access the endpoint",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "CABINET_DATA_DIR",
      "service": "cabinet",
      "description": "Recommended: /app/data",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "cabinet-050"
      }
    },
    "cli": "railway deploy --template cabinet-050",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "8ec22413-cee0-4387-9d36-8242805bbe8b",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "2e79c63a-ee87-4940-b94d-0a150b3db862": {
                  "icon": "https://runcabinet.com/brand/cabinet-logo-face-2-512.png",
                  "name": "cabinet",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/callmechristian/cabinet",
                    "rootDirectory": null
                  },
                  "variables": {
                    "KB_PASSWORD": {
                      "isOptional": false,
                      "description": "Password to login. !!! leaving blank means anyone can access the endpoint",
                      "defaultValue": "{{KB_PASSWORD}}"
                    },
                    "CABINET_DATA_DIR": {
                      "isOptional": false,
                      "description": "Recommended: /app/data",
                      "defaultValue": "{{CABINET_DATA_DIR}}"
                    },
                    "OPENROUTER_API_KEY": {
                      "isOptional": true,
                      "description": "Your OpenRouter API key.",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "2e79c63a-ee87-4940-b94d-0a150b3db862": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "cabinet",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0"
}
