Custom LangChain and LangGraph apps
BotChap connects your website chat widget to any LangChain or LangGraph-powered HTTP endpoint. Configure the input field name, output field name, and optional API key, BotChap handles the proxy and keeps your credentials on the server.
Use this integration when your team has built a custom chat backend with LangChain or LangGraph and needs a polished, branded website widget without rebuilding the frontend.
BotChap sends a POST to your LangChain URL with your configured input key:
{
"<your input key>": "<visitor message>"
}
Example with default keys:
{ "input": "Can BotChap qualify leads on a website?" }POST https://your-langchain-app.com/chat
Authorization: Bearer <your-api-key>
Content-Type: application/json
{
"input": "Can BotChap qualify leads on a website?"
}{
"output": "Yes. BotChap can capture intent, ask qualifying questions, and route lead data to your backend."
}Create a free widget, configure the integration, and embed it on your site in minutes.