Run agents in the cloud without giving up the engine.

Use Codebolt Cloud for hosted agents, sandboxes, webhooks, long-running tasks, and managed access to the same runtime used locally.

Agent cloud should not mean a separate product with separate memory and separate tools. Codebolt Cloud is another surface on the same engine: run jobs remotely, connect webhooks, manage sandboxes, and keep work compatible with local and self-hosted Codebolt.

Cloud agent patterns


                    schedule
webhook
user request
   ↓
cloud agent run

                  

Hosted long-running work

Move slow or scheduled work out of your laptop. Run autonomous agents for monitoring, maintenance, research, code review, customer workflows, and background automation.


                    Codebolt Cloud
  → sandbox A
  → sandbox B
  → remote server

                  

Managed sandboxes

Run agents in isolated environments for builds, tests, experiments, and remote execution. Connect Docker, hosted sandboxes, remote servers, or custom environment providers.


                    local server
self-hosted server
Codebolt Cloud
same runtime model

                  

Cloud plus self-hosted

Use the hosted portal when you want convenience, or self-host Codebolt server when you need control. Both paths keep the same engine model: agents, plugins, memory, routing, and orchestration.

Remote agents still connect to your product surfaces

Cloud agents can be triggered by webhooks, schedules, chat channels, native apps, and plugins. They can route through the gateway, use persistent memory, call custom agents, and coordinate across environments.

            webhook / schedule / chat
         ↓
Codebolt Gateway
         ↓
cloud agent runtime
   ↙      ↓       ↘
memory  plugins  sandboxes

          

Run agent work where it belongs.