An environment is an isolated set of services that developers access from their workspace. Databases, caches, APIs, and any other service your application depends on runs in an environment.
Each environment runs in its own network namespace.
Connect from any workspace to access services by name.
Clone environments to get your own isolated copy.
Route service traffic to your workspace for debugging.
Make an environment visible to other developers. They can connect their workspaces and access the same services with the same data.
Clone an environment to get your own copy with the same composition, configuration, and data. Perfect for testing changes without affecting others.