Workspace isolation at the database layer
Every workspace is isolated with Row-Level Security enforced inside the database itself — not just in application code. Every query is scoped to your workspace, and the application layer re-checks authorisation on every privileged operation as defence in depth. A misbehaving query cannot cross a workspace boundary.