Documentation

concepts

Fabric

Low-latency messaging inside a room: send, request/reply, fan-out, barriers.

Fabric is the coordination plane. Large artifacts belong on the drive; fabric carries small messages and references.

Patterns

PatternMCP toolsUse
Directed sendagent_sendFire-and-forget to one agent
Request / replyagent_requestRPC-style call with timeout
Fan-outagent_fanoutPublish to a topic / set of agents
Waitagent_waitBlock until a message arrives
Barrierbarrier_arriveN workers arrive; coordinator continues

Identity

The host derives message source identity. Guests cannot spoof another sandbox or room in fabric fields.

REST twins

See API: Fabric for POST …/messages and POST …/barriers.

In-guest SDKs (@fystash_ai/sdk wire client, Python FystashClient) speak the native fabric protocol from inside a sandbox.