Open Agent Platform is a no-code agent building platform. These agents can be connected to a wide range of tools, RAG servers, and even other agents through an Agent Supervisor!
Loading video...
Open Agent Platform provides a modern, web-based interface for creating, managing, and interacting with LangGraph agents. It's designed with simplicity in mind, making it accessible to users without technical expertise, while still offering advanced capabilities for developers.
Agent Management: Build, configure, and interact with agents through an intuitive interface.
MCP Tools: Connect your agents to external tools through MCP servers.
Agent Supervision: Orchestrate multiple agents working together through an Agent Supervisor.
Authentication: Built-in authentication and access control.
Configurable Agents: Easily define how users can configure your agents through a rich UI.
For detailed setup instructions, guides, and API references, please visit our full documentation site.
We encourage you to explore the platform, build your own agents, and contribute to the Open Agent Platform community!
assistant
, in the LangGraph API.OAP does not require a standalone backend server to be running in order for the web app to work. As long as you've added deployments from LangGraph Platform to your instance, it should work as expected!
Yes! It requires some modifications to be made to the code, but we've implemented authentication in a way which makes it easy to swap out with any other authentication provider.
No. All agents you intend to use with OAP must be LangGraph agents, deployed on LangGraph Platform.
First, ensure you're using the latest version of LangGraph. If running locally, make sure you're using the latest version of the LangGraph API, and CLI packages. If deploying, make sure you've published a revision after 05/14/2
x_oap_ui_config
metadata set on your configurable fields. If you have, check that your configurable object is defined using LangGraph Zod (if using TypeScript), as this is required for the Open Agent Platform to recognize & render your UI fields.x_oap_ui_config
metadata has the proper fields set.