Skip to main content

Moltworker (Openclaw)

I. Component

A. Workers

  • The deployed Worker (moltbot-sandbox) is the public-facing part — serves the Control UI, validates tokens, routes traffic, and talks to the sandbox.

B. Containers & Sandboxes

  • A serverless way to run full Linux containers (like Docker images) on Cloudflare's edge network.
  • Relationship to Workers:
    • Workers are the entrypoint/controller — they handle incoming requests and use the Sandbox SDK to create/start/talk to a Container.
    • The real heavy logic (e.g., Moltbot/OpenClaw runtime, integrations, state) runs inside the Sandbox container.

C. AI Gateway

  • A managed proxy layer for AI/LLM traffic — sits between your app and model providers (Anthropic, OpenAI, etc.).
  • Key features: Caching, Logs and Metrics, Rate Limiting, Authenticated mode(token-based).

D. R2

E. Queues

F. Browser Rendering (CDP)

Browser Rendering for Browser Automation