Hysen Labs
Open-source project
juspay/xyne-spaces avatar
juspay

xyne-spaces

The AI Org-OS, a collaborative platform for humans and agents.

120 stars14 forksTypeScriptApache-2.0
DEEP OPEN-SOURCE ANALYSIS

Xyne Spaces builds an org context layer for people and agents

juspay/xyne-spaces is an organization operating system that centers on a permission-aware context store fed by connectors like Slack and Google Workspace. Around it sit collaborative apps and sandboxed agents.

The context store at the core

Connectors bring in Slack, Gmail and Google Workspace, Microsoft 365, Jira, and Confluence, and normalize everything into PostgreSQL indexed into Vespa behind the same access controls as the rest of the system. Reads are scoped to the acting user, writes go through one central permission layer, and agents inherit the invoking user's access with no privileged bypass. The README calls this data-layer enforcement the foundation of the whole product.

Apps and agents on top

Eight apps sit around the store: Call, Claw, Agentic Search, Automations, Customer Support Desk, Chat, Canvas, and Tickets, each adopted independently and all reading and writing through the same model. Claw agents run in a sandbox that holds no secrets and has no shell, with any real bash executed inside a Kata Containers microVM that has egress closed. Tools that write, such as creating a ticket or sending a message as you, post an approve or decline card and wait for a click.

Getting it running

Prerequisites are Node.js 22.x, pnpm 10.15.0, and Docker with Compose. After cloning, a single pnpm run up command walks through environment setup, dependency install, secret generation, service start, and a dev session. The bootstrap uses a diagnostic tool called Xyne Doctor, and Claw Auth brokers more than 50 MCP integrations spanning code, work tracking, data, product, and design tools.

Editorial conclusion

The platform is licensed under Apache-2.0 and signs in locally with the admin@xyne.ai account during a development setup.

DEEP OPEN-SOURCE ANALYSIS

Official sources

Community notes

Community notes