Skip to content

Operator guide

This is the how-to for operating the estate: reading and running the inventory of locations, systems, and components you are responsible for. It is a different job from administering the platform (managing who can sign in and what they can do), which is the admin guide, and from standing the platform up, which is deployment.

There are two ways to operate, and they are the same API with the same checks behind them:

  • The web console, served by the binary at /web, is the point-and-click surface these pages walk through, one task at a time.
  • The CLI is the omniglass binary as a client of a running server, for scripting and terminal work. Every command is in the CLI reference.
  • Sign in and your profile: getting in with a password or a bearer token, and managing your own display name, picture, and password.
  • Find things in your estate: the inventory pages, the chip filter, and the tree, list, and column controls.
  • Work with an entity: opening a blade, drilling into children, and creating, editing, or deleting.
  • Nodes and reachability: enrolling a collection node, adding a protocol-named interface to a component, and reading its reachability and events.
  • The sidebar is the information architecture: sections grouped into Inventory, Catalog, and Admin. A live section is full strength; a section whose backend has not landed yet is dimmed with a soon tag (still clickable, with a short note on what it will do).
  • The top bar shows the current section, a Search (⌘K) button, and the light/dark toggle.
  • Press ⌘K (or Ctrl-K) to open the command palette and jump to any section by name. Arrow keys move the selection, Enter navigates, Esc closes. This is a global jump, distinct from a page’s own filter.
  • You only see what you can use: a tab you have no read grant for is hidden, and an action you cannot perform does not render. The same permission map also guards the route, so a hidden tab is an unreachable URL: typing or bookmarking a page you cannot read redirects you to Home. The server is the authority on every request; the console only hides what it knows you cannot reach.

The data is filtered to your scope on the server: a campus-scoped operator sees only that campus’s subtree, everywhere, automatically. You do not configure this; it follows your grants. The console hides a surface you cannot read and the server refuses it regardless, so what you can see is exactly what you are allowed to act on. The model behind that is identity and access. (Surfacing your current scope in the UI is a later addition.)

How the console is built is the UI architecture; how to add to it is the design system.