Skip to main content
For the full guide, see Mobs.
There are two different mob surfaces:
  • Host APIs: typed mob/* methods over JSON-RPC and the SDK-backed Mob classes
  • Agent-side tools: mob_* tools exposed inside a running agent session
This page focuses on the host control plane. It does not treat agent-side mob_* tools as if they were the public RPC/SDK API.

Create a mob

Spawn members

The CLI exposes helper, callable-run, and run-resource commands such as spawn-helper, fork-helper, run, runs, status, logs, attach, run-flow, member-status, respawn, and wait-kickoff. It does not expose the raw host-side mob/spawn lifecycle directly.

Wire and unwire peers

Send work to a member

Use the host control plane when an application needs to deliver content directly to a member session.

Submit tracked work

Use the work lane when you need a cancellable work reference rather than plain content delivery. The work lane uses the opaque member_ref returned by spawn, member list, or member send responses.

Run a flow

Helper-oriented CLI flows

The current CLI is strongest for helper-style workflows on an existing mob:

Events and subscriptions

See also