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
| Route | Purpose |
|---|---|
/<orgSlug>/lab | Project hub — create and open projects. |
/<orgSlug>/projects/<projectSlug> | Canonical canvas workspace for a project. |
/<orgSlug>/agents | Agent inventory (card or table view). |
/<orgSlug>/projects | Project inventory (card or table view). |
/<orgSlug>/sessions | Session list and history. |
/<orgSlug>/files | Org file browser. |
/<orgSlug>/developers | API keys, webhooks, and request log. |
/<orgSlug>/billing | Credits, subscription package, top-ups, invoices, budgets, Agent Wallet, and usage. |
/<orgSlug>/connectors | Connector catalog and saved connections. |
/<orgSlug>/schedules | Cron agent runs per workspace. |
/<orgSlug>/knowledge | Folders, versions, and search. |
/<orgSlug>/memories | Memory nodes and recall surfaces. |
/<orgSlug>/tasks | Task board and assignments. |
/<orgSlug>/datasets | Dataset inventory and imports. |
/<orgSlug>/apps | App browser and versions. |
/<orgSlug>/learning | User learning insights Ala captures (review/delete). |
/<orgSlug>/feedback | Your submitted product feedback and threads. |
/<orgSlug>/billing | Credit account overview, usage, budgets, buckets, ledger, top-ups, and subscriptions. |
/<orgSlug>/guardrails | Org guardrail policies. |
/<orgSlug>/imports | Data import jobs. |
/<orgSlug>/spaces | Shared spaces (legacy/alternate workspace surface). |
/<orgSlug>/trash | Soft-deleted projects and restore. |
/<orgSlug>/skills | Platform and custom skills. |
/<orgSlug>/domains | Registrar purchase and DNS. |
/<orgSlug>/notifications | In-app alerts (including schedule failures). |
/<orgSlug>/emails | Org email addresses and send/receive. |
/<orgSlug>/telephony | Phone numbers and voice settings. |
/<orgSlug>/contacts | Contact directory. |
/<orgSlug>/shop | Verified stores, cart, and checkout. |
/<orgSlug>/settings | Org profile, members, and security. |
/<orgSlug>/settings/workspaces | Workspace 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.