{
  "build_target": "public",
  "generated_at": "2026-04-28T23:58:29.101Z",
  "site_url": "https://docs.topolo.app",
  "pages": [
    {
      "id": "reference/api/topolo-auth",
      "path": "/reference/api/topolo-auth",
      "title": "Topolo Auth API",
      "summary": "Curated reference overlay for the Topolo Auth service where platform semantics matter more than raw route listing.",
      "audience": "public",
      "owners": [
        "identity-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-23",
      "source_repos": [
        "PlatformApplications/TopoloAuth",
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "topolo-auth"
      ],
      "tags": [
        "auth",
        "reference",
        "api"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Important route families",
        "Why this page exists",
        "Operational contract"
      ],
      "canonical_url": "https://docs.topolo.app/reference/api/topolo-auth"
    },
    {
      "id": "platform/api-keys",
      "path": "/platform/api-keys",
      "title": "API Keys",
      "summary": "Central API key model, scope ownership, and resource binding behavior across Topolo services.",
      "audience": "public",
      "owners": [
        "identity-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-07",
      "source_repos": [
        "PlatformApplications/TopoloAuth",
        "PlatformApplications/TopoloOne",
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "topolo-platform",
        "topolo-auth",
        "topolo-one"
      ],
      "tags": [
        "api-keys",
        "security",
        "platform"
      ],
      "aliases": [],
      "related_docs": [
        "/guides/authentication",
        "/applications/one"
      ],
      "headings": [
        "Ownership",
        "Key model",
        "Resource bindings",
        "Current consumer flow",
        "Operational note"
      ],
      "canonical_url": "https://docs.topolo.app/platform/api-keys"
    },
    {
      "id": "platform/architecture",
      "path": "/platform/architecture",
      "title": "Platform Architecture",
      "summary": "Top-level platform shape, authority boundaries, and how the unified documentation platform maps onto the codebase.",
      "audience": "public",
      "owners": [
        "platform"
      ],
      "status": "active",
      "last_verified": "2026-04-10",
      "source_repos": [
        "PlatformApplications/TopoloDocs",
        "PlatformApplications/TopoloAuth",
        "PlatformApplications/TopoloOne"
      ],
      "system_ids": [
        "topolo-platform",
        "topolo-auth",
        "topolo-one"
      ],
      "tags": [
        "architecture",
        "platform",
        "systems"
      ],
      "aliases": [],
      "related_docs": [
        "/platform/api-keys",
        "/reference/service-registry"
      ],
      "headings": [
        "Authority boundaries",
        "Shared platform surfaces",
        "Documentation model",
        "Priority systems"
      ],
      "canonical_url": "https://docs.topolo.app/platform/architecture"
    },
    {
      "id": "guides/authentication",
      "path": "/guides/authentication",
      "title": "Authentication",
      "summary": "How authentication and authorization flow through Topolo Auth and downstream services.",
      "audience": "public",
      "owners": [
        "identity-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-21",
      "source_repos": [
        "PlatformApplications/TopoloAuth",
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "topolo-auth",
        "topolo-platform"
      ],
      "tags": [
        "auth",
        "identity",
        "authorization"
      ],
      "aliases": [],
      "related_docs": [
        "/applications/auth",
        "/reference/api/topolo-auth"
      ],
      "headings": [
        "Core model",
        "Session and access flow",
        "Admin-sensitive behavior",
        "Where to debug",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/guides/authentication"
    },
    {
      "id": "guides/introduction",
      "path": "/guides/introduction",
      "title": "Introduction",
      "summary": "Overview of the Topolo documentation platform, what is considered canonical, and where to start.",
      "audience": "public",
      "owners": [
        "platform"
      ],
      "status": "active",
      "last_verified": "2026-04-07",
      "source_repos": [
        "PlatformApplications/TopoloDocs",
        "PlatformApplications/TopoloAuth",
        "PlatformApplications/TopoloOne"
      ],
      "system_ids": [
        "topolo-platform"
      ],
      "tags": [
        "platform",
        "onboarding",
        "canonical"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "What this site is",
        "What is public versus internal",
        "Where to start",
        "Canonical rules"
      ],
      "canonical_url": "https://docs.topolo.app/guides/introduction"
    },
    {
      "id": "guides/quick-start",
      "path": "/guides/quick-start",
      "title": "Quick Start",
      "summary": "Fast onboarding path for developers integrating with Topolo services.",
      "audience": "public",
      "owners": [
        "platform"
      ],
      "status": "active",
      "last_verified": "2026-04-07",
      "source_repos": [
        "PlatformApplications/TopoloDocs",
        "PlatformApplications/TopoloAuth",
        "PlatformApplications/TopoloOne"
      ],
      "system_ids": [
        "topolo-platform",
        "topolo-auth",
        "topolo-one"
      ],
      "tags": [
        "onboarding",
        "auth",
        "api-keys"
      ],
      "aliases": [],
      "related_docs": [
        "/guides/authentication",
        "/platform/api-keys"
      ],
      "headings": [
        "1. Identify the target service",
        "2. Authenticate against Topolo Auth",
        "3. Request the minimum API key scopes",
        "4. Validate the API contract",
        "5. Keep docs and implementation together"
      ],
      "canonical_url": "https://docs.topolo.app/guides/quick-start"
    },
    {
      "id": "guides/third-party-auth-integration",
      "path": "/guides/third-party-auth-integration",
      "title": "Third-Party Auth Integration",
      "summary": "Canonical guide for external developers integrating with Topolo Auth without relying on first-party repo docs.",
      "audience": "public",
      "owners": [
        "identity-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-23",
      "source_repos": [
        "PlatformApplications/TopoloDocs",
        "PlatformApplications/TopoloAuth"
      ],
      "system_ids": [
        "topolo-auth",
        "topolo-platform"
      ],
      "tags": [
        "auth",
        "integration",
        "third-party"
      ],
      "aliases": [],
      "related_docs": [
        "/guides/authentication",
        "/applications/auth",
        "/platform/api-keys"
      ],
      "headings": [
        "What It Is",
        "Integration Model",
        "Account And Access Model",
        "Core Flows",
        "Canonical Rule",
        "Next Steps",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/guides/third-party-auth-integration"
    },
    {
      "id": "applications/admin",
      "path": "/applications/admin",
      "title": "Topolo Admin",
      "summary": "Public overview of the administrative interface used for org, user, service, and audit management across the Topolo platform.",
      "audience": "public",
      "owners": [
        "platform-admin"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloAdmin",
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "topolo-admin",
        "topolo-auth"
      ],
      "tags": [
        "admin",
        "auth",
        "organizations"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-admin",
        "/internal/apps/admin",
        "/applications/auth"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/admin"
    },
    {
      "id": "applications/agent",
      "path": "/applications/agent",
      "title": "Topolo Agent",
      "summary": "Public overview of the Cloudflare-first agent and automation platform in the Topolo portfolio.",
      "audience": "public",
      "owners": [
        "ai-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloAgent",
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "topolo-agent",
        "topolo-auth"
      ],
      "tags": [
        "agents",
        "automation",
        "workflows"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-agent",
        "/internal/apps/agent",
        "/applications/auth"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/agent"
    },
    {
      "id": "applications/auth",
      "path": "/applications/auth",
      "title": "Topolo Auth",
      "summary": "Public overview of identity, service registration, API keys, and permission ownership across the platform.",
      "audience": "public",
      "owners": [
        "identity-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloAuth"
      ],
      "system_ids": [
        "topolo-auth",
        "topolo-platform"
      ],
      "tags": [
        "identity",
        "auth",
        "api-keys"
      ],
      "aliases": [],
      "related_docs": [
        "/guides/authentication",
        "/platform/api-keys",
        "/systems/topolo-auth",
        "/reference/api/topolo-auth"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/auth"
    },
    {
      "id": "applications/books",
      "path": "/applications/books",
      "title": "Topolo Books",
      "summary": "Public overview of Topolo Books in the Topolo application suite.",
      "audience": "public",
      "owners": [
        "platform-engineering"
      ],
      "status": "draft",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloBooks"
      ],
      "system_ids": [
        "topolo-books",
        "topolo-auth"
      ],
      "tags": [
        "books",
        "application"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-books",
        "/internal/apps/books"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/books"
    },
    {
      "id": "applications/bugfix",
      "path": "/applications/bugfix",
      "title": "Topolo BugFix",
      "summary": "Public overview of BugFix, including AI-assisted bug analysis, fix generation, and Nexus-backed provider usage.",
      "audience": "public",
      "owners": [
        "ai-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloBugFix",
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "topolo-bugfix",
        "topolo-auth",
        "topolo-nexus"
      ],
      "tags": [
        "bugs",
        "ai",
        "automation",
        "github"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-bugfix",
        "/internal/apps/bugfix",
        "/applications/nexus"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Surface",
        "API Reference",
        "AI Generation",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/bugfix"
    },
    {
      "id": "applications/bytes",
      "path": "/applications/bytes",
      "title": "Topolo Bytes",
      "summary": "Public overview of the media-management and sharing surface built around Cloudflare edge storage and media tooling.",
      "audience": "public",
      "owners": [
        "media-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloBytes",
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "topolo-bytes",
        "topolo-auth"
      ],
      "tags": [
        "media",
        "assets",
        "sharing"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-bytes",
        "/internal/apps/bytes"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/bytes"
    },
    {
      "id": "applications/calendar",
      "path": "/applications/calendar",
      "title": "Topolo Calendar",
      "summary": "Public overview of the scheduling and booking application — shareable event types, embeddable widgets, and cross-app event feeds.",
      "audience": "public",
      "owners": [
        "platform-experience"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloCalendar",
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "topolo-calendar",
        "topolo-auth",
        "topolo-chat"
      ],
      "tags": [
        "calendar",
        "scheduling",
        "bookings",
        "embed"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-calendar",
        "/internal/apps/calendar"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Embedding on External Sites",
        "Cross-App Event Feed",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/calendar"
    },
    {
      "id": "applications/catalog",
      "path": "/applications/catalog",
      "title": "Application Catalog",
      "summary": "Platform-wide inventory of the Topolo application portfolio and where each product currently stands in docs coverage.",
      "audience": "public",
      "owners": [
        "platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloDocs",
        "Applications"
      ],
      "system_ids": [
        "topolo-platform"
      ],
      "tags": [
        "applications",
        "inventory",
        "platform"
      ],
      "aliases": [],
      "related_docs": [
        "/reference/service-registry",
        "/reference/api-coverage"
      ],
      "headings": [
        "Why this page exists",
        "Portfolio shape",
        "Documentation coverage",
        "Current source-of-truth rule"
      ],
      "canonical_url": "https://docs.topolo.app/applications/catalog"
    },
    {
      "id": "applications/chat",
      "path": "/applications/chat",
      "title": "Topolo Chat",
      "summary": "Public overview of the collaboration surface for channels, direct messages, meetings, guests, and remote-assist workflows.",
      "audience": "public",
      "owners": [
        "collaboration"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloChat",
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "topolo-chat",
        "topolo-auth"
      ],
      "tags": [
        "chat",
        "meetings",
        "collaboration"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-chat",
        "/internal/apps/chat"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/chat"
    },
    {
      "id": "applications/commerce",
      "path": "/applications/commerce",
      "title": "TopoloCommerce",
      "summary": "Public overview of the multi-vertical commerce platform for venue operations, guest runtimes, and staff execution.",
      "audience": "public",
      "owners": [
        "commerce"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloCommerce"
      ],
      "system_ids": [
        "topolo-commerce",
        "topolo-auth",
        "topolo-mdm",
        "topolo-nexus",
        "topolo-device-platform",
        "topolo-pay"
      ],
      "tags": [
        "commerce",
        "venues",
        "kiosk"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-commerce",
        "/internal/apps/commerce"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/commerce"
    },
    {
      "id": "applications/compose",
      "path": "/applications/compose",
      "title": "TopoloCompose",
      "summary": "AI-native document generation, revision, styling, and export for formal documents in Topolo.",
      "audience": "public",
      "owners": [
        "platform-engineering",
        "ai-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloCompose"
      ],
      "system_ids": [
        "topolo-compose",
        "topolo-auth",
        "topolo-nexus"
      ],
      "tags": [
        "compose",
        "documents",
        "ai",
        "application"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-compose",
        "/internal/apps/compose",
        "/applications/people"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/compose"
    },
    {
      "id": "applications/crm",
      "path": "/applications/crm",
      "title": "TopoloCRM",
      "summary": "Public overview of the CRM service, pipeline surface, SDR inbox control plane, and developer-key access model.",
      "audience": "public",
      "owners": [
        "crm-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloCRM"
      ],
      "system_ids": [
        "topolo-crm",
        "topolo-auth"
      ],
      "tags": [
        "crm",
        "sales",
        "pipelines"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-crm",
        "/reference/apps/topolo-crm"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/crm"
    },
    {
      "id": "applications/customer-success",
      "path": "/applications/customer-success",
      "title": "Topolo Customer Success",
      "summary": "Public overview of Topolo Customer Success in the Topolo application suite.",
      "audience": "public",
      "owners": [
        "platform-engineering"
      ],
      "status": "draft",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloCustomerSuccess"
      ],
      "system_ids": [
        "topolo-customer-success",
        "topolo-auth"
      ],
      "tags": [
        "customer-success",
        "application"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-customer-success",
        "/internal/apps/customer-success"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/customer-success"
    },
    {
      "id": "applications/developers",
      "path": "/applications/developers",
      "title": "Topolo Developers",
      "summary": "Public overview of the authenticated Topolo developer portal and its submission/request workflows.",
      "audience": "public",
      "owners": [
        "platform-experience"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloDevelopers"
      ],
      "system_ids": [
        "topolo-developers",
        "topolo-auth"
      ],
      "tags": [
        "developers",
        "portal",
        "auth"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-developers",
        "/reference/api/topolo-auth",
        "/applications/one"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/developers"
    },
    {
      "id": "applications/device-platform",
      "path": "/applications/device-platform",
      "title": "Topolo Device Platform",
      "summary": "Public overview of Topolo's device distribution, feed delivery, analytics, Android playback, and provisioning surfaces.",
      "audience": "public",
      "owners": [
        "device-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloFeed",
        "PlatformApplications/TopoloMDM",
        "PlatformApplications/TopoloDevelopers",
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "topolo-device-platform",
        "topolo-auth"
      ],
      "tags": [
        "device-platform",
        "devices",
        "feeds"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-device-platform",
        "/internal/apps/device-platform"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/device-platform"
    },
    {
      "id": "applications/flow",
      "path": "/applications/flow",
      "title": "Topolo Flow",
      "summary": "Public overview of Topolo Flow in the Topolo application suite.",
      "audience": "public",
      "owners": [
        "platform-engineering"
      ],
      "status": "draft",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloFlow"
      ],
      "system_ids": [
        "topolo-flow",
        "topolo-auth"
      ],
      "tags": [
        "flow",
        "application"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-flow",
        "/internal/apps/flow"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/flow"
    },
    {
      "id": "applications/forecast",
      "path": "/applications/forecast",
      "title": "Topolo Forecast",
      "summary": "Public overview of the forecasting product for cash-flow, P&L, KPI, and multi-scenario planning workflows.",
      "audience": "public",
      "owners": [
        "finance-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloForecast",
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "topolo-forecast",
        "topolo-auth",
        "topolo-one"
      ],
      "tags": [
        "forecasting",
        "finance",
        "planning"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-forecast",
        "/internal/apps/forecast"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/forecast"
    },
    {
      "id": "applications/forms",
      "path": "/applications/forms",
      "title": "Topolo Forms",
      "summary": "Public overview of Topolo Forms, the Topolo general forms and public submission application.",
      "audience": "public",
      "owners": [
        "platform-engineering"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloForms"
      ],
      "system_ids": [
        "topolo-forms",
        "topolo-auth"
      ],
      "tags": [
        "forms",
        "application"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-forms",
        "/internal/apps/forms"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/forms"
    },
    {
      "id": "applications/insights",
      "path": "/applications/insights",
      "title": "Topolo Insights",
      "summary": "Public overview of Topolo Insights in the Topolo application suite.",
      "audience": "public",
      "owners": [
        "platform-engineering"
      ],
      "status": "draft",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloInsights"
      ],
      "system_ids": [
        "topolo-insights",
        "topolo-auth"
      ],
      "tags": [
        "insights",
        "application"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-insights",
        "/internal/apps/insights"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/insights"
    },
    {
      "id": "applications/inventory",
      "path": "/applications/inventory",
      "title": "Topolo Inventory",
      "summary": "Public overview of Topolo Inventory, the Topolo item, location, and stock movement workspace.",
      "audience": "public",
      "owners": [
        "platform-engineering"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloInventory"
      ],
      "system_ids": [
        "topolo-inventory",
        "topolo-auth"
      ],
      "tags": [
        "inventory",
        "application"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-inventory",
        "/internal/apps/inventory"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/inventory"
    },
    {
      "id": "applications/learn",
      "path": "/applications/learn",
      "title": "TopoloLearn",
      "summary": "Public overview of the Topolo-native multi-tenant learning platform for branded education businesses, cohort delivery, assessment, and certification.",
      "audience": "public",
      "owners": [
        "product-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloLearn",
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "topolo-learn",
        "topolo-auth",
        "topolo-platform"
      ],
      "tags": [
        "learning",
        "multi-tenant",
        "assessment",
        "certification"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-learn",
        "/internal/apps/topolo-learn"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Multi-Tenant Model",
        "Core Feature Areas",
        "Flagship Tenant",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/learn"
    },
    {
      "id": "applications/mdm",
      "path": "/applications/mdm",
      "title": "TopoloMDM",
      "summary": "Public overview of the device-management cluster spanning the MDM API, operator console, and mobile scaffold.",
      "audience": "public",
      "owners": [
        "device-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloMDM",
        "PlatformApplications/TopoloMDM/topolo-provision",
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "topolo-mdm",
        "topolo-auth"
      ],
      "tags": [
        "mdm",
        "devices",
        "operations"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-mdm",
        "/internal/apps/mdm"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/mdm"
    },
    {
      "id": "applications/messaging",
      "path": "/applications/messaging",
      "title": "Topolo Messaging",
      "summary": "Public overview of the Topolo Messaging WhatsApp Business application for inboxes, campaigns, automations, and multi-number brand workspaces.",
      "audience": "public",
      "owners": [
        "platform-experience",
        "messaging-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloMessaging"
      ],
      "system_ids": [
        "topolo-messaging",
        "topolo-auth"
      ],
      "tags": [
        "messaging",
        "whatsapp",
        "campaigns",
        "automations"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-messaging",
        "/internal/apps/topolo-messaging",
        "/applications/auth"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/messaging"
    },
    {
      "id": "applications/nexus",
      "path": "/applications/nexus",
      "title": "Topolo Nexus",
      "summary": "Public overview of Nexus as the platform gateway for metered third-party API usage across Topolo applications.",
      "audience": "public",
      "owners": [
        "ai-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloNexus",
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "topolo-nexus",
        "topolo-auth",
        "topolo-platform"
      ],
      "tags": [
        "ai",
        "gateway",
        "usage",
        "platform"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-nexus",
        "/internal/apps/nexus",
        "/applications/auth"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Surface",
        "API Reference",
        "Standardization Rule",
        "Current Rollout State",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/nexus"
    },
    {
      "id": "applications/one",
      "path": "/applications/one",
      "title": "TopoloOne",
      "summary": "Public overview of the TopoloOne dashboard, worker-backed growth surfaces, and the public developer-acquisition funnel.",
      "audience": "public",
      "owners": [
        "platform-experience"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloOne"
      ],
      "system_ids": [
        "topolo-one",
        "topolo-auth",
        "topolo-nexus"
      ],
      "tags": [
        "dashboard",
        "operators",
        "api-keys"
      ],
      "aliases": [],
      "related_docs": [
        "/platform/api-keys",
        "/systems/topolo-one",
        "/reference/apps/topolo-one"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/one"
    },
    {
      "id": "applications/pay",
      "path": "/applications/pay",
      "title": "Topolo Pay",
      "summary": "Public overview of the payment worker that handles orders, refunds, and payment operations.",
      "audience": "public",
      "owners": [
        "commerce"
      ],
      "status": "active",
      "last_verified": "2026-04-29",
      "source_repos": [
        "PlatformApplications/TopoloPay"
      ],
      "system_ids": [
        "topolo-pay",
        "topolo-auth",
        "topolo-nexus"
      ],
      "tags": [
        "payments",
        "orders",
        "worker"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-pay",
        "/internal/apps/pay"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/pay"
    },
    {
      "id": "applications/people",
      "path": "/applications/people",
      "title": "Topolo People",
      "summary": "Public overview of Topolo People in the Topolo application suite.",
      "audience": "public",
      "owners": [
        "platform-engineering"
      ],
      "status": "draft",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloPeople"
      ],
      "system_ids": [
        "topolo-people",
        "topolo-auth",
        "topolo-compose",
        "topolo-sign"
      ],
      "tags": [
        "people",
        "application"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-people",
        "/internal/apps/people",
        "/applications/compose"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/people"
    },
    {
      "id": "applications/quro",
      "path": "/applications/quro",
      "title": "Topolo Quro",
      "summary": "Public overview of the QR creation, redirect, analytics, and authenticated UI surface in the Topolo portfolio.",
      "audience": "public",
      "owners": [
        "growth-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloQuro",
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "topolo-quro",
        "topolo-auth"
      ],
      "tags": [
        "qr",
        "redirects",
        "analytics"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-quro",
        "/internal/apps/quro"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/quro"
    },
    {
      "id": "applications/roadmapper",
      "path": "/applications/roadmapper",
      "title": "Topolo Roadmapper",
      "summary": "Public overview of Roadmapper, including AI-assisted project onboarding, durable planning sessions, and stakeholder presentation delivery.",
      "audience": "public",
      "owners": [
        "product-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloRoadmapper",
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "topolo-roadmapper",
        "topolo-auth",
        "topolo-nexus"
      ],
      "tags": [
        "roadmaps",
        "projects",
        "planning",
        "ai"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-roadmapper",
        "/internal/apps/roadmapper"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "AI Onboarding",
        "Planning Sessions",
        "API Surface",
        "API Reference",
        "Structured Draft Contract",
        "Auth and Permissions",
        "Data Ownership",
        "Presentation Delivery",
        "Guest Sharing",
        "Feature Enablement",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/roadmapper"
    },
    {
      "id": "applications/sign",
      "path": "/applications/sign",
      "title": "Topolo Sign",
      "summary": "Public overview of Topolo Sign in the Topolo application suite.",
      "audience": "public",
      "owners": [
        "platform-engineering"
      ],
      "status": "draft",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloSign"
      ],
      "system_ids": [
        "topolo-sign",
        "topolo-auth"
      ],
      "tags": [
        "sign",
        "application"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-sign",
        "/internal/apps/sign"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/sign"
    },
    {
      "id": "applications/social-studio",
      "path": "/applications/social-studio",
      "title": "Topolo Social Studio",
      "summary": "Public overview of the hybrid desktop and Cloudflare runtime used for AI-assisted social content planning and generation.",
      "audience": "public",
      "owners": [
        "socialize"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloSocialStudio"
      ],
      "system_ids": [
        "topolo-social-studio",
        "topolo-auth",
        "topolo-nexus"
      ],
      "tags": [
        "desktop",
        "social",
        "generation",
        "creative"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-social-studio",
        "/internal/apps/social-studio"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/social-studio"
    },
    {
      "id": "applications/socialize",
      "path": "/applications/socialize",
      "title": "Socialize",
      "summary": "Public overview of the social publishing platform, brand-scoped resource bindings, and content operations.",
      "audience": "public",
      "owners": [
        "marketing-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloSocialize"
      ],
      "system_ids": [
        "socialize",
        "topolo-auth",
        "topolo-nexus"
      ],
      "tags": [
        "social",
        "publishing",
        "brands"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/socialize",
        "/reference/apps/socialize",
        "/platform/api-keys"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Trend And Queue APIs",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/socialize"
    },
    {
      "id": "applications/support",
      "path": "/applications/support",
      "title": "Topolo Support",
      "summary": "Public overview of the Topolo support platform for internal operations and customer-organization ticket workflows.",
      "audience": "public",
      "owners": [
        "support-operations",
        "platform-experience"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloSupport"
      ],
      "system_ids": [
        "topolo-support",
        "topolo-auth"
      ],
      "tags": [
        "support",
        "tickets",
        "auth"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-support",
        "/internal/apps/topolo-support",
        "/applications/auth"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/support"
    },
    {
      "id": "applications/survey",
      "path": "/applications/survey",
      "title": "Topolo Survey",
      "summary": "Public overview of Topolo Survey, the Topolo survey builder and public response collection application.",
      "audience": "public",
      "owners": [
        "platform-engineering"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloSurvey"
      ],
      "system_ids": [
        "topolo-survey",
        "topolo-auth"
      ],
      "tags": [
        "survey",
        "application"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-survey",
        "/internal/apps/survey"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/survey"
    },
    {
      "id": "applications/topolo-p2p",
      "path": "/applications/topolo-p2p",
      "title": "TopoloP2P",
      "summary": "Public overview of Topolo's cross-organization capability network for human and agent business actions and settlement.",
      "audience": "public",
      "owners": [
        "platform",
        "commerce-platform",
        "ai-platform"
      ],
      "status": "draft",
      "last_verified": "2026-04-29",
      "source_repos": [
        "PlatformApplications/TopoloP2P"
      ],
      "system_ids": [
        "topolo-p2p"
      ],
      "tags": [
        "p2p",
        "agents",
        "network",
        "payments"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-p2p",
        "/internal/apps/topolo-p2p"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/topolo-p2p"
    },
    {
      "id": "applications/voice",
      "path": "/applications/voice",
      "title": "Topolo Voice",
      "summary": "Public overview of Topolo Voice in the Topolo application suite.",
      "audience": "public",
      "owners": [
        "platform-engineering"
      ],
      "status": "draft",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloVoice"
      ],
      "system_ids": [
        "topolo-voice",
        "topolo-auth"
      ],
      "tags": [
        "voice",
        "application"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-voice",
        "/internal/apps/voice"
      ],
      "headings": [
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Deployments",
        "Failure Modes",
        "Debugging",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/applications/voice"
    },
    {
      "id": "reference/service-registry",
      "path": "/reference/service-registry",
      "title": "Service Registry",
      "summary": "Canonical registry of systems, services, repos, and ownership.",
      "audience": "public",
      "owners": [
        "platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "socialize",
        "topolo-admin",
        "topolo-agent",
        "topolo-auth",
        "topolo-bugfix",
        "topolo-bytes",
        "topolo-calendar",
        "topolo-chat",
        "topolo-commerce",
        "topolo-crm",
        "topolo-developers",
        "topolo-device-platform",
        "topolo-forecast",
        "topolo-mdm",
        "topolo-messaging",
        "topolo-nexus",
        "topolo-one",
        "topolo-p2p",
        "topolo-pay",
        "topolo-platform",
        "topolo-quro",
        "topolo-roadmapper",
        "topolo-social-studio",
        "topolo-support",
        "wallst"
      ],
      "tags": [
        "reference",
        "registry",
        "systems"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Service registry"
      ],
      "canonical_url": "https://docs.topolo.app/reference/service-registry"
    },
    {
      "id": "reference/api-coverage",
      "path": "/reference/api-coverage",
      "title": "API Coverage",
      "summary": "Current API contract coverage across the Topolo platform portfolio.",
      "audience": "public",
      "owners": [
        "platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [],
      "tags": [
        "reference",
        "api",
        "coverage"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "API coverage"
      ],
      "canonical_url": "https://docs.topolo.app/reference/api-coverage"
    },
    {
      "id": "reference/machine",
      "path": "/reference/machine",
      "title": "Machine Artifacts",
      "summary": "Structured JSON outputs for agents, validation, and automation.",
      "audience": "public",
      "owners": [
        "platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "socialize",
        "topolo-admin",
        "topolo-agent",
        "topolo-auth",
        "topolo-bugfix",
        "topolo-bytes",
        "topolo-calendar",
        "topolo-chat",
        "topolo-commerce",
        "topolo-crm",
        "topolo-developers",
        "topolo-device-platform",
        "topolo-forecast",
        "topolo-mdm",
        "topolo-messaging",
        "topolo-nexus",
        "topolo-one",
        "topolo-p2p",
        "topolo-pay",
        "topolo-platform",
        "topolo-quro",
        "topolo-roadmapper",
        "topolo-social-studio",
        "topolo-support",
        "wallst"
      ],
      "tags": [
        "reference",
        "machine",
        "json",
        "agents"
      ],
      "aliases": [
        "llm docs",
        "machine docs",
        "artifact index"
      ],
      "related_docs": [],
      "headings": [
        "Core indexes",
        "What they include",
        "Per-system artifacts"
      ],
      "canonical_url": "https://docs.topolo.app/reference/machine"
    },
    {
      "id": "reference/apps",
      "path": "/reference/apps",
      "title": "Application APIs",
      "summary": "App-first API and contract reference for the Topolo platform.",
      "audience": "public",
      "owners": [
        "platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "socialize",
        "topolo-admin",
        "topolo-agent",
        "topolo-bugfix",
        "topolo-bytes",
        "topolo-calendar",
        "topolo-chat",
        "topolo-commerce",
        "topolo-crm",
        "topolo-developers",
        "topolo-device-platform",
        "topolo-forecast",
        "topolo-mdm",
        "topolo-messaging",
        "topolo-nexus",
        "topolo-one",
        "topolo-p2p",
        "topolo-pay",
        "topolo-quro",
        "topolo-roadmapper",
        "topolo-social-studio",
        "topolo-support",
        "wallst"
      ],
      "tags": [
        "reference",
        "api",
        "applications"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Application APIs"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps"
    },
    {
      "id": "systems/socialize",
      "path": "/systems/socialize",
      "title": "Socialize",
      "summary": "Social publishing and campaign tooling with brand-scoped API key bindings.",
      "audience": "public",
      "owners": [
        "socialize"
      ],
      "status": "active",
      "last_verified": "2026-04-27",
      "source_repos": [
        "PlatformApplications/TopoloSocialize"
      ],
      "system_ids": [
        "socialize"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "socialize"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/socialize"
    },
    {
      "id": "systems/topolo-admin",
      "path": "/systems/topolo-admin",
      "title": "Topolo Admin",
      "summary": "Administrative interface for centralized auth, org management, org-scoped role and user-access management, app-centric service assignment, support-facing personal and service-local identity visibility, household-connection context, org billing preview, service controls, audit surfaces, and cross-app handoff into other internal operator tools.",
      "audience": "public",
      "owners": [
        "platform-admin"
      ],
      "status": "active",
      "last_verified": "2026-04-29",
      "source_repos": [
        "PlatformApplications/TopoloAdmin"
      ],
      "system_ids": [
        "topolo-admin"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-admin"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-admin"
    },
    {
      "id": "systems/topolo-agent",
      "path": "/systems/topolo-agent",
      "title": "Agent",
      "summary": "Agent and automation workspace for threads, workflows, approvals, and operator execution.",
      "audience": "public",
      "owners": [
        "ai-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-29",
      "source_repos": [
        "PlatformApplications/TopoloAgent"
      ],
      "system_ids": [
        "topolo-agent"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-agent"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-agent"
    },
    {
      "id": "systems/topolo-auth",
      "path": "/systems/topolo-auth",
      "title": "Topolo Auth",
      "summary": "Central identity, personal workspace and household-membership authority, organization-scoped role catalog, service registry, service lifecycle/accessibility and surface-classification authority, API key authority, app-switcher catalog/preference authority, browser/headless Auth SDK owner, Flutter Auth SDK owner, principal metadata source for service-local identities, and billable org-seat authority across the platform.",
      "audience": "public",
      "owners": [
        "identity-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-29",
      "source_repos": [
        "PlatformApplications/TopoloAuth",
        "PlatformApplications/TopoloAuth/packages/topolo-auth-client",
        "PlatformApplications/TopoloAuth/packages/topolo_auth_flutter"
      ],
      "system_ids": [
        "topolo-auth"
      ],
      "tags": [
        "system",
        "hub",
        "service",
        "topolo-auth"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-auth"
    },
    {
      "id": "systems/topolo-bugfix",
      "path": "/systems/topolo-bugfix",
      "title": "Improve Topolo",
      "summary": "Shared contribution and triage surface for Topolo issues, ideas, and product improvements, backed by BugFix AI analysis and pull-request automation.",
      "audience": "public",
      "owners": [
        "ai-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-27",
      "source_repos": [
        "PlatformApplications/TopoloBugFix"
      ],
      "system_ids": [
        "topolo-bugfix"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-bugfix"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-bugfix"
    },
    {
      "id": "systems/topolo-bytes",
      "path": "/systems/topolo-bytes",
      "title": "Bytes",
      "summary": "Media and asset management surface for uploads, organization, review, and sharing.",
      "audience": "public",
      "owners": [
        "media-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-25",
      "source_repos": [
        "PlatformApplications/TopoloBytes"
      ],
      "system_ids": [
        "topolo-bytes"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-bytes"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-bytes"
    },
    {
      "id": "systems/topolo-calendar",
      "path": "/systems/topolo-calendar",
      "title": "Calendar",
      "summary": "Cloudflare-native scheduling and bookings application with public booking pages, embeddable widgets, and a cross-app event feed.",
      "audience": "public",
      "owners": [
        "platform-experience"
      ],
      "status": "active",
      "last_verified": "2026-04-26",
      "source_repos": [
        "PlatformApplications/TopoloCalendar"
      ],
      "system_ids": [
        "topolo-calendar"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-calendar"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-calendar"
    },
    {
      "id": "systems/topolo-chat",
      "path": "/systems/topolo-chat",
      "title": "Chat",
      "summary": "Cloudflare-native collaboration application for channels, DMs, meetings, guests, and remote assist.",
      "audience": "public",
      "owners": [
        "collaboration"
      ],
      "status": "active",
      "last_verified": "2026-04-27",
      "source_repos": [
        "PlatformApplications/TopoloChat"
      ],
      "system_ids": [
        "topolo-chat"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-chat"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-chat"
    },
    {
      "id": "systems/topolo-commerce",
      "path": "/systems/topolo-commerce",
      "title": "TopoloCommerce",
      "summary": "Multi-vertical commerce workspace spanning a Worker API with extracted organization, queue, and team route modules, an authenticated org-scoped ops web app with canonical /venues/:venueId routes, a separate tablet-first station web app for kitchen, POS, bar, and expo execution against the same live queue contract with direct ticket detail and assignment controls plus phone-friendly lane switching, first-venue onboarding for confirmed empty orgs with strict org-context response handling, a stronger queue command-center shell with filterable live lanes, an inspection rail, and live draft-order visibility for back-of-house screens, staffing-aware queue and team workspaces with ready-now and coverage-gap views, a dedicated ops Experience Studio for venue guest branding, browse-mode control, currency and locale editing with live price preview, per-venue order-intent timer policy, and shared-tab opening requirements, merchandising-grade catalog and import review workspaces, item availability, compare-at pricing, bundle metadata, and modifier-group pricing in the live catalog contract, a live public guest runtime without hidden demo-org fallback, venue-configurable guest-web modes (`classic_menu`, `story_menu`, `reel_menu`) with immersive full-screen story and reel viewers that keep basket access and ordering inside the special view, a stable story shell with swipe-down dismiss, TikTok-style vertical reel navigation, a floating bottom-right voice launcher that now opens a compact guest voice drawer without interrupting browsing, uses server-side Cloudflare Whisper transcription plus a low-cost Cloudflare parser before escalating to `gpt-5.4-mini`, returns guest-facing response copy in the request language by default, supports on-demand translation backed by a reusable D1 translation cache, enforces guest approval before commit, mirrors live guest draft orders through the venue queue Durable Object so staff can see in-progress baskets before finalization, now opens QR-scoped table flows with explicit owner-created shared tabs plus owner-approved joins and optional tab-owner photo references instead of silent shared sessions, keeps the active shared tab and canonical order history stable across refresh on the same device, reconciles guest bill sessions against the current unpaid order scope so later orders do not reset prior payments, and can escalate to staff review with transcript plus optional recording playback, plus direct-entry venue pages that do not expose an in-app back path by default, active-venue-only guest writes, stricter team and ticket assignment validation, optimistic queue concurrency guards, a managed mobile guest surface, a local Venue Edge runtime with `edge_preferred`, `cloud_preferred`, and `cloud_only` modes, local sync-policy control, rescue-uplink runtime reporting, ticket-assignment notification delivery and acceptance support, local team section, team member, staff identity-method, venue device, device-session, and payment-reconciliation administration support on the edge, editable live venue catalogs, a Durable Object-backed live venue queue with stale-snapshot rejection, D1-backed replay-safe mutation and venue-event journals, canonical cloud device, identity, payment, sync-policy, and staff-notification ledgers, a per-venue queue revision ledger, cloud-side Venue Edge sync receipts plus event ingestion, cached-local resilience foundations, and a single richer shared suite demo org under topolo-demo-suite.",
      "audience": "public",
      "owners": [
        "commerce"
      ],
      "status": "active",
      "last_verified": "2026-04-27",
      "source_repos": [
        "PlatformApplications/TopoloCommerce"
      ],
      "system_ids": [
        "topolo-commerce"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-commerce"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-commerce"
    },
    {
      "id": "systems/topolo-crm",
      "path": "/systems/topolo-crm",
      "title": "TopoloCRM",
      "summary": "CRM workflows, records, and SDR inbox/control-plane services exposed through the platform auth layer.",
      "audience": "public",
      "owners": [
        "crm"
      ],
      "status": "active",
      "last_verified": "2026-04-25",
      "source_repos": [
        "PlatformApplications/TopoloCRM"
      ],
      "system_ids": [
        "topolo-crm"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-crm"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-crm"
    },
    {
      "id": "systems/topolo-developers",
      "path": "/systems/topolo-developers",
      "title": "Topolo Developers",
      "summary": "Standalone developer application with a public signup entrypoint, the Developers-owned Topolo app store read model, and the authenticated workspace-backed console where publishers manage apps, App Store taxonomy-backed section/category marketing metadata, launcher deep-link exposure, Android/iOS mobile artifacts, submissions, and build requests while internal operators review app submissions, set app visibility/status, manage developer commerce controls, configure app pricing, and track payout readiness from staff-only routes inside the same product.",
      "audience": "public",
      "owners": [
        "platform-experience"
      ],
      "status": "active",
      "last_verified": "2026-04-29",
      "source_repos": [
        "PlatformApplications/TopoloDevelopers"
      ],
      "system_ids": [
        "topolo-developers"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-developers"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-developers"
    },
    {
      "id": "systems/topolo-device-platform",
      "path": "/systems/topolo-device-platform",
      "title": "Topolo Device Platform",
      "summary": "Topolo platform-owned TopoloFeed delivery, analytics, Android playback, and device-side app-catalog consumption surfaces.",
      "audience": "public",
      "owners": [
        "device-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-23",
      "source_repos": [
        "PlatformApplications/TopoloFeed",
        "PlatformApplications/TopoloMDM",
        "PlatformApplications/TopoloDevelopers"
      ],
      "system_ids": [
        "topolo-device-platform"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-device-platform"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-device-platform"
    },
    {
      "id": "systems/topolo-forecast",
      "path": "/systems/topolo-forecast",
      "title": "Topolo Forecast",
      "summary": "Cash-flow and P&L forecasting product.",
      "audience": "public",
      "owners": [
        "finance-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-25",
      "source_repos": [
        "PlatformApplications/TopoloForecast"
      ],
      "system_ids": [
        "topolo-forecast"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-forecast"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-forecast"
    },
    {
      "id": "systems/topolo-mdm",
      "path": "/systems/topolo-mdm",
      "title": "TopoloMDM",
      "summary": "MDM platform cluster spanning a device API, tenant realtime hub, operator console, Android DPC, and mobile scaffold.",
      "audience": "public",
      "owners": [
        "device-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-27",
      "source_repos": [
        "PlatformApplications/TopoloMDM",
        "PlatformApplications/TopoloMDM/topolo-provision"
      ],
      "system_ids": [
        "topolo-mdm"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-mdm"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-mdm"
    },
    {
      "id": "systems/topolo-messaging",
      "path": "/systems/topolo-messaging",
      "title": "Topolo Messaging",
      "summary": "First-party WhatsApp Business messaging application for multi-number brand workspaces, shared inboxes, campaigns, automations, provider webhooks, and cross-application integration boundaries.",
      "audience": "public",
      "owners": [
        "platform-experience",
        "messaging-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-21",
      "source_repos": [
        "PlatformApplications/TopoloMessaging"
      ],
      "system_ids": [
        "topolo-messaging"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-messaging"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-messaging"
    },
    {
      "id": "systems/topolo-nexus",
      "path": "/systems/topolo-nexus",
      "title": "Topolo Nexus",
      "summary": "Gateway and usage-management layer for standardized AI, email, payment, and org-scoped model-preference access across the Topolo platform.",
      "audience": "public",
      "owners": [
        "ai-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-29",
      "source_repos": [
        "PlatformApplications/TopoloNexus"
      ],
      "system_ids": [
        "topolo-nexus"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-nexus"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-nexus"
    },
    {
      "id": "systems/topolo-one",
      "path": "/systems/topolo-one",
      "title": "TopoloOne",
      "summary": "Unified personal and organization live workspace, personal-profile family management, authenticated app catalog, worker-backed pricing, owner-linked subscription billing, content, growth, and developer-acquisition surfaces for TopoloOne.",
      "audience": "public",
      "owners": [
        "platform-experience"
      ],
      "status": "active",
      "last_verified": "2026-04-29",
      "source_repos": [
        "PlatformApplications/TopoloOne",
        "PlatformApplications/TopoloOne/apps/mobile",
        "PlatformApplications/TopoloOne/packages/topolo_mobile_core"
      ],
      "system_ids": [
        "topolo-one"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-one"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-one"
    },
    {
      "id": "systems/topolo-p2p",
      "path": "/systems/topolo-p2p",
      "title": "TopoloP2P",
      "summary": "Cross-organization capability network for human and agent business actions, approvals, immutable micro-ledgering, and TopoloPay-managed settlement.",
      "audience": "public",
      "owners": [
        "platform",
        "commerce-platform",
        "ai-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-29",
      "source_repos": [
        "PlatformApplications/TopoloP2P",
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "topolo-p2p"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-p2p"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-p2p"
    },
    {
      "id": "systems/topolo-pay",
      "path": "/systems/topolo-pay",
      "title": "Topolo Pay",
      "summary": "Payment worker handling orders, webhooks, admin APIs, and static-asset-backed application behavior.",
      "audience": "public",
      "owners": [
        "commerce"
      ],
      "status": "active",
      "last_verified": "2026-04-29",
      "source_repos": [
        "PlatformApplications/TopoloPay"
      ],
      "system_ids": [
        "topolo-pay"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-pay"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-pay"
    },
    {
      "id": "systems/topolo-platform",
      "path": "/systems/topolo-platform",
      "title": "Topolo Platform",
      "summary": "Shared platform concepts spanning multi-context identity, zero-to-many org and household memberships, entitlements, owner-scoped billing boundaries, API keys, service registration, deployment, and observability.",
      "audience": "public",
      "owners": [
        "platform"
      ],
      "status": "active",
      "last_verified": "2026-04-29",
      "source_repos": [
        "PlatformApplications/TopoloAuth",
        "PlatformApplications/TopoloOne",
        "PlatformApplications/TopoloDocs",
        "PlatformApplications/TopoloCloudControl",
        "PlatformApplications/packages/topolo-ui-kit"
      ],
      "system_ids": [
        "topolo-platform"
      ],
      "tags": [
        "system",
        "hub",
        "platform",
        "topolo-platform"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-platform"
    },
    {
      "id": "systems/topolo-quro",
      "path": "/systems/topolo-quro",
      "title": "Topolo Quro",
      "summary": "QR creation, redirect, and scan-tracking application with modern and legacy UI surfaces.",
      "audience": "public",
      "owners": [
        "growth-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-26",
      "source_repos": [
        "PlatformApplications/TopoloQuro"
      ],
      "system_ids": [
        "topolo-quro"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-quro"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-quro"
    },
    {
      "id": "systems/topolo-roadmapper",
      "path": "/systems/topolo-roadmapper",
      "title": "Topolo Roadmapper",
      "summary": "Roadmap and project management application in the Topolo portfolio with AI onboarding, scoped project-chat planning sessions, hierarchy-wide guest sharing and guest edit auditability, and narrative presentation delivery.",
      "audience": "public",
      "owners": [
        "product-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloRoadmapper"
      ],
      "system_ids": [
        "topolo-roadmapper"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-roadmapper"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-roadmapper"
    },
    {
      "id": "systems/topolo-social-studio",
      "path": "/systems/topolo-social-studio",
      "title": "Social Studio",
      "summary": "Hybrid desktop and web production surface for social planning, generation, review, and export. This is the only live Studio-branded application in the suite.",
      "audience": "public",
      "owners": [
        "socialize"
      ],
      "status": "active",
      "last_verified": "2026-04-27",
      "source_repos": [
        "PlatformApplications/TopoloSocialStudio"
      ],
      "system_ids": [
        "topolo-social-studio"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-social-studio"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-social-studio"
    },
    {
      "id": "systems/topolo-support",
      "path": "/systems/topolo-support",
      "title": "Topolo Support",
      "summary": "Tenant-scoped support platform for Topolo internal operations and customer-organization ticket workflows, with support-owned workflow persistence kept outside Topolo Auth.",
      "audience": "public",
      "owners": [
        "support-operations",
        "platform-experience"
      ],
      "status": "active",
      "last_verified": "2026-04-21",
      "source_repos": [
        "PlatformApplications/TopoloSupport"
      ],
      "system_ids": [
        "topolo-support"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-support"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/topolo-support"
    },
    {
      "id": "systems/wallst",
      "path": "/systems/wallst",
      "title": "WallSt",
      "summary": "Third-party WallStreet Dubai wall-layout designer with Topolo Auth workspace access, D1 project persistence, R2 media uploads, export generation, and Durable Object collaboration rooms.",
      "audience": "public",
      "owners": [
        "eighty7"
      ],
      "status": "active",
      "last_verified": "2026-04-26",
      "source_repos": [
        "ThirdPartyApplications/WallSt"
      ],
      "system_ids": [
        "wallst"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "wallst"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "What It Is",
        "Architecture",
        "Runtime Surfaces",
        "API Reference",
        "Auth and Permissions",
        "Data Ownership",
        "Queues / Cron / Workflows",
        "Environment Variables and Bindings",
        "Deployments",
        "Failure Modes",
        "Debugging Runbooks",
        "Change Log / Verification"
      ],
      "canonical_url": "https://docs.topolo.app/systems/wallst"
    },
    {
      "id": "reference/apps/socialize",
      "path": "/reference/apps/socialize",
      "title": "Socialize API",
      "summary": "Application API surface and contract reference for Socialize.",
      "audience": "public",
      "owners": [
        "socialize"
      ],
      "status": "active",
      "last_verified": "2026-04-27",
      "source_repos": [
        "PlatformApplications/TopoloSocialize"
      ],
      "system_ids": [
        "socialize"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "socialize"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Operations",
        "Copyable cURL"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/socialize"
    },
    {
      "id": "reference/apps/topolo-admin",
      "path": "/reference/apps/topolo-admin",
      "title": "Topolo Admin API",
      "summary": "Application API surface and contract reference for Topolo Admin.",
      "audience": "public",
      "owners": [
        "platform-admin"
      ],
      "status": "active",
      "last_verified": "2026-04-29",
      "source_repos": [
        "PlatformApplications/TopoloAdmin"
      ],
      "system_ids": [
        "topolo-admin"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-admin"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-admin"
    },
    {
      "id": "reference/apps/topolo-agent",
      "path": "/reference/apps/topolo-agent",
      "title": "Agent API",
      "summary": "Application API surface and contract reference for Agent.",
      "audience": "public",
      "owners": [
        "ai-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-29",
      "source_repos": [
        "PlatformApplications/TopoloAgent"
      ],
      "system_ids": [
        "topolo-agent"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-agent"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-agent"
    },
    {
      "id": "reference/apps/topolo-bugfix",
      "path": "/reference/apps/topolo-bugfix",
      "title": "Improve Topolo API",
      "summary": "Application API surface and contract reference for Improve Topolo.",
      "audience": "public",
      "owners": [
        "ai-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-27",
      "source_repos": [
        "PlatformApplications/TopoloBugFix"
      ],
      "system_ids": [
        "topolo-bugfix"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-bugfix"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-bugfix"
    },
    {
      "id": "reference/apps/topolo-bytes",
      "path": "/reference/apps/topolo-bytes",
      "title": "Bytes API",
      "summary": "Application API surface and contract reference for Bytes.",
      "audience": "public",
      "owners": [
        "media-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-25",
      "source_repos": [
        "PlatformApplications/TopoloBytes"
      ],
      "system_ids": [
        "topolo-bytes"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-bytes"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-bytes"
    },
    {
      "id": "reference/apps/topolo-calendar",
      "path": "/reference/apps/topolo-calendar",
      "title": "Calendar API",
      "summary": "Application API surface and contract reference for Calendar.",
      "audience": "public",
      "owners": [
        "platform-experience"
      ],
      "status": "active",
      "last_verified": "2026-04-26",
      "source_repos": [
        "PlatformApplications/TopoloCalendar"
      ],
      "system_ids": [
        "topolo-calendar"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-calendar"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-calendar"
    },
    {
      "id": "reference/apps/topolo-chat",
      "path": "/reference/apps/topolo-chat",
      "title": "Chat API",
      "summary": "Application API surface and contract reference for Chat.",
      "audience": "public",
      "owners": [
        "collaboration"
      ],
      "status": "active",
      "last_verified": "2026-04-27",
      "source_repos": [
        "PlatformApplications/TopoloChat"
      ],
      "system_ids": [
        "topolo-chat"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-chat"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-chat"
    },
    {
      "id": "reference/apps/topolo-commerce",
      "path": "/reference/apps/topolo-commerce",
      "title": "TopoloCommerce API",
      "summary": "Application API surface and contract reference for TopoloCommerce.",
      "audience": "public",
      "owners": [
        "commerce"
      ],
      "status": "active",
      "last_verified": "2026-04-27",
      "source_repos": [
        "PlatformApplications/TopoloCommerce"
      ],
      "system_ids": [
        "topolo-commerce"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-commerce"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-commerce"
    },
    {
      "id": "reference/apps/topolo-crm",
      "path": "/reference/apps/topolo-crm",
      "title": "TopoloCRM API",
      "summary": "Application API surface and contract reference for TopoloCRM.",
      "audience": "public",
      "owners": [
        "crm"
      ],
      "status": "active",
      "last_verified": "2026-04-25",
      "source_repos": [
        "PlatformApplications/TopoloCRM"
      ],
      "system_ids": [
        "topolo-crm"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-crm"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Operations",
        "Copyable cURL"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-crm"
    },
    {
      "id": "reference/apps/topolo-developers",
      "path": "/reference/apps/topolo-developers",
      "title": "Topolo Developers API",
      "summary": "Application API surface and contract reference for Topolo Developers.",
      "audience": "public",
      "owners": [
        "platform-experience"
      ],
      "status": "active",
      "last_verified": "2026-04-29",
      "source_repos": [
        "PlatformApplications/TopoloDevelopers"
      ],
      "system_ids": [
        "topolo-developers"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-developers"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-developers"
    },
    {
      "id": "reference/apps/topolo-device-platform",
      "path": "/reference/apps/topolo-device-platform",
      "title": "Topolo Device Platform API",
      "summary": "Application API surface and contract reference for Topolo Device Platform.",
      "audience": "public",
      "owners": [
        "device-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-23",
      "source_repos": [
        "PlatformApplications/TopoloFeed",
        "PlatformApplications/TopoloMDM",
        "PlatformApplications/TopoloDevelopers"
      ],
      "system_ids": [
        "topolo-device-platform"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-device-platform"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-device-platform"
    },
    {
      "id": "reference/apps/topolo-forecast",
      "path": "/reference/apps/topolo-forecast",
      "title": "Topolo Forecast API",
      "summary": "Application API surface and contract reference for Topolo Forecast.",
      "audience": "public",
      "owners": [
        "finance-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-25",
      "source_repos": [
        "PlatformApplications/TopoloForecast"
      ],
      "system_ids": [
        "topolo-forecast"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-forecast"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-forecast"
    },
    {
      "id": "reference/apps/topolo-mdm",
      "path": "/reference/apps/topolo-mdm",
      "title": "TopoloMDM API",
      "summary": "Application API surface and contract reference for TopoloMDM.",
      "audience": "public",
      "owners": [
        "device-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-27",
      "source_repos": [
        "PlatformApplications/TopoloMDM",
        "PlatformApplications/TopoloMDM/topolo-provision"
      ],
      "system_ids": [
        "topolo-mdm"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-mdm"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-mdm"
    },
    {
      "id": "reference/apps/topolo-messaging",
      "path": "/reference/apps/topolo-messaging",
      "title": "Topolo Messaging API",
      "summary": "Application API surface and contract reference for Topolo Messaging.",
      "audience": "public",
      "owners": [
        "platform-experience",
        "messaging-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-21",
      "source_repos": [
        "PlatformApplications/TopoloMessaging"
      ],
      "system_ids": [
        "topolo-messaging"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-messaging"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-messaging"
    },
    {
      "id": "reference/apps/topolo-nexus",
      "path": "/reference/apps/topolo-nexus",
      "title": "Topolo Nexus API",
      "summary": "Application API surface and contract reference for Topolo Nexus.",
      "audience": "public",
      "owners": [
        "ai-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-29",
      "source_repos": [
        "PlatformApplications/TopoloNexus"
      ],
      "system_ids": [
        "topolo-nexus"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-nexus"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-nexus"
    },
    {
      "id": "reference/apps/topolo-one",
      "path": "/reference/apps/topolo-one",
      "title": "TopoloOne API",
      "summary": "Application API surface and contract reference for TopoloOne.",
      "audience": "public",
      "owners": [
        "platform-experience"
      ],
      "status": "active",
      "last_verified": "2026-04-29",
      "source_repos": [
        "PlatformApplications/TopoloOne",
        "PlatformApplications/TopoloOne/apps/mobile",
        "PlatformApplications/TopoloOne/packages/topolo_mobile_core"
      ],
      "system_ids": [
        "topolo-one"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-one"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-one"
    },
    {
      "id": "reference/apps/topolo-p2p",
      "path": "/reference/apps/topolo-p2p",
      "title": "TopoloP2P API",
      "summary": "Application API surface and contract reference for TopoloP2P.",
      "audience": "public",
      "owners": [
        "platform",
        "commerce-platform",
        "ai-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-29",
      "source_repos": [
        "PlatformApplications/TopoloP2P",
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "topolo-p2p"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-p2p"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-p2p"
    },
    {
      "id": "reference/apps/topolo-pay",
      "path": "/reference/apps/topolo-pay",
      "title": "Topolo Pay API",
      "summary": "Application API surface and contract reference for Topolo Pay.",
      "audience": "public",
      "owners": [
        "commerce"
      ],
      "status": "active",
      "last_verified": "2026-04-29",
      "source_repos": [
        "PlatformApplications/TopoloPay"
      ],
      "system_ids": [
        "topolo-pay"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-pay"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-pay"
    },
    {
      "id": "reference/apps/topolo-quro",
      "path": "/reference/apps/topolo-quro",
      "title": "Topolo Quro API",
      "summary": "Application API surface and contract reference for Topolo Quro.",
      "audience": "public",
      "owners": [
        "growth-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-26",
      "source_repos": [
        "PlatformApplications/TopoloQuro"
      ],
      "system_ids": [
        "topolo-quro"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-quro"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-quro"
    },
    {
      "id": "reference/apps/topolo-roadmapper",
      "path": "/reference/apps/topolo-roadmapper",
      "title": "Topolo Roadmapper API",
      "summary": "Application API surface and contract reference for Topolo Roadmapper.",
      "audience": "public",
      "owners": [
        "product-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloRoadmapper"
      ],
      "system_ids": [
        "topolo-roadmapper"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-roadmapper"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-roadmapper"
    },
    {
      "id": "reference/apps/topolo-social-studio",
      "path": "/reference/apps/topolo-social-studio",
      "title": "Social Studio API",
      "summary": "Application API surface and contract reference for Social Studio.",
      "audience": "public",
      "owners": [
        "socialize"
      ],
      "status": "active",
      "last_verified": "2026-04-27",
      "source_repos": [
        "PlatformApplications/TopoloSocialStudio"
      ],
      "system_ids": [
        "topolo-social-studio"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-social-studio"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-social-studio"
    },
    {
      "id": "reference/apps/topolo-support",
      "path": "/reference/apps/topolo-support",
      "title": "Topolo Support API",
      "summary": "Application API surface and contract reference for Topolo Support.",
      "audience": "public",
      "owners": [
        "support-operations",
        "platform-experience"
      ],
      "status": "active",
      "last_verified": "2026-04-21",
      "source_repos": [
        "PlatformApplications/TopoloSupport"
      ],
      "system_ids": [
        "topolo-support"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-support"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/topolo-support"
    },
    {
      "id": "reference/apps/wallst",
      "path": "/reference/apps/wallst",
      "title": "WallSt API",
      "summary": "Application API surface and contract reference for WallSt.",
      "audience": "public",
      "owners": [
        "eighty7"
      ],
      "status": "active",
      "last_verified": "2026-04-26",
      "source_repos": [
        "ThirdPartyApplications/WallSt"
      ],
      "system_ids": [
        "wallst"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "wallst"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Documentation Map",
        "Authority",
        "Contract Source",
        "Auth Requirements",
        "Runtime and Deployment",
        "Runtime Surface"
      ],
      "canonical_url": "https://docs.topolo.app/reference/apps/wallst"
    },
    {
      "id": "reference/generated/socialize",
      "path": "/reference/generated/socialize",
      "title": "Socialize OpenAPI",
      "summary": "Generated API summary for Socialize.",
      "audience": "public",
      "owners": [
        "socialize"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloSocialize"
      ],
      "system_ids": [
        "socialize"
      ],
      "tags": [
        "reference",
        "api",
        "openapi",
        "socialize"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Servers",
        "Operations"
      ],
      "canonical_url": "https://docs.topolo.app/reference/generated/socialize"
    },
    {
      "id": "reference/generated/topolo-crm",
      "path": "/reference/generated/topolo-crm",
      "title": "TopoloCRM OpenAPI",
      "summary": "Generated API summary for TopoloCRM.",
      "audience": "public",
      "owners": [
        "crm"
      ],
      "status": "active",
      "last_verified": "2026-04-28",
      "source_repos": [
        "PlatformApplications/TopoloCRM"
      ],
      "system_ids": [
        "topolo-crm"
      ],
      "tags": [
        "reference",
        "api",
        "openapi",
        "topolo-crm"
      ],
      "aliases": [],
      "related_docs": [],
      "headings": [
        "Servers",
        "Operations"
      ],
      "canonical_url": "https://docs.topolo.app/reference/generated/topolo-crm"
    }
  ],
  "systems": [
    {
      "id": "socialize",
      "name": "Socialize",
      "slug": "socialize",
      "kind": "application",
      "summary": "Social publishing and campaign tooling with brand-scoped API key bindings.",
      "owners": [
        "socialize"
      ],
      "service_ids": [
        "srv_1R2xJCdwS7Aq"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloSocialize"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-admin",
      "name": "Topolo Admin",
      "slug": "topolo-admin",
      "kind": "application",
      "summary": "Administrative interface for centralized auth, org management, org-scoped role and user-access management, app-centric service assignment, support-facing personal and service-local identity visibility, household-connection context, org billing preview, service controls, audit surfaces, and cross-app handoff into other internal operator tools.",
      "owners": [
        "platform-admin"
      ],
      "service_ids": [
        "srv_SySYzmlOH5H1"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloAdmin"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-agent",
      "name": "Agent",
      "slug": "topolo-agent",
      "kind": "application",
      "summary": "Agent and automation workspace for threads, workflows, approvals, and operator execution.",
      "owners": [
        "ai-platform"
      ],
      "service_ids": [
        "svc_topolo_agent"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloAgent"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-auth",
      "name": "Topolo Auth",
      "slug": "topolo-auth",
      "kind": "service",
      "summary": "Central identity, personal workspace and household-membership authority, organization-scoped role catalog, service registry, service lifecycle/accessibility and surface-classification authority, API key authority, app-switcher catalog/preference authority, browser/headless Auth SDK owner, Flutter Auth SDK owner, principal metadata source for service-local identities, and billable org-seat authority across the platform.",
      "owners": [
        "identity-platform"
      ],
      "service_ids": [
        "svc_auth"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloAuth",
        "PlatformApplications/TopoloAuth/packages/topolo-auth-client",
        "PlatformApplications/TopoloAuth/packages/topolo_auth_flutter"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-bugfix",
      "name": "Improve Topolo",
      "slug": "topolo-bugfix",
      "kind": "application",
      "summary": "Shared contribution and triage surface for Topolo issues, ideas, and product improvements, backed by BugFix AI analysis and pull-request automation.",
      "owners": [
        "ai-platform"
      ],
      "service_ids": [],
      "repo_paths": [
        "PlatformApplications/TopoloBugFix"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-bytes",
      "name": "Bytes",
      "slug": "topolo-bytes",
      "kind": "application",
      "summary": "Media and asset management surface for uploads, organization, review, and sharing.",
      "owners": [
        "media-platform"
      ],
      "service_ids": [
        "svc_r2_media_manager"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloBytes"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-calendar",
      "name": "Calendar",
      "slug": "topolo-calendar",
      "kind": "application",
      "summary": "Cloudflare-native scheduling and bookings application with public booking pages, embeddable widgets, and a cross-app event feed.",
      "owners": [
        "platform-experience"
      ],
      "service_ids": [
        "srv_topolo_calendar"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloCalendar"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-chat",
      "name": "Chat",
      "slug": "topolo-chat",
      "kind": "application",
      "summary": "Cloudflare-native collaboration application for channels, DMs, meetings, guests, and remote assist.",
      "owners": [
        "collaboration"
      ],
      "service_ids": [
        "srv_topolo_chat_web"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloChat"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-commerce",
      "name": "TopoloCommerce",
      "slug": "topolo-commerce",
      "kind": "application",
      "summary": "Multi-vertical commerce workspace spanning a Worker API with extracted organization, queue, and team route modules, an authenticated org-scoped ops web app with canonical /venues/:venueId routes, a separate tablet-first station web app for kitchen, POS, bar, and expo execution against the same live queue contract with direct ticket detail and assignment controls plus phone-friendly lane switching, first-venue onboarding for confirmed empty orgs with strict org-context response handling, a stronger queue command-center shell with filterable live lanes, an inspection rail, and live draft-order visibility for back-of-house screens, staffing-aware queue and team workspaces with ready-now and coverage-gap views, a dedicated ops Experience Studio for venue guest branding, browse-mode control, currency and locale editing with live price preview, per-venue order-intent timer policy, and shared-tab opening requirements, merchandising-grade catalog and import review workspaces, item availability, compare-at pricing, bundle metadata, and modifier-group pricing in the live catalog contract, a live public guest runtime without hidden demo-org fallback, venue-configurable guest-web modes (`classic_menu`, `story_menu`, `reel_menu`) with immersive full-screen story and reel viewers that keep basket access and ordering inside the special view, a stable story shell with swipe-down dismiss, TikTok-style vertical reel navigation, a floating bottom-right voice launcher that now opens a compact guest voice drawer without interrupting browsing, uses server-side Cloudflare Whisper transcription plus a low-cost Cloudflare parser before escalating to `gpt-5.4-mini`, returns guest-facing response copy in the request language by default, supports on-demand translation backed by a reusable D1 translation cache, enforces guest approval before commit, mirrors live guest draft orders through the venue queue Durable Object so staff can see in-progress baskets before finalization, now opens QR-scoped table flows with explicit owner-created shared tabs plus owner-approved joins and optional tab-owner photo references instead of silent shared sessions, keeps the active shared tab and canonical order history stable across refresh on the same device, reconciles guest bill sessions against the current unpaid order scope so later orders do not reset prior payments, and can escalate to staff review with transcript plus optional recording playback, plus direct-entry venue pages that do not expose an in-app back path by default, active-venue-only guest writes, stricter team and ticket assignment validation, optimistic queue concurrency guards, a managed mobile guest surface, a local Venue Edge runtime with `edge_preferred`, `cloud_preferred`, and `cloud_only` modes, local sync-policy control, rescue-uplink runtime reporting, ticket-assignment notification delivery and acceptance support, local team section, team member, staff identity-method, venue device, device-session, and payment-reconciliation administration support on the edge, editable live venue catalogs, a Durable Object-backed live venue queue with stale-snapshot rejection, D1-backed replay-safe mutation and venue-event journals, canonical cloud device, identity, payment, sync-policy, and staff-notification ledgers, a per-venue queue revision ledger, cloud-side Venue Edge sync receipts plus event ingestion, cached-local resilience foundations, and a single richer shared suite demo org under topolo-demo-suite.",
      "owners": [
        "commerce"
      ],
      "service_ids": [
        "srv_topolo_commerce"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloCommerce"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-crm",
      "name": "TopoloCRM",
      "slug": "topolo-crm",
      "kind": "application",
      "summary": "CRM workflows, records, and SDR inbox/control-plane services exposed through the platform auth layer.",
      "owners": [
        "crm"
      ],
      "service_ids": [
        "srv_iCwM4jGXcwlj"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloCRM"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-developers",
      "name": "Topolo Developers",
      "slug": "topolo-developers",
      "kind": "application",
      "summary": "Standalone developer application with a public signup entrypoint, the Developers-owned Topolo app store read model, and the authenticated workspace-backed console where publishers manage apps, App Store taxonomy-backed section/category marketing metadata, launcher deep-link exposure, Android/iOS mobile artifacts, submissions, and build requests while internal operators review app submissions, set app visibility/status, manage developer commerce controls, configure app pricing, and track payout readiness from staff-only routes inside the same product.",
      "owners": [
        "platform-experience"
      ],
      "service_ids": [
        "svc_topolo_developers"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloDevelopers"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-device-platform",
      "name": "Topolo Device Platform",
      "slug": "topolo-device-platform",
      "kind": "application",
      "summary": "Topolo platform-owned TopoloFeed delivery, analytics, Android playback, and device-side app-catalog consumption surfaces.",
      "owners": [
        "device-platform"
      ],
      "service_ids": [],
      "repo_paths": [
        "PlatformApplications/TopoloFeed",
        "PlatformApplications/TopoloMDM",
        "PlatformApplications/TopoloDevelopers"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-forecast",
      "name": "Topolo Forecast",
      "slug": "topolo-forecast",
      "kind": "application",
      "summary": "Cash-flow and P&L forecasting product.",
      "owners": [
        "finance-platform"
      ],
      "service_ids": [
        "srv_T0sKE7LIelMU"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloForecast"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-mdm",
      "name": "TopoloMDM",
      "slug": "topolo-mdm",
      "kind": "application",
      "summary": "MDM platform cluster spanning a device API, tenant realtime hub, operator console, Android DPC, and mobile scaffold.",
      "owners": [
        "device-platform"
      ],
      "service_ids": [
        "svc_topolo_mdm_console",
        "svc_topolo_mdm_api",
        "svc_topolo_state_api"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloMDM",
        "PlatformApplications/TopoloMDM/topolo-provision"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-messaging",
      "name": "Topolo Messaging",
      "slug": "topolo-messaging",
      "kind": "application",
      "summary": "First-party WhatsApp Business messaging application for multi-number brand workspaces, shared inboxes, campaigns, automations, provider webhooks, and cross-application integration boundaries.",
      "owners": [
        "platform-experience",
        "messaging-platform"
      ],
      "service_ids": [
        "srv_topolo_messaging"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloMessaging"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-nexus",
      "name": "Topolo Nexus",
      "slug": "topolo-nexus",
      "kind": "application",
      "summary": "Gateway and usage-management layer for standardized AI, email, payment, and org-scoped model-preference access across the Topolo platform.",
      "owners": [
        "ai-platform"
      ],
      "service_ids": [
        "srv_nexus"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloNexus"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-one",
      "name": "TopoloOne",
      "slug": "topolo-one",
      "kind": "application",
      "summary": "Unified personal and organization live workspace, personal-profile family management, authenticated app catalog, worker-backed pricing, owner-linked subscription billing, content, growth, and developer-acquisition surfaces for TopoloOne.",
      "owners": [
        "platform-experience"
      ],
      "service_ids": [
        "svc_oneclick_dash"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloOne",
        "PlatformApplications/TopoloOne/apps/mobile",
        "PlatformApplications/TopoloOne/packages/topolo_mobile_core"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-p2p",
      "name": "TopoloP2P",
      "slug": "topolo-p2p",
      "kind": "application",
      "summary": "Cross-organization capability network for human and agent business actions, approvals, immutable micro-ledgering, and TopoloPay-managed settlement.",
      "owners": [
        "platform",
        "commerce-platform",
        "ai-platform"
      ],
      "service_ids": [
        "srv_topolo_p2p"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloP2P",
        "PlatformApplications/TopoloDocs"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-pay",
      "name": "Topolo Pay",
      "slug": "topolo-pay",
      "kind": "application",
      "summary": "Payment worker handling orders, webhooks, admin APIs, and static-asset-backed application behavior.",
      "owners": [
        "commerce"
      ],
      "service_ids": [
        "srv_DJInUxp0dLLi"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloPay"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-platform",
      "name": "Topolo Platform",
      "slug": "topolo-platform",
      "kind": "platform",
      "summary": "Shared platform concepts spanning multi-context identity, zero-to-many org and household memberships, entitlements, owner-scoped billing boundaries, API keys, service registration, deployment, and observability.",
      "owners": [
        "platform"
      ],
      "service_ids": [],
      "repo_paths": [
        "PlatformApplications/TopoloAuth",
        "PlatformApplications/TopoloOne",
        "PlatformApplications/TopoloDocs",
        "PlatformApplications/TopoloCloudControl",
        "PlatformApplications/packages/topolo-ui-kit"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-quro",
      "name": "Topolo Quro",
      "slug": "topolo-quro",
      "kind": "application",
      "summary": "QR creation, redirect, and scan-tracking application with modern and legacy UI surfaces.",
      "owners": [
        "growth-platform"
      ],
      "service_ids": [
        "svc_quro_api"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloQuro"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-roadmapper",
      "name": "Topolo Roadmapper",
      "slug": "topolo-roadmapper",
      "kind": "application",
      "summary": "Roadmap and project management application in the Topolo portfolio with AI onboarding, scoped project-chat planning sessions, hierarchy-wide guest sharing and guest edit auditability, and narrative presentation delivery.",
      "owners": [
        "product-platform"
      ],
      "service_ids": [
        "srv_I0z_mOMxdFVa"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloRoadmapper"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-social-studio",
      "name": "Social Studio",
      "slug": "topolo-social-studio",
      "kind": "application",
      "summary": "Hybrid desktop and web production surface for social planning, generation, review, and export. This is the only live Studio-branded application in the suite.",
      "owners": [
        "socialize"
      ],
      "service_ids": [
        "srv_topolo_social_studio"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloSocialStudio"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-support",
      "name": "Topolo Support",
      "slug": "topolo-support",
      "kind": "application",
      "summary": "Tenant-scoped support platform for Topolo internal operations and customer-organization ticket workflows, with support-owned workflow persistence kept outside Topolo Auth.",
      "owners": [
        "support-operations",
        "platform-experience"
      ],
      "service_ids": [
        "svc_topolo_support"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloSupport"
      ],
      "visibility": "public"
    },
    {
      "id": "wallst",
      "name": "WallSt",
      "slug": "wallst",
      "kind": "application",
      "summary": "Third-party WallStreet Dubai wall-layout designer with Topolo Auth workspace access, D1 project persistence, R2 media uploads, export generation, and Durable Object collaboration rooms.",
      "owners": [
        "eighty7"
      ],
      "service_ids": [
        "srv_wallst"
      ],
      "repo_paths": [
        "ThirdPartyApplications/WallSt"
      ],
      "visibility": "public"
    }
  ]
}