public active Last verified 2026-03-29

TopoloOne

Public overview of the operator-facing dashboard and its role in platform administration.

What It Is

TopoloOne is the unified operational dashboard for managing services, API keys, and platform-level workflows across Topolo applications.

Architecture

TopoloOne is split between the dashboard web application and the routing worker that serves the production hostname and worker-backed APIs.

Runtime Surfaces

The primary operator surface is https://one.topolo.app, with runtime routes and assets documented in the generated handbook and API pages.

API Reference

Use the per-app API page at /reference/apps/topolo-one for the current client contract and Auth-backed request paths.

Auth and Permissions

TopoloOne does not own service scope definitions or bindable resource catalogs. It reads both from Topolo Auth and submits key-management changes back to Auth.

Data Ownership

The dashboard owns its delivery and UI state, but the canonical API key scope and bindable-resource catalogs remain in Auth.

Deployments

TopoloOne deploys as a dashboard web surface plus a worker-backed delivery/routing layer.

Failure Modes

  • stale or incorrect hostname/bundle serving the dashboard
  • UI pointing at the wrong Auth route
  • selected service IDs not matching the Auth registry

Debugging

Start with /systems/topolo-one for the generated handbook and /reference/apps/topolo-one for the contract surface.

Change Log / Verification

  • Verified against the current TopoloOne API key flow on 2026-03-29