{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3821d893-2afc-4d38-80d4-e11874578ccc",
    "slug": "anything-llm",
    "name": "AnythingLLM [Updated Sep ’26]",
    "description": "AnythingLLM [Sep ’26] (Chat, RAG & Local AI Assistants) Self Host",
    "url": "https://railway.com/deploy/anything-llm",
    "upstream": {
      "image": "mintplexlabs/anythingllm"
    }
  },
  "services": [
    {
      "name": "mintplexlabs/anythingllm",
      "source": {
        "image": "mintplexlabs/anythingllm"
      },
      "needs_volume": true,
      "volume_mount_path": "/storage",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "mintplexlabs/anythingllm",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3001"
    },
    {
      "key": "SERVER_PORT",
      "service": "mintplexlabs/anythingllm",
      "description": "Provide a value for SERVER_PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3001"
    },
    {
      "key": "STORAGE_DIR",
      "service": "mintplexlabs/anythingllm",
      "description": "Provide a value for STORAGE_DIR.",
      "secret": false,
      "strategy": "default",
      "default": "/storage"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "mintplexlabs/anythingllm",
      "description": "Provide a value for RAILWAY_RUN_UID.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "anything-llm"
      }
    },
    "cli": "railway deploy --template anything-llm",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3821d893-2afc-4d38-80d4-e11874578ccc",
            "serializedConfig": {
              "services": {
                "a4cd3e06-7ea9-4856-bd77-26a8c860fa2c": {
                  "name": "mintplexlabs/anythingllm",
                  "source": {
                    "image": "mintplexlabs/anythingllm"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "3001"
                    },
                    "SERVER_PORT": {
                      "defaultValue": "3001"
                    },
                    "STORAGE_DIR": {
                      "defaultValue": "/storage"
                    },
                    "RAILWAY_RUN_UID": {
                      "defaultValue": "0"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "a4cd3e06-7ea9-4856-bd77-26a8c860fa2c": {
                      "mountPath": "/storage"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T02:38:20.722Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_89757ece82024ddca784",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 90,
    "typical_build_seconds": 0,
    "typical_start_seconds": 11,
    "slowest_service": "mintplexlabs/anythingllm"
  }
}
