{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f103c4b1-faf1-43a1-aadb-5352e8d8c375",
    "slug": "llama-index",
    "name": "Llama Index",
    "description": "Llama Index w/Basic Auth (Updated Apr 2026)",
    "url": "https://railway.com/deploy/llama-index",
    "upstream": {
      "repo_url": "https://github.com/0xBadMad/llamaindex-pdf-chat-railway"
    }
  },
  "services": [
    {
      "name": "llama-index",
      "source": {
        "repo": "https://github.com/0xBadMad/llamaindex-pdf-chat-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "llama-index",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "ADMIN_PASSWORD",
      "service": "llama-index",
      "description": "Admin Password",
      "secret": true,
      "strategy": "default",
      "default": "please-change-me"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "llama-index"
      }
    },
    "cli": "railway deploy --template llama-index",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f103c4b1-faf1-43a1-aadb-5352e8d8c375",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "6a77a3a4-a010-4d8c-8df8-702dbe67c7c8": {
                  "icon": null,
                  "name": "llama-index",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/0xBadMad/llamaindex-pdf-chat-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "80"
                    },
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "Admin Password",
                      "defaultValue": "please-change-me"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "6a77a3a4-a010-4d8c-8df8-702dbe67c7c8": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-09T09:10:31.746Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_71242715f9c741acb88d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": false,
        "detail": "No GitHub installation found for repo: 0xBadMad/llamaindex-pdf-chat-railway"
      }
    ]
  }
}
