HomeTutorials › Upstream & Remote
Upstream & Remote

Workspaces (##ws)

#098 0:12 Part of the Rysh video series

A workspace is your shared space -- API-key-scoped, and managed right from rysh mode.

Workspaces (##ws) — 0:12 walkthrough

What you'll see

  1. Launch rysh and double-Escape into rysh mode.
  2. ##ws list shows reachable workspaces; each API key is scoped to exactly one workspace.
  3. ##ws create team-rocket sk-ws-abc123 registers a new workspace with a name and API key.
  4. ##ws list again 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.