Environments
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.
Isolated
Each environment runs in its own network namespace.
Accessible
Connect from any workspace to access services by name.
Clonable
Fork environments to get your own isolated copy.
Interceptable
Route service traffic to your workspace for debugging.