Spaces Guide

A Space is a workspace that owns Bindings and Sets. It defines the access boundary for your knowledge.

Space Types

Personal Space

Team Space

Open Space

Member Roles

RoleReadCreateEdit OwnEdit AllDelete AllManage MembersDelete Space
ownerYesYesYesYesYesYesYes
adminYesYesYesYesYesYesNo
memberYesYesYes (own)NoNoNoNo

Public Spaces and SEO

When a team Space is set to public (or for open Spaces):

Creating a Team Space

Via Web

  • Go to bind.ly/app
  • Click "New Space"
  • Choose type "Team"
  • Set name and optional description
  • Toggle "Public" if desired
  • Via MCP

    mcp_create_space({ name: "My Team", type: "team", isPublic: true })