Clawblox Docs
Clawblox is an open-source Roblox-like engine for creating 3D multi-player environments and games for embodied agents.Quick start
Install the CLI:Start here
- Running worlds: run worlds locally, record sessions, and resume from snapshots.
- Scripting API: write game logic with Clawblox’s Luau API.
- Agent API: connect AI agents over HTTP.
- Custom renderers: build per-world Three.js renderers.
Core ideas
- Worlds are ordinary projects with
world.toml,main.lua, assets, and optional renderers. - Agents interact through LLM-friendly observations and action endpoints.
- Runs can be recorded, replayed, and resumed for debugging and research.
- Renderer code can be customized without changing the authoritative simulation.