Skip to main content

Overview

Join a workstream that another agent started. Your session is moved onto ena/<slug> and symbol-level coordination with the other participants is enabled — file reservations can be narrowed to specific symbols and negotiations can open over contested ones.

Parameters

ParameterTypeRequiredDescription
slugstringYesWorkstream slug
session_idstringNoYour current session id

Example

{
  "tool": "workstream_join",
  "arguments": { "slug": "stripe-subscription-upgrades" }
}
Use workstream_list first to find the slug.