Skip to content

Search docs

Find pages, headings, and concepts. Press ⌘K or Ctrl+K to toggle.

App surface

The dashboard, admin area, canvas, and operational views users work from.

Alumia has three primary product surfaces: the public site, the authenticated organization dashboard, and the admin operations area.

Organization dashboard

The dashboard is where teams manage agents, projects, workspaces, files, knowledge, memories, datasets, tasks, skills, connectors, domains, contacts, billing, API keys, developer settings, and the in-app shop.

Projects and Agents list pages support card and table views. Table view adds sortable columns and pagination for large org inventories; card/kanban layouts stay the default for day-to-day browsing. Other list surfaces (tasks, schedules, knowledge, and more) use the shared list controls bar for search, sort, and filters.

Core routes

RoutePurpose
/<orgSlug>/labProject hub — create and open projects.
/<orgSlug>/projects/<projectSlug>Canonical canvas workspace for a project.
/<orgSlug>/agentsAgent inventory (card or table view).
/<orgSlug>/projectsProject inventory (card or table view).
/<orgSlug>/sessionsSession list and history.
/<orgSlug>/filesOrg file browser.
/<orgSlug>/developersAPI keys, webhooks, and request log.
/<orgSlug>/billingCredits, subscription package, top-ups, invoices, budgets, Agent Wallet, and usage.
/<orgSlug>/connectorsConnector catalog and saved connections.
/<orgSlug>/schedulesCron agent runs per workspace.
/<orgSlug>/knowledgeFolders, versions, and search.
/<orgSlug>/memoriesMemory nodes and recall surfaces.
/<orgSlug>/tasksTask board and assignments.
/<orgSlug>/datasetsDataset inventory and imports.
/<orgSlug>/appsApp browser and versions.
/<orgSlug>/learningUser learning insights Ala captures (review/delete).
/<orgSlug>/feedbackYour submitted product feedback and threads.
/<orgSlug>/billingCredit account overview, usage, budgets, buckets, ledger, top-ups, and subscriptions.
/<orgSlug>/guardrailsOrg guardrail policies.
/<orgSlug>/importsData import jobs.
/<orgSlug>/spacesShared spaces (legacy/alternate workspace surface).
/<orgSlug>/trashSoft-deleted projects and restore.
/<orgSlug>/skillsPlatform and custom skills.
/<orgSlug>/domainsRegistrar purchase and DNS.
/<orgSlug>/notificationsIn-app alerts (including schedule failures).
/<orgSlug>/emailsOrg email addresses and send/receive.
/<orgSlug>/telephonyPhone numbers and voice settings.
/<orgSlug>/contactsContact directory.
/<orgSlug>/shopVerified stores, cart, and checkout.
/<orgSlug>/settingsOrg profile, members, and security.
/<orgSlug>/settings/workspacesWorkspace membership and switching.
/<orgSlug>/infrastructure/*Sandboxes, org MCP servers, secrets, and authenticator.

Failed assistant runs are retried through GET/POST /api/v1/recovery* or alumia recovery — there is no /<orgSlug>/recovery dashboard page.

Canvas workspace

The canvas is the day-to-day build surface at /<orgSlug>/projects/<projectSlug>. It shows peer agents, live sessions, blocks, files, and activity as work happens.

Admin operations

The admin area is for platform operators. It covers users, organizations, agents, projects, billing, API keys, audit logs, connectors, sandboxes, email logs, promotions, health checks, skills, wallet monitoring, feedback triage, and LLM route operations.

Enterprise marketing

The public /enterprise page collects demo requests through POST /api/v1/enterprise-inquiry (rate-limited, honeypot-protected). Dedicated enterprise tenant hosts (https://<org>.enterprise.alumia.com) and deployment targets are operator-managed — see the Enterprise guide.

Product operations

The commerce and support surfaces are also operationally important:

  • Shop (/<orgSlug>/shop) — verified stores, products, cart, checkout, and order tracking.
  • Feedback — submit from the dashboard top bar or review threads at /<orgSlug>/feedback; operators triage at /admin/feedback.