Skip to main content
AKOS

Using the App

A screen-by-screen guide to the AKOS web and desktop application.

View canonical source

AKOS is available as a web application (multi-tenant SaaS, runs in any modern browser) and as a desktop application (self-hosted, runs on your own machine or private cloud). Both surfaces share the same UI — this guide applies to both unless noted.

App layout

The app is organised around a left-hand navigation rail that groups every screen into sections. Within each screen, a secondary section rail (left sidebar or top tabs depending on screen width) lets you switch between sub-sections without leaving the page.

Every screen has a consistent header: a kicker label, a title, an optional subtitle with live counts, and an actions bar on the right. Content appears in the main area below.

Nav groups match packages/os-desktop/src/app-nav.ts (NAV_GROUPS / NAV_ITEMS):

SectionSidebar screensNotes
HomeHome (Assistant), DashboardAssistant-first onboarding lives on Home
BuildAgents, Workflows, Processes, AutomationsTopologies reachable from Agents
RunActivity, Inbox, ResultsActivity replaces separate Runs/Traces/Observability nav items
WorkspaceGeneral, Integrations, Knowledge, MarketplaceConfig via top-bar settings; plugins via Marketplace › Installed
GovernanceCost, Security, Quality checks, ComplianceFormer "Operations" spend/risk surfaces
SettingsAccess, Teams, Brand & licensingAudit and break-glass live under Access

Route-only screens (deep-linkable, not in the sidebar): config, plugins, bundles, topologies, tools, sandbox, coding, templates, oem, flow-editor. See Route-only screens for the full reachability table.

Web vs desktop

WebDesktop
AuthenticationSSO / email sign-inWorkspace config file
WorkspaceCloud-managedLocal or private server
LLM tokensStored in the cloud vaultStored on the local machine
Multi-workspaceYes — switch in the top barYes — open multiple workspace files

Workspaces

A workspace is the top-level unit of isolation. Every agent, flow, trigger, secret, and audit entry belongs to exactly one workspace. On the web, you are invited to a workspace by an admin. On the desktop, you open or create a workspace file.

The current workspace name is shown in the top bar. To switch workspaces, use the workspace switcher in the top bar.

Command palette

Press Cmd K (Mac) or Ctrl K (Windows / Linux) from any screen to open the command palette. You can jump to any screen or trigger any registered action without using the navigation. Screen keywords from the nav config (for example copilot, processes, activity) are searchable even when the sidebar label differs.

Feature guides (not sidebar screens)

These guides cover cross-cutting setup flows that do not map 1:1 to a sidebar item:

GuideWhen to read
Integration setupOAuth, app installs, and connection credentials
Public automation APIExternal webhooks and API keys that dispatch workflows
Model catalogChoosing models in agent and flow forms
KnowledgeIndexing docs for the in-app assistant

Documentation map

AudienceStart here
End users (this section)Screen guides linked above
Core vocabularyConcepts
Run path (trigger → audit)Run lifecycle
Operators / CLICLI command reference
Contributors & IDE agentsInternal agent guides and the docs query CLI (see repository CONTRIBUTING.md)

On this page