mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-09 21:38:47 -05:00
[GH-ISSUE #24110] feat: External API sidebar tabs — Aegis security data and architecture graph integration #58857
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @githb-ac on GitHub (Apr 24, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24110
Check Existing Issues
Verify Feature Scope
Problem Description
Users running Open WebUI alongside external tools such as security gateways and
architecture visualisation services have no way to surface live data from those
tools inside the Open WebUI interface. Currently there is no mechanism to add
custom sidebar tabs that connect to external APIs and display their data inline.
Users must switch between multiple browser tabs or dashboards to monitor their
full stack, which breaks workflow continuity.
Desired Solution you'd like
Add support for configurable external API sidebar tabs in Open WebUI. As a
reference implementation, two tabs are proposed:
Tab 1 — Security / Audit Data tab:
Tab 2 — App Architecture tab:
Both tabs should be:
Alternatives Considered
Currently the only alternative is opening each external tool in a separate browser
tab. This requires context switching away from the Open WebUI chat interface.
There is no iframe or plugin system in Open WebUI today that allows embedding
external tool data natively.
Additional Context
A working visual prototype of both tabs is attached to this issue, showing exactly
how the Aegis security data tab and App Data architecture tab should appear within
the sidebar layout.
Reference repositories:
Attached dasboard
owui-aegis-app-data.html
@Classic298 commented on GitHub (Apr 25, 2026):
Out of scope for issues section
Use actions or tools for this