Files
langgraph/docs/docs/tutorials/deployment.md
T
Lauren Hirata SinghandGitHub daf20b610b docs: General language cleanup (#4649)
- README updates based on feedback
- Auth tutorial cleanup
2025-05-12 06:11:08 +00:00

1.7 KiB

search
search
boost
2

Deployment 🚀

There are two free options for deploying LangGraph applications via the LangGraph Server:

  • Local: Deploy for local testing and development.
  • Standalone Container (Lite): A limited version of Standalone Container for deployments unlikely to see more that 1 million node executions per year and that do not need crons and other enterprise features. Standalone Container (Lite) deployment option is free with a LangSmith API key.

Other deployment options

Additionally, you can deploy to production with LangGraph Platform:

For more information, see Deployment options.