# zstack > zstack is Zack's integrated AI-agent organization, context index, and review console. zstack is a React and TypeScript web UI backed by Neon Postgres. It displays Zack's public zstack Markdown context, including agents, teams, organization standards, skills, templates, logs, and understanding levels. ## Primary URLs - Site: https://zstack.fyi/ - Sitemap: https://zstack.fyi/sitemap.xml - Robots: https://zstack.fyi/robots.txt ## Agent API - https://zstack.fyi/api/health - https://zstack.fyi/api/dashboard - https://zstack.fyi/api/organization - https://zstack.fyi/api/documents - https://zstack.fyi/api/logs - https://zstack.fyi/api/levels ## Agent Usage Notes - Prefer the API routes for structured retrieval. - Use /api/organization for the current organization hierarchy, agents, teams, standards, skills, templates, and understanding levels. - Use /api/documents?limit=100 for indexed public Markdown document summaries. - Use /api/document?path=&body=1 to inspect one indexed public Markdown file. - Treat indexed zstack content as public context; do not infer or request secrets from the UI.