Dashboard

Dashboard Tour

The Fluxgate AI dashboard has 24 feature tabs. Here's what each one does and when to use it.

Accessing the Dashboard

Open http://localhost:3000/dashboard in your browser. The sidebar on the left shows all 24 tabs. Click any tab to switch views.

All 24 Dashboard Tabs

๐Ÿ“Š

#1Overview

Real-time platform health: active agents, total runs, costs, latency percentiles, error rates, and 24h trend charts.

๐Ÿ›

#2Governance

Create safety policies per agent: token limits, tool restrictions, human approval gates, content filters, and escalation rules.

๐Ÿค–

#3Agents

Full agent registry with creation wizard. Configure model, system prompt, tool bindings, and deploy with one click.

๐Ÿ”„

#4Lifecycle

Manage agent states (draft/testing/active/suspended). Version control configs, rollback, and A/B test between versions.

๐Ÿ•ธ

#5Multi-Agent

Coordinate multiple agents: message passing, trust policies, dependency graphs, and task delegation.

๐Ÿ”ง

#6Tool Gateway

Register external tools (REST APIs, functions). Set rate limits, safety levels, sandboxing, and monitor usage.

๐Ÿ”Œ

#7MCP Servers

Connect to Model Context Protocol servers. Discover tools from MCP endpoints and manage server connections.

๐Ÿง 

#8Memory

Persistent agent memory: session, long-term, episodic, and semantic (vector search). Search and filter entries.

๐Ÿ“‹

#9Ledger

Immutable transaction log of every LLM call, tool invocation, and cost event. Full attribution by agent and model.

โฐ

#10Scheduler

Schedule agents with cron expressions or intervals. Track run history and manage trigger states.

๐Ÿ’ฐ

#11Budget

Set spending limits (daily/monthly). Configure alert thresholds and actions (block, throttle, alert-only).

โšก

#12Event Bus

Subscribe agents to events (e.g., 'ticket_created'). Trigger automated workflows when events fire.

๐Ÿ›’

#13Marketplace

Browse, install, and publish reusable agent templates. Ratings, reviews, and one-click install.

๐Ÿ’ก

#14Cost Optimizer

Smart model routing: route low-priority requests to cheaper models. Track cumulative savings.

๐Ÿ”

#15RBAC

Role-based access control: define custom roles, assign granular permissions, and scope API keys.

๐Ÿ”Œ

#16Providers

Manage LLM providers: OpenAI, Anthropic, Google, local models. Configure API keys and track costs per provider.

๐Ÿ’ณ

#17Billing

Subscription management: view plan, track metered usage (tokens, API calls, storage), manage payments.

๐Ÿ”‘

#18Secrets

Encrypted vault for API keys and tokens. Scope secrets to agents, enable rotation, and audit access.

๐Ÿ“ˆ

#19Autoscaling

Configure auto-scaling rules: set thresholds, cooldown periods, and min/max instance counts.

๐Ÿง 

#20Intelligence

AI reasoning analytics: chain-of-thought inspection, decision patterns, and quality scoring.

๐Ÿงช

#21Simulation

Test agents in sandbox environments. Run custom scenarios and compare results safely.

๐Ÿ“š

#22Knowledge

RAG knowledge base: upload documents, auto-chunk and embed, semantic search across collections.

โœ๏ธ

#23Prompt IDE

Professional prompt editor with Monaco. Version diffs, one-click testing, syntax highlighting.

๐Ÿ”€

#24Workflows

Visual DAG builder: drag-and-drop nodes (Start, LLM, Tool, Condition, End), execute in real-time.

Getting Around

  • Sidebar โ€” Click any tab name to switch. On mobile, tap the hamburger menu (three lines) to open the sidebar.
  • Search โ€” Use the search bar at the top of each tab to filter data.
  • Create buttons โ€” Most tabs have a "Create" button in the top-right to add new items.
  • Refresh โ€” Data auto-refreshes, but you can click the refresh icon for immediate updates.
  • Dark theme โ€” The dashboard uses a dark theme by default for reduced eye strain.

Here's the recommended order to set up your platform:

  1. Providers โ€” Add your LLM API keys (OpenAI, Anthropic, etc.)
  2. Agents โ€” Create your first agent
  3. Tools โ€” Register any external tools your agent needs
  4. Budget โ€” Set spending limits to prevent runaway costs
  5. Governance โ€” Add safety policies for production agents
  6. Knowledge โ€” Upload documents for RAG if needed
  7. Lifecycle โ€” Promote your agent from draft to active

Ready to dive deeper?

Each tab has a detailed guide in the Feature Guides section. Start with the Agents guide to learn everything about agent management.