From edd06a6f1e594fe502b4ce03db1b27935d98b086 Mon Sep 17 00:00:00 2001 From: David Asamu Date: Thu, 26 Feb 2026 23:20:34 +0000 Subject: [PATCH] update default host backend url --- libs/cli/langgraph_cli/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cli/langgraph_cli/cli.py b/libs/cli/langgraph_cli/cli.py index 590125c38..b6f5ed5d0 100644 --- a/libs/cli/langgraph_cli/cli.py +++ b/libs/cli/langgraph_cli/cli.py @@ -642,7 +642,7 @@ def build( @click.option( "--host-url", envvar="LANGGRAPH_HOST_URL", - default="https://api.smith.langchain.com", + default="https://api.host.langchain.com", hidden=True, ) @click.option("--image-name", hidden=True)