Skip to main content
A task is an AI coding session with its own cloud development environment. Each task has a full Linux sandbox with your repository cloned, dependencies installed, and environment variables configured.

What’s in a task

Each task includes:
  • Cloud sandbox — isolated Linux environment with terminal access
  • Repository clone — your code on the specified branch
  • AI agent — Claude, Codex, or Gemini with full codebase context
  • Conversation history — persisted across sessions
  • Preview URLs — public access to running services

Task isolation

Tasks are fully isolated from each other. Each task has its own:
  • Filesystem
  • Running processes
  • Network namespace
  • Environment variables
Changes in one task don’t affect other tasks, even for the same repository.

Returning to a task

When you return to a task, it picks up right where you left off—filesystem state, running processes, and conversation history are all preserved.