Glossary

Agent environment

The set of runtimes, tools, files, and network endpoints an AI coding agent can reach while it works on a task. It covers both where the agent executes code and what that code is allowed to call.

Fact

An agent environment has two halves: an execution boundary and a dependency boundary.

Fact

Code sandboxes such as E2B, Modal, or Docker sandboxes provide the execution boundary.

Fact

LocalCloud provides a Google Cloud dependency boundary so agent-written cloud calls resolve to localhost.

Definition

What Agent environment means here

The set of runtimes, tools, files, and network endpoints an AI coding agent can reach while it works on a task. It covers both where the agent executes code and what that code is allowed to call.

  • An agent environment has two halves: an execution boundary and a dependency boundary.
  • Code sandboxes such as E2B, Modal, or Docker sandboxes provide the execution boundary.
  • LocalCloud provides a Google Cloud dependency boundary so agent-written cloud calls resolve to localhost.
LocalCloud boundary

How to use the term safely

In LocalCloud content, this term should not imply production replacement, legal permission, hidden credentials, or complete cloud parity. It describes a bounded local-development workflow that still needs license review and release validation against real Google Cloud.

Limitations

Use the sandbox deliberately

  • Permitted workflows use local endpoint values and should stop rather than fall back to real Google Cloud or real credentials. The Public Preview License permits individuals and organizations, including for-profit companies, to use LocalCloud for non-production internal development, testing, CI, evaluation, and pilots.
  • LocalCloud emulates bounded local development workflows. Validate application behavior against real Google Cloud before production deployment.
  • Before production deployment, unset LocalCloud emulator environment variables and validate behavior against real Google Cloud.
Next routes

Keep the agent on the supported path