There are two different mob surfaces:
- Host APIs: typed
mob/*methods over JSON-RPC and the SDK-backedMobclasses - Agent-side tools:
mob_*tools exposed inside a running agent session
mob_* tools as if they were the public RPC/SDK API.Create a mob
- JSON-RPC
- Python
- TypeScript
- Rust
Spawn members
- CLI
- JSON-RPC
- Python
- TypeScript
- Rust
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
- JSON-RPC
- Python
- TypeScript
- Rust
Send work to a member
Use the host control plane when an application needs to deliver content directly to a member session.- JSON-RPC
- Python
- TypeScript
Submit tracked work
Use the work lane when you need a cancellable work reference rather than plain content delivery. The work lane uses the opaquemember_ref returned by spawn, member list, or
member send responses.
- JSON-RPC
- Python
- TypeScript
Run a flow
- CLI
- JSON-RPC
- Python
- TypeScript
- Rust
