Knowledge Portal · engineering documentation

Skip to content

Documentation vs Company OS

ZAIXOS follows the same pattern as Stripe, Google Cloud, AWS, and Shopify:

SurfaceURLAudienceAuthentication
Corporate site/Prospects, partnersNone
Knowledge Portal/docsEngineers, partners, publicNone
Company OS/adminFounders, staff, operatorsRequired
Product admin*.clinic.zaixos.com/adminClinic staffRequired

Why /docs is public

Engineering documentation is a trust and velocity layer:

  • Onboarding engineers without friction
  • Sharing architecture with partners and auditors
  • Publishing ADRs, standards, and API reference
  • Searchable knowledge (⌘K in this portal)

Public docs do not expose secrets, customer data, or operational controls — only approved engineering knowledge.

Why /admin is private

The Company OS is the internal operating system:

  • Users, roles, permissions
  • Customers, finance, CRM
  • Deployments, incidents, infrastructure
  • Agent operations, releases, approvals

This requires authentication because it manages live company state, not published knowledge.

How they connect

Knowledge Portal (/docs)Company OS (/admin)
Architecture, ADRs, standardsArchitecture Explorer (live graph)
Platform & product referenceProducts & Platforms CRUD
Agent documentationAgent Operations Center (live metrics)
Local operations guideOperations dashboard (live alerts)
Static search (VitePress)Company Search + AI (indexed federation)

Staff use both: learn from /docs, operate from /admin.

Deploy commands

bash
# Publish docs to https://zaixos.com/docs
cd zaixos-engineering-platform
npm run docs:deploy

# Bootstrap Company OS data
cd zaixos-company-platform
php artisan company-os:bootstrap

Breadcrumbs: HomeWorkspace → Docs vs Admin

ZAIXOS Knowledge Portal — public engineering docs at /docs · Staff operations at /admin