Langgraph Self Deployment Questions

I’m working with LangGraph and have completed my app. Now, I’m trying to deploy it without using any of the services listed below. This is just a prototype to demonstrate LangGraph’s capabilities, and I don’t want to send data back and forth to external services. Is this possible?

LANGSMITH_API_KEY: LangSmith API key.
LANGGRAPH_CLOUD_LICENSE_KEY: (if using Enterprise) LangGraph Platform license key. This will be used to authenticate ONCE at server start up.
LANGSMITH_ENDPOINT: To send traces to a self-hosted LangSmith instance, set LANGSMITH_ENDPOINT to the hostname of the self-hosted LangSmith instance.
Egress to https://beacon.langchain.com from your network. This is required for license verification and usage reporting if not running in air-gapped mode. See the Egress documentation for more details.