Skip to content
API Blog

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.

  1. Open the Lobu Admin Console at app.lobu.ai (or http://localhost:8787 for local development).
  2. Go to Agents and select your agent.
  3. Click on the Chat tab to start interacting with your agent immediately.
  • 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.

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.