{
  "build_target": "public",
  "generated_at": "2026-04-10T10:31:25.868Z",
  "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-08",
      "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-07",
      "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"
      ],
      "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-07",
      "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",
        "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-07",
      "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-07",
      "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-10",
      "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/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-07",
      "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-07",
      "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/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-07",
      "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-07",
      "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-10",
      "source_repos": [
        "PlatformApplications/TopoloCommerce"
      ],
      "system_ids": [
        "topolo-commerce",
        "topolo-auth",
        "topolo-mdm",
        "topolo-nexus",
        "topolo-nodo",
        "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/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-07",
      "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/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-10",
      "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/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-07",
      "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/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-09",
      "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-07",
      "source_repos": [
        "PlatformApplications/TopoloMDM",
        "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/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-07",
      "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/nodo",
      "path": "/applications/nodo",
      "title": "Topolo Nodo",
      "summary": "Public overview of the Nodo-era product family spanning app distribution, feed delivery, analytics, Android playback, and provisioning surfaces.",
      "audience": "public",
      "owners": [
        "device-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-07",
      "source_repos": [
        "NodoPlatform",
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "topolo-nodo",
        "topolo-auth"
      ],
      "tags": [
        "nodo",
        "devices",
        "feeds"
      ],
      "aliases": [],
      "related_docs": [
        "/systems/topolo-nodo",
        "/internal/apps/nodo"
      ],
      "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/nodo"
    },
    {
      "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-10",
      "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-07",
      "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/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-07",
      "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-08",
      "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/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-07",
      "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-07",
      "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": "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-10",
      "source_repos": [
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "socialize",
        "topolo-admin",
        "topolo-agent",
        "topolo-auth",
        "topolo-bugfix",
        "topolo-bytes",
        "topolo-chat",
        "topolo-commerce",
        "topolo-crm",
        "topolo-developers",
        "topolo-forecast",
        "topolo-mdm",
        "topolo-nexus",
        "topolo-nodo",
        "topolo-one",
        "topolo-pay",
        "topolo-platform",
        "topolo-quro",
        "topolo-roadmapper",
        "topolo-social-studio"
      ],
      "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-10",
      "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-10",
      "source_repos": [
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "socialize",
        "topolo-admin",
        "topolo-agent",
        "topolo-auth",
        "topolo-bugfix",
        "topolo-bytes",
        "topolo-chat",
        "topolo-commerce",
        "topolo-crm",
        "topolo-developers",
        "topolo-forecast",
        "topolo-mdm",
        "topolo-nexus",
        "topolo-nodo",
        "topolo-one",
        "topolo-pay",
        "topolo-platform",
        "topolo-quro",
        "topolo-roadmapper",
        "topolo-social-studio"
      ],
      "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-10",
      "source_repos": [
        "PlatformApplications/TopoloDocs"
      ],
      "system_ids": [
        "socialize",
        "topolo-admin",
        "topolo-agent",
        "topolo-bugfix",
        "topolo-bytes",
        "topolo-chat",
        "topolo-commerce",
        "topolo-crm",
        "topolo-developers",
        "topolo-forecast",
        "topolo-mdm",
        "topolo-nexus",
        "topolo-nodo",
        "topolo-one",
        "topolo-pay",
        "topolo-quro",
        "topolo-roadmapper",
        "topolo-social-studio"
      ],
      "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-07",
      "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, user management, service controls, audit surfaces, and developer-platform review queues.",
      "audience": "public",
      "owners": [
        "platform-admin"
      ],
      "status": "active",
      "last_verified": "2026-04-10",
      "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-07",
      "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, authorization, service registry, and API key authority for the platform.",
      "audience": "public",
      "owners": [
        "identity-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-10",
      "source_repos": [
        "PlatformApplications/TopoloAuth"
      ],
      "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": "Topolo BugFix",
      "summary": "Bug analysis and issue-resolution tooling inside the Topolo portfolio.",
      "audience": "public",
      "owners": [
        "ai-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-07",
      "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-07",
      "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-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-09",
      "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, an authenticated org-scoped ops web app with canonical /venues/:venueId routes, a live public guest runtime without hidden demo-org fallback, a managed mobile guest surface, editable live venue catalogs, a Durable Object-backed live venue queue, D1-backed replay-safe mutation and venue-event journals, a cloud-side Venue Edge enrollment and sync contract, 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-10",
      "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-07",
      "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 plus the authenticated portal for profile management, app submissions, and request intake.",
      "audience": "public",
      "owners": [
        "platform-experience"
      ],
      "status": "active",
      "last_verified": "2026-04-10",
      "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-forecast",
      "path": "/systems/topolo-forecast",
      "title": "Topolo Forecast",
      "summary": "Cash-flow and P&L forecasting product. Older repo and product references may still call it FinSight.",
      "audience": "public",
      "owners": [
        "finance-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-07",
      "source_repos": [
        "PlatformApplications/TopoloForecast"
      ],
      "system_ids": [
        "topolo-forecast"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-forecast"
      ],
      "aliases": [
        "FinSight"
      ],
      "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, operator console, and mobile scaffold.",
      "audience": "public",
      "owners": [
        "device-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-09",
      "source_repos": [
        "PlatformApplications/TopoloMDM"
      ],
      "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-nexus",
      "path": "/systems/topolo-nexus",
      "title": "Topolo Nexus",
      "summary": "Gateway and usage-management layer for standardized AI, email, and payment provider access across the Topolo platform.",
      "audience": "public",
      "owners": [
        "ai-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-07",
      "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-nodo",
      "path": "/systems/topolo-nodo",
      "title": "Topolo Nodo",
      "summary": "Cluster of Nodo-era distribution, feed, analytics, and Android surfaces retained in the platform repo.",
      "audience": "public",
      "owners": [
        "device-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-07",
      "source_repos": [
        "NodoPlatform"
      ],
      "system_ids": [
        "topolo-nodo"
      ],
      "tags": [
        "system",
        "hub",
        "application",
        "topolo-nodo"
      ],
      "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-nodo"
    },
    {
      "id": "systems/topolo-one",
      "path": "/systems/topolo-one",
      "title": "TopoloOne",
      "summary": "Unified admin dashboard plus worker-backed pricing, content, growth, and developer-acquisition surfaces for TopoloOne.",
      "audience": "public",
      "owners": [
        "platform-experience"
      ],
      "status": "active",
      "last_verified": "2026-04-10",
      "source_repos": [
        "PlatformApplications/TopoloOne"
      ],
      "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-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-07",
      "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 identity, API keys, service registration, deployment, and observability.",
      "audience": "public",
      "owners": [
        "platform"
      ],
      "status": "active",
      "last_verified": "2026-04-10",
      "source_repos": [
        "PlatformApplications/TopoloAuth",
        "PlatformApplications/TopoloOne",
        "PlatformApplications/TopoloDocs"
      ],
      "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-07",
      "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 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-09",
      "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-07",
      "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": "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-07",
      "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-10",
      "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-07",
      "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": "Topolo BugFix API",
      "summary": "Application API surface and contract reference for Topolo BugFix.",
      "audience": "public",
      "owners": [
        "ai-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-07",
      "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-07",
      "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-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-09",
      "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-10",
      "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-07",
      "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-10",
      "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-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-07",
      "source_repos": [
        "PlatformApplications/TopoloForecast"
      ],
      "system_ids": [
        "topolo-forecast"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-forecast"
      ],
      "aliases": [
        "FinSight"
      ],
      "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-09",
      "source_repos": [
        "PlatformApplications/TopoloMDM"
      ],
      "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-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-07",
      "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-nodo",
      "path": "/reference/apps/topolo-nodo",
      "title": "Topolo Nodo API",
      "summary": "Application API surface and contract reference for Topolo Nodo.",
      "audience": "public",
      "owners": [
        "device-platform"
      ],
      "status": "active",
      "last_verified": "2026-04-07",
      "source_repos": [
        "NodoPlatform"
      ],
      "system_ids": [
        "topolo-nodo"
      ],
      "tags": [
        "reference",
        "api",
        "application",
        "topolo-nodo"
      ],
      "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-nodo"
    },
    {
      "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-10",
      "source_repos": [
        "PlatformApplications/TopoloOne"
      ],
      "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-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-07",
      "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-07",
      "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-09",
      "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-07",
      "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/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-10",
      "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-10",
      "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, user management, service controls, audit surfaces, and developer-platform review queues.",
      "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, authorization, service registry, and API key authority for the platform.",
      "owners": [
        "identity-platform"
      ],
      "service_ids": [
        "svc_auth"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloAuth"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-bugfix",
      "name": "Topolo BugFix",
      "slug": "topolo-bugfix",
      "kind": "application",
      "summary": "Bug analysis and issue-resolution tooling inside the Topolo portfolio.",
      "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-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, an authenticated org-scoped ops web app with canonical /venues/:venueId routes, a live public guest runtime without hidden demo-org fallback, a managed mobile guest surface, editable live venue catalogs, a Durable Object-backed live venue queue, D1-backed replay-safe mutation and venue-event journals, a cloud-side Venue Edge enrollment and sync contract, 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 plus the authenticated portal for profile management, app submissions, and request intake.",
      "owners": [
        "platform-experience"
      ],
      "service_ids": [],
      "repo_paths": [
        "PlatformApplications/TopoloDevelopers"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-forecast",
      "name": "Topolo Forecast",
      "slug": "topolo-forecast",
      "kind": "application",
      "summary": "Cash-flow and P&L forecasting product. Older repo and product references may still call it FinSight.",
      "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, operator console, and mobile scaffold.",
      "owners": [
        "device-platform"
      ],
      "service_ids": [
        "svc_nodo_mdm_console",
        "svc_nodo_mdm_api",
        "svc_nodo_state_api"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloMDM"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-nexus",
      "name": "Topolo Nexus",
      "slug": "topolo-nexus",
      "kind": "application",
      "summary": "Gateway and usage-management layer for standardized AI, email, and payment provider access across the Topolo platform.",
      "owners": [
        "ai-platform"
      ],
      "service_ids": [],
      "repo_paths": [
        "PlatformApplications/TopoloNexus"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-nodo",
      "name": "Topolo Nodo",
      "slug": "topolo-nodo",
      "kind": "application",
      "summary": "Cluster of Nodo-era distribution, feed, analytics, and Android surfaces retained in the platform repo.",
      "owners": [
        "device-platform"
      ],
      "service_ids": [
        "svc_nodo_state_api"
      ],
      "repo_paths": [
        "NodoPlatform"
      ],
      "visibility": "public"
    },
    {
      "id": "topolo-one",
      "name": "TopoloOne",
      "slug": "topolo-one",
      "kind": "application",
      "summary": "Unified admin dashboard plus worker-backed pricing, content, growth, and developer-acquisition surfaces for TopoloOne.",
      "owners": [
        "platform-experience"
      ],
      "service_ids": [
        "svc_oneclick_dash"
      ],
      "repo_paths": [
        "PlatformApplications/TopoloOne"
      ],
      "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 identity, API keys, service registration, deployment, and observability.",
      "owners": [
        "platform"
      ],
      "service_ids": [],
      "repo_paths": [
        "PlatformApplications/TopoloAuth",
        "PlatformApplications/TopoloOne",
        "PlatformApplications/TopoloDocs"
      ],
      "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 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"
    }
  ]
}