App Reference
Every page in Squadboard, every tab, every action. This section covers the entire user interface so you can find what you're looking for.
Navigation Model
Squadboard has two main layers:
Global pages (top-left navigation)
- Project Picker — Your entry point. Create projects, connect to existing
.squad/folders, or browse templates. - Now — Global live dashboard. All active sessions, runs, and workflows across every project you have.
- Inbox — Review all captured items waiting for action, regardless of project.
- Apps — Browse and install Squadboard Apps (pre-built Squad workspaces).
- Consult — Workspace for conversations at the global level.
- Diagnostics — System health checks.
- Heartbeat — View automation sweepers and scheduling across all projects.
Per-project pages (accessed from a project board)
- Dashboard — Project health snapshot. Throughput, agent stats, workflow performance.
- Board — Kanban board with 5 columns (Backlog → Ready → In Progress → In Review → Done). Real-time collaboration.
- Flow — Project-wide agent lineage and issue swimlanes.
- Inbox — Project-scoped items awaiting action.
- Agents — Team roster, routing log, team portability.
- Skills — Project skill registry. Browse, create, edit.
- Tools — External tool catalog. MCP-backed, editable.
- MCP Servers — Registry of connected MCP transports.
- Consult — Project-scoped conversation workspace.
- Costs — Month-to-date LLM spend.
- Ceremonies — Automation workflows. Create, run, review, audit.
- Templates — Import/export ceremony, team, and project templates.
- Settings — Configuration hub. 10 sections covering everything from display prefs to GitHub integration.
- Diagnostics — Project health checks.
- Heartbeat — Project-scoped automation sweepers.
Pages by Category
Getting Started
- Project Picker — Create or connect projects
- Apps — Browse and install Squad Apps
Global Dashboards
Conversation & Automation
- Consult — Chat workspace for queries and brainstorming
- Ceremonies — Workflows, automation rules, run history
Project Workspace
- Dashboard — Project health and metrics
- Board — Kanban board and card detail drawer
- Flow — Agent lineage and issue swimlanes
Team & Configuration
- Agents — Team roster and routing
- Skills — Skill registry
- Tools — Tool catalog
- MCP Servers — MCP server registry
- Templates — Import/export templates
- Settings — Project configuration
Observability
- Costs — LLM spend tracking
- Diagnostics & Heartbeat — Health checks and automation sweepers
Deep Dives
- Live Run Viewer — Real-time run monitoring
URL Reference
All routes shown below are accessible after login.
Global routes
/— Project Picker/now— Now dashboard/inbox— Global Inbox/apps— Apps browser/consult/new— New global conversation/consult/:sessionId— Continue conversation/diagnostics— Global diagnostics/heartbeat— Global heartbeat
Per-project routes (/projects/:id/...)
dashboard— Dashboardboard— Boardflow— Flow (Agents / Issues tabs)inbox— Project Inboxagents— Agents (Agents / Routing tabs)skills— Skillstools— Toolsmcp-servers— MCP Serversconsult/new— New project conversationconsult/:sessionId— Continue conversationcosts— Costsceremonies— Ceremony listceremonies/new— Create ceremonyceremonies/:id— Edit ceremonyceremonies/:id/runs— Ceremony run historyceremonies/review— Review draftsceremonies/audit— Audit trailceremonies/templates— Templates (3 tabs)settings— Settings (10 sections)diagnostics— Project diagnosticsheartbeat— Project heartbeatissues/:issueId/runs/:runId/live— Live run viewer
Tips for Navigation
Deep linking: Many pages accept URL parameters to pre-load content:
- Board:
?openIssue=ISSUE_ID&tab=OVERVIEW|RUNS|OUTPUTS|FLOW - Settings:
?section=SECTION_NAME - Templates:
?tab=ceremonies|teams|projects - CeremonyEditor:
?template=TEMPLATE_ID
Realtime features: Board, Now, and Consult update live as activity happens. Changes from other team members appear immediately.
Filtering: Most list pages (Board, Agents, Skills, etc.) support search and category/label filters. Check each page for available filter options.
Keyboard shortcuts: Card detail drawer closes with Escape. Most dialogs respond to keyboard navigation with arrow keys and Enter.