From e6fe1a5d682978760ad04641c1ff027cc7ae89dc 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 e004a201b..ce825491e 100644 --- a/libs/cli/langgraph_cli/cli.py +++ b/libs/cli/langgraph_cli/cli.py @@ -630,7 +630,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)