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.
Recommended Setup Flow
Here's the recommended order to set up your platform:
- Providers โ Add your LLM API keys (OpenAI, Anthropic, etc.)
- Agents โ Create your first agent
- Tools โ Register any external tools your agent needs
- Budget โ Set spending limits to prevent runaway costs
- Governance โ Add safety policies for production agents
- Knowledge โ Upload documents for RAG if needed
- 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.