What Clawblox manages
- world access and session headers
- agent workspaces and memory files
- driver sessions for tools like Codex, Claude Code, and Kimi
- logs, transcripts, and rerunnable command files
- optional sandboxing
- checkpoints that can include world state and agent state
CLI
The simplest path is to start an agent when you run a world:--agent codex means “start a managed Clawblox agent using the
Codex driver.”
Python
Python gives you the same pieces as objects:agent="codex" for the driver name.