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.

C
Coding
online
List open PRs in lobu-ai/lobu12:01
Can't reach github.com, not in the agent's allowed domains. Grant access?12:01
Allow for 1 hour12:01
Added github.com to allowed domains. 3 open PRs in lobu-ai/lobu: • #214 Fix worker memory leak • #219 Telegram adapter retries • #223 Add Bedrock provider12:01
O
Ops Assistant
online
Summarize my active Linear sprint12:01
I need the `linear` skill to query Linear. It bundles the Linear MCP and handles OAuth via Lobu.12:01
Go ahead12:01
Installed and connected. Sprint "Week 15" (68% done): • 11 merged, 3 in review, 2 todo • Blocked: AUTH-234 (design) • At risk: API-89 (due tomorrow)12:01
A
Assistant
online
Switch to Claude Sonnet12:01
You can change the model from your settings, opens a scoped page with your current agent config.12:01
Done, set to claude-sonnet-4-612:01
Now running on claude-sonnet-4-6 via OpenRouter. Next messages will use the new model.12:01

Every Lobu agent automatically gets a native web chat console. There is no external bot setup, webhook, or token configuration required.

  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/sdk client or standard REST API endpoints. See the Client SDK and REST API guides for details.