Work in an isolated sandbox
Each session has filesystem, network, and runtime access in its own cloud sandbox. The agent can explore a codebase and run the tools needed to complete a task.
Entry Agents
Entry Agents works on software tasks inside an isolated cloud sandbox. Give it a repository and an objective; it can inspect code, use the shell, make changes, and commit work through Git without requiring a local development environment.
Each session has filesystem, network, and runtime access in its own cloud sandbox. The agent can explore a codebase and run the tools needed to complete a task.
Sessions use branches and can commit and push completed work, so changes stay connected to the repository workflow your team already uses.
Entry Agents coordinates multi-step work as durable workflows, allowing agent runs to recover from transient failures and resume their progress.