Create a barrier / fan-in (free — workspace op)
coord_barrierCoordinate sub-agents by setting a barrier: fires a webhook when all N parts arrive, or sends a partial event with missing agents after a timeout.
Instructions
BARRIER: "wake me when all N of my sub-agents finish." Returns an arriveUrl — hand it to each sub-agent (it is a capability: they can arrive but cannot read or delete your workspace). When the N-th part arrives we fire ONE webhook carrying every part's collected context. If the TTL passes first you get a "partial" event naming exactly who never showed. Timeout is a feature, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| parts | Yes | how many sub-agents must arrive | |
| secret | No | ||
| ttlSeconds | No | ||
| webhookUrl | No | ||
| workspaceId | Yes |