{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e34d16a5-34d7-438c-96cd-667802561e64",
    "slug": "oE8sWo",
    "name": "LangChain Apps",
    "description": "Sample LangChain apps for search, text, document, URL, and news summaries.",
    "url": "https://railway.com/deploy/oE8sWo",
    "upstream": {
      "repo_url": "https://github.com/alphasecio/langchain-examples"
    }
  },
  "services": [
    {
      "name": "langchain-text-summary",
      "source": {
        "repo": "https://github.com/alphasecio/langchain-examples"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "langchain-search",
      "source": {
        "repo": "https://github.com/alphasecio/langchain-examples"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "langchain-search-tavily",
      "source": {
        "repo": "https://github.com/alphasecio/langchain-examples"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "langchain-doc-summary",
      "source": {
        "repo": "https://github.com/alphasecio/langchain-examples"
      },
      "needs_volume": true,
      "volume_mount_path": "/chroma_db",
      "http": true
    },
    {
      "name": "langchain-news-summary",
      "source": {
        "repo": "https://github.com/alphasecio/langchain-examples"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "langchain-url-summary",
      "source": {
        "repo": "https://github.com/alphasecio/langchain-examples"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "langchain-gemini-chat-pdf",
      "source": {
        "repo": "https://github.com/alphasecio/langchain-examples"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "langchain-text-summary",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8501"
    },
    {
      "key": "PORT",
      "service": "langchain-search",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8501"
    },
    {
      "key": "PORT",
      "service": "langchain-search-tavily",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8501"
    },
    {
      "key": "PORT",
      "service": "langchain-doc-summary",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8501"
    },
    {
      "key": "PORT",
      "service": "langchain-news-summary",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8501"
    },
    {
      "key": "PORT",
      "service": "langchain-url-summary",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8501"
    },
    {
      "key": "PORT",
      "service": "langchain-gemini-chat-pdf",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8501"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "oE8sWo"
      }
    },
    "cli": "railway deploy --template oE8sWo",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e34d16a5-34d7-438c-96cd-667802561e64",
            "serializedConfig": {
              "services": {
                "0fb75a58-fc77-4634-81d3-b5e98b616b6b": {
                  "name": "langchain-text-summary",
                  "build": {},
                  "deploy": {
                    "startCommand": "streamlit run streamlit_app.py"
                  },
                  "source": {
                    "repo": "https://github.com/alphasecio/langchain-examples",
                    "rootDirectory": "/text-summary"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "defaultValue": "8501"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                },
                "108ae171-e844-418d-ae1b-ad3ef318e590": {
                  "name": "langchain-search",
                  "build": {},
                  "deploy": {
                    "startCommand": "streamlit run streamlit_app.py"
                  },
                  "source": {
                    "repo": "https://github.com/alphasecio/langchain-examples",
                    "rootDirectory": "/search"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "defaultValue": "8501"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                },
                "1b440a01-66ea-46ee-a333-68ef6ec046c6": {
                  "name": "langchain-search-tavily",
                  "deploy": {
                    "startCommand": "streamlit run streamlit_app.py"
                  },
                  "source": {
                    "repo": "alphasecio/langchain-examples",
                    "branch": null,
                    "rootDirectory": "/search-tavily"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "8501"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                },
                "39c00302-e5a0-4117-aa5c-ee70e2053668": {
                  "name": "langchain-doc-summary",
                  "build": {},
                  "deploy": {
                    "startCommand": "streamlit run streamlit_app.py"
                  },
                  "source": {
                    "repo": "https://github.com/alphasecio/langchain-examples",
                    "rootDirectory": "/chroma-summary"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "defaultValue": "8501"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "39c00302-e5a0-4117-aa5c-ee70e2053668": {
                      "mountPath": "/chroma_db"
                    }
                  }
                },
                "a5a9483a-5ded-4f9d-9a87-04b4323c77de": {
                  "name": "langchain-news-summary",
                  "build": {},
                  "deploy": {
                    "startCommand": "streamlit run streamlit_app.py"
                  },
                  "source": {
                    "repo": "https://github.com/alphasecio/langchain-examples",
                    "rootDirectory": "/news-summary"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "defaultValue": "8501"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                },
                "c6f33b6a-673e-40aa-b0e0-7ac304af72cf": {
                  "name": "langchain-url-summary",
                  "build": {},
                  "deploy": {
                    "startCommand": "streamlit run streamlit_app.py"
                  },
                  "source": {
                    "repo": "https://github.com/alphasecio/langchain-examples",
                    "rootDirectory": "/url-summary"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "defaultValue": "8501"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                },
                "f0fa4cb7-8b88-47ea-ad9d-58dc7f3dde01": {
                  "name": "langchain-gemini-chat-pdf",
                  "deploy": {
                    "startCommand": "streamlit run streamlit_app.py"
                  },
                  "source": {
                    "repo": "alphasecio/langchain-examples",
                    "branch": null,
                    "rootDirectory": "/gemini-chat-pdf"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "8501"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 7,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T18:18:44.741Z",
  "success_rate_30d": 0.8333,
  "validation": {
    "last_run_id": "run_bff4c25bd7434850b649",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 206,
    "typical_build_seconds": 142,
    "typical_start_seconds": 10,
    "slowest_service": "langchain-news-summary"
  }
}
