Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.joggr.ai/llms.txt

Use this file to discover all available pages before exploring further.

Remote sandboxes are not yet available. Follow the roadmap →
Remote sandboxes run your code on cloud environments — so agents can execute long-running tasks without tying up your machine, and teams can collaborate on the same environment.

Why Remote

Local worktrees and containers both require your machine to stay on and connected. That works for quick tasks, but breaks down when:
  • Tasks run for hours — large refactors, test suites, or migrations that shouldn’t depend on your laptop staying open
  • You need more compute — GPU access, high memory, or beefy CPUs that your local machine can’t provide
  • Teams need to collaborate — multiple people reviewing, debugging, or iterating on the same environment
  • CI-like execution — you want agent work to run like a pipeline, not a local process

What You Get

Cloud Execution

Run agents on remote machines. Your laptop can sleep — the work continues.

Scalable Resources

Choose the machine size for the job. Scale up for GPU or high-memory tasks, scale down after.

Persistent State

Sandboxes persist across sessions. Disconnect and reconnect without losing state.

Preview URLs

Expose preview URLs for running apps — review a full Next.js UI in your browser and tell the agent what to fix.

How It Works

1

Provision

Joggr provisions a cloud sandbox and clones your repository automatically. The default joggr/claude image includes Claude and other AI tools out of the box.
2

Configure

Optionally provide a Dockerfile to install additional dependencies (apt-get, language runtimes, etc.). Only public base images are supported.
3

Execute

The agent runs in the cloud. Detach and it keeps running in the background — your laptop can sleep and the work continues. Reattach anytime to check progress.
4

Cleanup

Sandboxes auto-expire after the configured timeout, or you can remove them manually.