Collaboration and Sharing

Organizations and Spaces

Organizations

Every entity belongs to an org. Users can belong to multiple orgs.

grid whoami                   # See your orgs
grid use <org-slug>           # Switch active org

Check org provisioning status:

grid org status <org-slug>

Spaces

Spaces group entities within an org for discovery — like channels in Slack.

grid space list                          # List spaces
grid space create dev-tools --name "Dev Tools"  # Create a space
grid space show dev-tools                # Show space details
grid space archive dev-tools             # Archive a space

Assign an entity to a space during init:

grid init app my-tool --type node --space dev-tools