Home / Docs / Dashboard

The Dashboard

The dashboard is a web interface for managing your agent. It provides a visual way to set up, test, monitor, and configure your service without using the command line.

Opening the dashboard

# Open the dashboard for a single workspace
cd my-agent
aaas dashboard

# Open the hub dashboard (manage all agents)
cd parent-folder
aaas dashboard

Pages

OverviewRevenue, active/completed transactions, connected platforms, memory stats, recent activity
ChatTalk to your agent as a customer or admin. Test how it handles different requests
SkillEdit your SKILL.md with a live editor
SoulEdit personality and communication style
DataBrowse, create, edit, and upload data files. Supports JSON and SQLite
TransactionsView all active and archived transactions with status filters and revenue breakdowns
ExtensionsAdd, remove, test, and manage API integrations with full auth configuration
MemorySee what the agent has learned from conversations. Delete incorrect facts
ConnectionsSee which platforms are connected and their status
DeployConnect to platforms, configure profiles, view API endpoints, start/stop the agent
SettingsConfigure LLM provider, model, and API keys

Hub mode

When you run aaas dashboard from a folder that contains multiple agent workspaces, the dashboard opens in hub mode. This gives you:

  • An agent list showing all workspaces with their status (running/stopped)
  • Quick stats per agent: data files, memory facts, active transactions
  • One-click access to open any agent's full dashboard
  • The ability to create new workspaces directly from the hub
  • Shared LLM settings that get exported to new agents

Chat modes

The Chat page has two modes:

  • User mode: Talk to the agent as a regular customer would. Useful for testing the user experience end to end.
  • Admin mode: Talk to the agent with elevated permissions. The agent can run SQL queries, modify data directly, and access internal tools. Useful for setup and debugging.