LangChain’s No-Code Agent Platform Is Already Legacy
A no-code web UI for wiring LangGraph agents, RAG servers, and MCP tools together, now discontinued in favor of LangSmith.

What it does
Open Agent Platform was a web-based interface for creating, managing, and interacting with LangGraph agents. It let users without technical expertise assemble agents from existing LangGraph Platform deployments, connect them to external tools via MCP servers, and plug in RAG backends through LangConnect. An Agent Supervisor could orchestrate multiple agents working in tandem.
The interesting bit
The platform ran without a dedicated backend server—as long as you pointed it at existing LangGraph Platform deployments, the frontend handled the rest. The only exception was RAG, which required a separate LangConnect server running independently.
Key highlights
- First-class RAG support via LangConnect, though the RAG server had to be hosted on its own.
- MCP tool integration for connecting agents to external services.
- Built-in authentication with Supabase, designed to be swappable for other providers with code changes.
- Agent Supervisor for orchestrating multi-agent workflows.
- Rich agent configuration UI rendered from
x_oap_ui_configmetadata and LangGraph Zod schemas.
Caveats
- The repository is officially deprecated; LangChain recommends using the managed Agent Builder inside LangSmith instead.
- It only works with LangGraph agents deployed on LangGraph Platform—no support for other frameworks.
- Custom UI fields require specific metadata and up-to-date LangGraph packages; the FAQ includes a troubleshooting flow for when configuration rendering fails.
Verdict
Worth a look if you are self-hosting LangGraph deployments and want a reference no-code frontend, but anyone starting fresh should use LangSmith’s Agent Builder or look elsewhere. If you need framework-agnostic agent orchestration, this was never the right tool.
Frequently asked
- What is langchain-ai/open-agent-platform?
- A no-code web UI for wiring LangGraph agents, RAG servers, and MCP tools together, now discontinued in favor of LangSmith.
- Is open-agent-platform open source?
- Yes — langchain-ai/open-agent-platform is open source, released under the MIT license.
- What language is open-agent-platform written in?
- langchain-ai/open-agent-platform is primarily written in TypeScript.
- How popular is open-agent-platform?
- langchain-ai/open-agent-platform has 1.9k stars on GitHub.
- Where can I find open-agent-platform?
- langchain-ai/open-agent-platform is on GitHub at https://github.com/langchain-ai/open-agent-platform.