Console Dashboard
The Dashboard is the home page after logging into the console. It aggregates system health, subscription information, key metrics, recent tasks, and quick actions, helping you quickly understand the current operational status of your team.
Access Path
- Console → Sidebar Dashboard
- Or navigate directly to
/dashboard
Page Layout
The page is divided into top status cards and a two-column content area below:
- Top: 4 status overview cards
- Left (Main Content): Task key metrics → Recent tasks → Real-time activity feed
- Right (Auxiliary): Resource monitoring → Quick actions → My applications
Status Overview Cards
The top of the page displays 4 cards in a row, varying slightly based on deployment mode:
| Card | Description | Visibility |
|---|---|---|
| System Health | Displays task success rate percentage with a "Running Stable" label | All |
| Subscription Plan | Shows current subscription plan name (Free / Personal / Professional / Team / Enterprise / Self-hosted) and team type (Personal Team / Collaborative Team) | All |
| Token Balance | Displays Token balance along with today's/this month's usage | SaaS mode only |
| Enterprise Privileges | Displays ∞ unlimited usage | Self-hosted mode only |
| Active Status | Shows the number of currently active agents and tasks | All |
In SaaS mode, the Token Balance card and related billing information are displayed. In self-hosted mode, the Enterprise Privileges card is shown instead, without any Token-related content.
Task Key Metrics
Displays 4 key metrics:
| Metric | Description |
|---|---|
| Total Tasks | Total number of tasks across the team |
| Active Tasks | Number of currently running tasks |
| Success Rate | Task execution success percentage |
| Avg. Duration | Average task execution time |
Recent Tasks
Shows a list of recently created or executed tasks, including task name, type icon, owner avatar, and action buttons (Run/Configure).
When there are no tasks, an empty state guide is displayed: "Start your automation journey," along with an entry point to create your first task.
Real-time Activity Feed
Switch between two tabs to view different types of activities:
| Tab | Description |
|---|---|
| Task Executions | Shows task execution records, including success/failure status, duration, etc. |
| Agent Conversations | Shows agent invocation records, including success/failure status, duration, etc. |
When there are no records, the respective prompts are displayed: "Once you start executing tasks, records will appear here" or "Once you use agents for conversations, records will appear here."
Resource Monitoring
The right panel displays 3 resource monitoring metrics as progress bars:
| Metric | Description | Visibility |
|---|---|---|
| Token Usage | Token usage ratio | SaaS mode only |
| Task Success Rate | Task execution success rate percentage | All |
| Avg. Response | Average response time, with a rating label such as "Excellent" | All |
Quick Actions
Provides 5 quick-access shortcuts to common operations:
| Action | Target |
|---|---|
| Create New Task | /tasks?create=true |
| Manage Agents | /agents |
| Manage Datasets | /data |
| View All Tasks | /tasks |
| Team Management | /team |
My Applications
Displays the application list for the current team (chat apps, workbench, etc.), showing each application's name and running status (Running / Development / Maintenance).
A "View All Applications" link is provided at the bottom to navigate to the application management page.