Topolo Insights

Public overview of Topolo Insights in the Topolo application suite.

publicverified 2026-07-28insightsapplication

What It Is

Topolo Insights is part of the Topolo business application suite.

Architecture

The application uses the shared Topolo shell and Topolo Auth boundary from the outset.

Workspace Management

The shared Topolo workspace control reads and manages app-scoped workspace identity through Topolo Auth: authenticated users can list, create, rename, choose a default, and delete an eligible workspace. Workspace IDs and slugs remain stable and exactly one default is explicit. The selected platform workspace scopes this application's app-owned records; the app retains only domain-specific deletion guards for default or non-empty workspaces.

Runtime Surfaces

The scaffold baseline is live at https://insights.topolo.app. Development and staging mirrors run at https://insights.topolo.dev and https://insights.stg.topolo.us.

API Reference

The generated API baseline exposes authenticated workspace routes under /api/* and validates requests through Topolo Auth.

Auth and Permissions

Signed browser and API requests use Topolo Auth through app id app_DgbBMwWSIhmC.

Data Ownership

The generated baseline has no durable domain data yet. Future data must be organization-scoped at the backend boundary.

Mobile Experience

The checked-in mobile experience contract is approved in native_capability mode. Its fallback route is /dashboard/workspace, its offline policy is read_through_cache, and it requires organization context.

Published permissions: workspace:read.

  • /dashboard/workspace uses /api/widget with the record.detail template and insights.workspace.summary data source.

The native clients consume this manifest as an explicit rendering contract. A web mode record intentionally opens the product web experience; native_capability publishes the listed native routes and actions. Do not infer unlisted native behavior.

Deployments

The scaffold baseline is live at https://insights.topolo.app, with development and staging mirrors at https://insights.topolo.dev and https://insights.stg.topolo.us.

Failure Modes

  • service registration and app routing can drift while the product is still planned
  • organization-scoped data models are not implemented until domain work begins

Debugging

  • use the matching internal handbook for operational details
  • verify the system registry entry before deployment or service-registration changes

Use It

Open Topolo Insights for the human product surface. The system handbook records its current hosts, ownership, Auth scopes, storage, deployment, failure modes, and machine artifact.

Discover the credential-scoped automation surface before making an API call:

topolo services --query topolo-insights --json
topolo actions --service topolo-insights --json
topolo actions capabilities --service topolo-insights --json

Choose an action, inspect it with topolo actions get <action-id> --json, then validate and plan a published example. The Agent Actions reference exposes the same public schemas, effects, examples, verification, and recovery guidance.

Example workflow:

  1. Confirm the active identity and organization with topolo whoami --json.
  2. Discover Topolo Insights and select one published action rather than guessing a route.
  3. Inspect its input/output schemas and published example.
  4. Validate and plan the exact payload; obtain confirmation for a mutation.
  5. Execute and perform every published verification step.

Change Log / Verification

  • Reconciled the 2026-07-28 fleet audit closure against the source-pinned action, route, workspace, package, and test evidence; no unrepresented human-facing capability was found.

  • Verified the native_capability mobile experience contract and its 1 published route(s) against apps/TopoloInsights origin/staging 4e0112a53082 on 2026-07-27.

  • Reconciled this page against apps/TopoloInsights origin/staging 0889a9660a89 on 2026-07-24 after reviewing every docs-relevant commit since its previous verification watermark. Dependency-only currency commits were checked by the fleet production-dependency gate and did not change this page's product contract.

  • Reconciled workspace verification on 2026-06-28 against apps/TopoloInsights commits through 8bd9894; reviewed 12 commits since 2026-06-26, including 8bd9894 chore(deps): roll @topolo-io/* pins to latest (fleet currency self-heal); f7b5ee0 chore(deps): refresh @topolo-io/app-shell pins (package.json + lockfile); b54cb65 Stop blocking startup on i18n readiness; c65a8d8 Adopt canonical Topolo typography.

  • Deployed Worker/static-assets baseline to https://insights.topolo.app on 2026-04-23.

  • Scaffold generated on 2026-04-23 from topolo apps scaffold.