Topolo Books

Public overview of Topolo Books in the Topolo application suite.

publicverified 2026-07-28booksapplication

What It Is

Topolo Books 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://books.topolo.app.

API Reference

The generated API baseline exposes authenticated workspace routes under /api/*, including a native GET /api/widget zero-state summary for TopoloOne live workspace, and validates requests through Topolo Auth.

Auth and Permissions

Signed browser and API requests use Topolo Auth through app id app_0g260hbN8oqv, supplied to the Worker as APP_ID rather than resolved through a runtime Auth slug lookup.

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 books.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://books.topolo.app.

Failure Modes

  • service registration and app routing can drift while the product is still planned
  • service slug resolution or deployment Auth-origin metadata 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 Books 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-books --json
topolo actions --service topolo-books --json
topolo actions capabilities --service topolo-books --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 Books 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/TopoloBooks origin/staging fb6edfee59b2 on 2026-07-27.

  • Reconciled this page against apps/TopoloBooks origin/staging bbf45497edcc 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/TopoloBooks commits through 2fbbd74; reviewed 307 commits since 2026-05-14, including 2fbbd74 chore(deps): roll @topolo-io/* pins to latest (fleet currency self-heal); db5e901 chore(deps): refresh @topolo-io/app-shell pins (package.json + lockfile); 8a96b1f Stop blocking startup on i18n readiness; cf943dc Adopt canonical Topolo typography.

  • Centralized runtime app identity on 2026-05-13 so Books uses provisioned app id app_0g260hbN8oqv without runtime slug lookup.

  • Added the scaffold Books GET /api/widget summary on 2026-04-26 for TopoloOne live workspace.

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

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