tribal ui
Opens a web-based dashboard for browsing assistants, viewing memories, and managing your knowledge base visually.
tribal ui [OPTIONS]Options
Section titled “Options”| Option | Description | Default |
|---|---|---|
--port, -p | Port for the web UI server | 7484 |
--no-browser | Don’t open a browser automatically |
Examples
Section titled “Examples”# Launch with default settingstribal ui
# Custom porttribal ui --port 8080
# Don't auto-open browsertribal ui --no-browserWhat you can do
Section titled “What you can do”The dashboard provides a visual interface for:
- Browse assistants — see all Backboard assistants in your account
- View memories — browse, search, and read all stored memories for any assistant
- Create memories — add new knowledge entries directly from the UI
- Delete memories — remove individual memories or clear all
Architecture
Section titled “Architecture”The dashboard runs a local FastAPI server that:
- Serves a React frontend on
localhost:7484 - Proxies API requests to the Backboard API (with your stored credentials)
- Opens your default browser automatically (unless
--no-browseris passed)
The server runs in the foreground — press Ctrl+C to stop it.
See also
Section titled “See also”- Dashboard UI guide — walkthrough of the dashboard features