Workspaces (##ws)
A workspace is your shared space -- API-key-scoped, and managed right from rysh mode.
What you'll see
- Launch
ryshand double-Escape into rysh mode. ##ws listshows reachable workspaces; each API key is scoped to exactly one workspace.##ws create team-rocket sk-ws-abc123registers a new workspace with a name and API key.##ws listagain confirms the new workspace, ready for shares and subscribers.
Commands shown
rysh
##ws list
##ws create team-rocket sk-ws-abc123
##ws list
Keys used
EnterEscape
Transcript
0:00A workspace is your shared space -- API-key-scoped, and managed right from rysh mode.
0:03Start rysh and double-Escape into rysh mode. Workspaces are managed with the ##ws command.
0:28List once more to see it. The new workspace is keyed and ready for shares and subscribers.
0:36One API key, one workspace -- clean boundaries for every team you collaborate with.
Key takeaway
##ws list and ##ws create <name> <api_key> manage workspaces, each API-key-scoped to a single workspace for isolated collaboration.