From ef64b5830bb8fe128b2e3c02a017082002cee064 Mon Sep 17 00:00:00 2001
From: Noah Luna <15202580+ngrayluna@users.noreply.github.com>
Date: Thu, 16 Apr 2026 14:46:56 -0700
Subject: [PATCH] Update wording
---
sandboxes/create-sandbox.mdx | 2 +-
sandboxes/file-access.mdx | 2 +-
sandboxes/invoke-agent-sandbox-tutorial.mdx | 2 +-
sandboxes/lifecycle.mdx | 2 +-
sandboxes/mltrain-in-sandbox-tutorial.mdx | 2 +-
sandboxes/run-commands.mdx | 2 +-
sandboxes/secrets.mdx | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/sandboxes/create-sandbox.mdx b/sandboxes/create-sandbox.mdx
index c743af0c16..da80096df7 100644
--- a/sandboxes/create-sandbox.mdx
+++ b/sandboxes/create-sandbox.mdx
@@ -4,7 +4,7 @@ description: Learn how to create W&B Sandboxes.
---
-W&B Sandboxes is in private preview, available by invitation only. To request enrollment, contact [support](mailto:support@wandb.com) or your AISE.
+W&B Sandboxes is in private preview, available by invitation only. To request enrollment, contact [support](mailto:support@wandb.com) or your Account Team.
Create sandboxes with W&B. Each sandbox runs in its own container with its own [filesystem](/sandboxes/file-access), network, and process space.
diff --git a/sandboxes/file-access.mdx b/sandboxes/file-access.mdx
index 950317e4e9..982519e35e 100644
--- a/sandboxes/file-access.mdx
+++ b/sandboxes/file-access.mdx
@@ -4,7 +4,7 @@ description: Learn how to read, write, and mount files in W&B Sandboxes.
---
-W&B Sandboxes is in private preview, available by invitation only. To request enrollment, contact [support](mailto:support@wandb.com) or your AISE.
+W&B Sandboxes is in private preview, available by invitation only. To request enrollment, contact [support](mailto:support@wandb.com) or your Account Team.
Use file operations to share data between your local environment and a sandbox. You can read files from a sandbox, write files to it, or mount local files and directories into it.
diff --git a/sandboxes/invoke-agent-sandbox-tutorial.mdx b/sandboxes/invoke-agent-sandbox-tutorial.mdx
index 3fc085cf70..1bfea03a70 100644
--- a/sandboxes/invoke-agent-sandbox-tutorial.mdx
+++ b/sandboxes/invoke-agent-sandbox-tutorial.mdx
@@ -4,7 +4,7 @@ description: "Learn how to invoke OpenAI agent within a W&B Sandbox environment"
---
-W&B Sandboxes is in private preview, available by invitation only. To request enrollment, contact [support](mailto:support@wandb.com) or your AISE.
+W&B Sandboxes is in private preview, available by invitation only. To request enrollment, contact [support](mailto:support@wandb.com) or your Account Team.
In this tutorial, you will invoke an agent within a W&B Sandbox environment. To do this, you will start a sandbox with the appropriate environment variables, install the necessary dependencies, and run a Python script that creates and invokes a simple OpenAI agent that uses tool calls to get the weather for a location and respond with a punny weather forecast.
diff --git a/sandboxes/lifecycle.mdx b/sandboxes/lifecycle.mdx
index 7eab96d7f4..272f093e75 100644
--- a/sandboxes/lifecycle.mdx
+++ b/sandboxes/lifecycle.mdx
@@ -4,7 +4,7 @@ description: Learn about the lifecycle of a W&B Sandbox, including its states, h
---
-W&B Sandboxes is in private preview, available by invitation only. To request enrollment, contact [support](mailto:support@wandb.com) or your AISE.
+W&B Sandboxes is in private preview, available by invitation only. To request enrollment, contact [support](mailto:support@wandb.com) or your Account Team.
A W&B Sandbox goes through several states during its lifecycle. The sandbox's state determines which operations are available.
diff --git a/sandboxes/mltrain-in-sandbox-tutorial.mdx b/sandboxes/mltrain-in-sandbox-tutorial.mdx
index 4a7339a557..49511f9bd4 100644
--- a/sandboxes/mltrain-in-sandbox-tutorial.mdx
+++ b/sandboxes/mltrain-in-sandbox-tutorial.mdx
@@ -4,7 +4,7 @@ description: "Learn how to train a PyTorch model in a W&B Sandbox environment wi
---
-W&B Sandboxes is in private preview, available by invitation only. To request enrollment, contact [support](mailto:support@wandb.com) or your AISE.
+W&B Sandboxes is in private preview, available by invitation only. To request enrollment, contact [support](mailto:support@wandb.com) or your Account Team.
In this tutorial you will train a PyTorch model in a W&B Sandbox environment. To do this, you will start a sandbox with the appropriate environment variables, install the necessary dependencies, and run a Python script that trains a simple neural network on the UCI Zoo dataset.
diff --git a/sandboxes/run-commands.mdx b/sandboxes/run-commands.mdx
index 8682b39d88..8d89e3a5b8 100644
--- a/sandboxes/run-commands.mdx
+++ b/sandboxes/run-commands.mdx
@@ -4,7 +4,7 @@ description: Learn how to run commands in a sandbox environment and read output
---
-W&B Sandboxes is in private preview, available by invitation only. To request enrollment, contact [support](mailto:support@wandb.com) or your AISE.
+W&B Sandboxes is in private preview, available by invitation only. To request enrollment, contact [support](mailto:support@wandb.com) or your Account Team.
diff --git a/sandboxes/secrets.mdx b/sandboxes/secrets.mdx
index 938ed99c26..4813e53108 100644
--- a/sandboxes/secrets.mdx
+++ b/sandboxes/secrets.mdx
@@ -4,7 +4,7 @@ description: Learn how to manage secrets in W&B Sandboxes.
---
-W&B Sandboxes is in private preview, available by invitation only. To request enrollment, contact [support](mailto:support@wandb.com) or your AISE.
+W&B Sandboxes is in private preview, available by invitation only. To request enrollment, contact [support](mailto:support@wandb.com) or your Account Team.
Use the [W&B Secrets Manager](/platform/secrets) with the W&B Python SDK to access sensitive information such as API keys and tokens in a sandbox.