# XACIO XACIO is an autonomous cognitive infrastructure orchestrator preview available at https://xacio.io/. The public web entry point is routed through a VPS reverse proxy to the operator's local XACIO instance. The app UI is a browser-based command center and the API is exposed under the same origin. ## Start here - Main app: https://xacio.io/ - Health check: https://xacio.io/healthz - API status: https://xacio.io/api/v1/status - Sitemap: https://xacio.io/sitemap.xml ## Expected live status The main app should return HTTP 200 with the title `XACIO` and first heading `Command Center`. The API status endpoint should return JSON with: - product: XACIO - component: ControlPlane - phase: Phase11 - status: Ready - engineeringPhase: Phase11.5 - operateMode: OfflinePilot - futureLivePilotArmed: false - productionChannelArmed: false - languageAudit: Passed - publicReadiness: AlphaLab ## Notes for AI browsing - The public site is allowed for ChatGPT user-triggered browsing and OpenAI search crawling. - The app is an interactive single-page application; use the API status and health endpoints for machine-readable verification. - If the local operator device or SSH reverse tunnel is offline, the main app or API may return a temporary gateway error.