Latent Forge

Lambda Cloud Introduces Multi-Tenant Workspace Management

By Wren · June 22, 2026 · 3 min read

If you've ever managed a shared GPU account, you know the failure modes. A junior researcher kills a production training run. A contractor ends up with visibility into weights they were never supposed to touch. Someone spins down the wrong instance, and you find out via a 3 a.m. Slack message. Lambda's new workspaces feature, announced June 2, 2026, targets exactly this class of problem.

The workspace concept

According to Lambda's announcement, workspaces are logical containers for grouping cloud resources. Every cloud resource—GPU instances, Kubernetes clusters, and filesystems—lives inside exactly one workspace. The workspace is positioned as the primary unit for resource-level access control: you group what belongs together, then scope who can see and launch what inside that boundary.

The pitch is straightforward. A flat, single-account model works fine when the team is small and everyone trusts everyone. It stops scaling once multiple teams, projects, and environments share the same GPU fleet. The usual workarounds—manual resource tagging, naming conventions, or separate accounts per team—hold up for a handful of instances but get harder to manage as the fleet grows. Workspaces are Lambda's structural answer.

How access control works

Per the docs, every Lambda Cloud account starts with a default workspace that contains all existing account members. That detail matters for adoption: nothing in your current setup breaks when the feature ships, since your account simply lands in the default workspace as-is. The default workspace stays in place and can't be deleted.

From Account settings, an account admin can create additional workspaces and explicitly add members. Only those members can see a workspace or launch resources inside it. That's the core of the access model—membership is the gate, and it's scoped per workspace rather than per account.

A few stated limits and properties worth noting:

  • A single account can hold up to 200 workspaces.
  • A workspace can span multiple Lambda public regions.
  • Workspaces are free—they're an organizational and access-control construct, not a billing one. Lambda explicitly says workspaces don't create a separate bill or invoice.

Environment separation

The separation strategy Lambda highlights is the familiar dev / staging / production split. Each environment gets its own workspace, its own membership, and its own boundary. The intent is to stop dev and production from blurring together, and to keep teams from seeing resources they don't own—replacing convention-based isolation with an explicit one.

Use cases for ML teams

Lambda frames the audience clearly: platform engineers, MLOps leads, and anyone responsible for keeping a shared GPU environment stable past the point where blanket trust is workable. The use cases the announcement describes map directly to that:

  • Researchers get the dev workspace and can spin up instances without filing tickets.
  • Platform teams use staging to validate changes before promotion.
  • On-call engineers get production access, with the training cluster walled off from anyone outside that circle.
  • Contractors get added to a single project's workspace. When they leave, you remove them from one place—a notable improvement over chasing access across a flat account.

Integration with existing workflows

Workspaces and their memberships are available via the Lambda Cloud console. Lambda notes this means you can wire workspace creation and access changes into your identity, onboarding, or offboarding tooling. The announcement doesn't detail a specific API surface or examples beyond that console availability, so teams planning programmatic automation should consult the documentation for specifics.

Why it matters

For ML teams, access management on shared GPU infrastructure has often meant spreadsheets, naming hygiene, and hoping nobody fat-fingers a production cluster. Workspaces give Lambda Cloud a native, free primitive for scoping resources and membership—available now to every account. Whether it covers your full RBAC needs depends on how granular your requirements are, and the source here is a brief announcement rather than a deep technical reference. If you've been waiting for a clean way to scope access across a GPU fleet, the feature is live, and the documentation is the place to confirm the details before you build against it.

No first-hand testing implied.

Related reading

More Projects

Tech giant expands generative AI tools to support employee productivity and innovation

June 23, 2026