AI / OpenClaw Interview Questions
What is Canvas in OpenClaw?
Canvas is an agent-driven visual workspace within OpenClaw that runs as its own separate server process, rather than being folded into the main Gateway.
- Defaults to running on port 18793
- Kept isolated from the Gateway specifically so that if Canvas crashes, the Gateway keeps operating normally
- Represents its own distinct security boundary, since Canvas serves agent-writable content
This separation is a deliberate architectural choice, isolating a component that renders agent-generated content from the core routing and session logic that everything else depends on.
More Related questions...