Replies: 1 comment
-
In the works! RIght now the SDK connects to a single deployment. Once the v2 control plane is fully GA this will let us add entrypoints to your full org |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As of late June 2025, I don't see any built-in way that the LangGraph Platform API enables building a client application that:
I work for an organization on LangSmith Enterprise and have written a utility for our team that these things in a clunky way, and our solution for numbers one, four and five involve hardcoding a bunch of URLs that need to be updated. It would be much better if we were able to more dynamically retrieve available details of cloud deployments.
Our particular use case is that our staff teams need to be able to integrate our own system with deployed AI langgraph applications, and the API endpoints that we need to build this aren't really there.
There are open design questions here; for example, should applications and environments be a part of langsmith SDK and not langgraph SDK? It does seem like the langgraph SDK should be able to access applications and environments when they are part of the langgraph platform.
Beta Was this translation helpful? Give feedback.
All reactions