Web App
Lobu’s built-in Web App platform provides a native, feature-rich chat interface directly inside the Lobu console.
Every Lobu agent automatically gets a native web chat console, ready without bot setup, webhooks, or extra tokens.
- Open the Lobu Admin Console at app.lobu.ai (or
http://localhost:8787for local development). - Go to Agents and select your agent.
- Click on the Chat tab to start interacting with your agent immediately.
Features
Section titled “Features”- Native Chat Console: A clean, responsive interface for real-time conversation with your agents.
- Interactive UI Cards: Render rich visual elements, tables, and buttons directly in the chat stream.
- Human-in-the-Loop Approvals: Approve or deny sensitive actions and tool calls with interactive buttons.
- Durable Event Log: Every message, tool execution, and memory update is recorded in a single, auditable event thread.
- Zero Latency: Direct WebSockets/SSE communication between the browser console and the agent runner.
Integrating into Your Frontend
Section titled “Integrating into Your Frontend”To embed the Lobu chat console or interact with it from your own frontend, you can use the @lobu/client SDK or standard REST API endpoints. See the Client SDK and REST API guides for details.