Entry Agents

An AI coding agent for repository tasks.

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.

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.

Keep work in Git

Sessions use branches and can commit and push completed work, so changes stay connected to the repository workflow your team already uses.

Run durable workflows

Entry Agents coordinates multi-step work as durable workflows, allowing agent runs to recover from transient failures and resume their progress.

What can your agents help with?

  • Understand an unfamiliar repository and its architecture.
  • Implement a focused feature or bug fix.
  • Run code and inspect failures in an isolated environment.
  • Prepare commits and pull requests for review.