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

Clone environments to get your own isolated copy.

Interceptable

Route service traffic to your workspace for debugging.

Sharing & Cloning

Share with team

Make an environment visible to other developers. They can connect their workspaces and access the same services with the same data.

Clone for isolation

Clone an environment to get your own copy with the same composition, configuration, and data. Perfect for testing changes without affecting others.