User-friendly web interface designed for end users
The BeeAI web interface is a minimalist GUI built for simplicity and ease of use. It’s designed with end users in mind - especially teams and business users who want to run AI agents without touching the command line or diving into technical details.
The web interface only shows agents with proper user interfaces. Agents without UIs are hidden from the GUI but remain available through the command line.Why? This keeps the interface clean for business users while developers can still access everything via CLI during development.
Q: Why don’t I see all the agents from beeai list?
A: The web interface only shows agents designed for end users. Developers can access all agents via CLI.Q: How do I add an agent to the web interface?
A: Agents need UI metadata to appear. See the Build Agents guide for developers.