{
  "manifest_version": "1.0.0",
  "template": {
    "id": "58424ecb-8fbd-4711-b1b7-0f29b5e29085",
    "slug": "HNSCS1",
    "name": "AnythingLLM",
    "description": "An all-in-one application for RAG, AI Agents, multi-user management & more",
    "url": "https://railway.com/deploy/HNSCS1",
    "upstream": {
      "image": "mintplexlabs/anythingllm:railway"
    }
  },
  "services": [
    {
      "name": "AnythingLLM",
      "source": {
        "image": "mintplexlabs/anythingllm:railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/storage",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "AnythingLLM",
      "description": "Direct Railway to bind HTTP port 80 to 3001",
      "secret": false,
      "strategy": "default",
      "default": "3001"
    },
    {
      "key": "SERVER_PORT",
      "service": "AnythingLLM",
      "description": "Port the server will bind to",
      "secret": false,
      "strategy": "default",
      "default": "3001"
    },
    {
      "key": "STORAGE_DIR",
      "service": "AnythingLLM",
      "description": "Do not modify. Mount location to storage - hardcoded to /storage for support on build systems like Render and Railway",
      "secret": false,
      "strategy": "default",
      "default": "/storage"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "AnythingLLM",
      "description": "Enable Docker to write to mounted storage volume",
      "secret": false,
      "strategy": "default",
      "default": "0"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "HNSCS1"
      }
    },
    "cli": "railway deploy --template HNSCS1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "58424ecb-8fbd-4711-b1b7-0f29b5e29085",
            "serializedConfig": {
              "services": {
                "ee6c69a2-2d99-4834-9c25-8dd82fcf8ae7": {
                  "icon": "https://raw.githubusercontent.com/Mintplex-Labs/anything-llm/master/frontend/public/favicon.png",
                  "name": "AnythingLLM",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/api/ping"
                  },
                  "source": {
                    "image": "mintplexlabs/anythingllm:railway"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Direct Railway to bind HTTP port 80 to 3001",
                      "defaultValue": "3001"
                    },
                    "SERVER_PORT": {
                      "isOptional": false,
                      "description": "Port the server will bind to",
                      "defaultValue": "3001"
                    },
                    "STORAGE_DIR": {
                      "isOptional": false,
                      "description": "Do not modify. Mount location to storage - hardcoded to /storage for support on build systems like Render and Railway",
                      "defaultValue": "/storage"
                    },
                    "RAILWAY_RUN_UID": {
                      "isOptional": false,
                      "description": "Enable Docker to write to mounted storage volume",
                      "defaultValue": "0"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "ee6c69a2-2d99-4834-9c25-8dd82fcf8ae7": {
                      "mountPath": "/storage"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "AnythingLLM",
      "method": "GET",
      "path": "/api/ping",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T06:37:53.935Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_1dbe2265224c4e5f998c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 82,
    "typical_build_seconds": 0,
    "typical_start_seconds": 20,
    "slowest_service": "AnythingLLM"
  }
}
