{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c7014b37-28b8-4fc4-8e3b-1ccf4fe38999",
    "slug": "GpZ0J4",
    "name": "LlamaIndex Apps",
    "description": "Sample LlamaIndex apps for chatting with PDFs and URL summaries.",
    "url": "https://railway.com/deploy/GpZ0J4",
    "upstream": {
      "repo_url": "https://github.com/alphasecio/llama-index"
    }
  },
  "services": [
    {
      "name": "chat-with-pdf",
      "source": {
        "repo": "https://github.com/alphasecio/llama-index"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "summarize-url",
      "source": {
        "repo": "https://github.com/alphasecio/llama-index"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "chat-with-pdf",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8501"
    },
    {
      "key": "PORT",
      "service": "summarize-url",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8501"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "GpZ0J4"
      }
    },
    "cli": "railway deploy --template GpZ0J4",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c7014b37-28b8-4fc4-8e3b-1ccf4fe38999",
            "serializedConfig": {
              "services": {
                "2a62c20b-3caa-4948-aa7b-23ca3a79b94b": {
                  "name": "chat-with-pdf",
                  "build": {},
                  "deploy": {
                    "startCommand": "streamlit run streamlit_app.py"
                  },
                  "source": {
                    "repo": "https://github.com/alphasecio/llama-index",
                    "rootDirectory": "/chat-with-pdf"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "defaultValue": "8501"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                },
                "7e7fb216-0bc7-48b7-81c3-be212f6c6028": {
                  "name": "summarize-url",
                  "deploy": {
                    "startCommand": "streamlit run streamlit_app.py"
                  },
                  "source": {
                    "repo": "alphasecio/llama-index",
                    "branch": null,
                    "rootDirectory": "/summarize-url"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "8501"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T18:27:56.021Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_642f2b4f54964aac9946",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 169,
    "typical_build_seconds": 118,
    "typical_start_seconds": 12,
    "slowest_service": "summarize-url"
  }
}
