Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions content/manuals/ai/sandboxes/customize/build-an-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,7 @@ outbound requests to `ampcode.com`.
> rejected.

> [!NOTE]
> `sbx secret set-custom` is an experimental command and isn't listed
> in `sbx secret --help`. It works today but may change in future
> `sbx secret set-custom` is experimental and may change in future
> releases. This tutorial surfaces it because there's no other path to
> register a custom-format placeholder.

Expand Down Expand Up @@ -329,7 +328,4 @@ the host to `sbx secret rm`:
$ sbx secret rm -g --host ampcode.com
```

The `--host` flag on `sbx secret rm` isn't listed in
`sbx secret rm --help`, but it's the only way to remove entries
created with `set-custom`. Like `set-custom` itself, it's experimental
and may change.
The `--host` flag is part of the experimental `set-custom` surface and doesn't appear in `sbx secret rm --help`.
5 changes: 2 additions & 3 deletions content/manuals/ai/sandboxes/security/credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,8 @@ network policy. For details, see
## Custom secrets

> [!IMPORTANT]
> Custom secrets are experimental. The `set-custom` command is hidden
> from `sbx --help`, and behavior, flags, and the placeholder format may
> change.
> Custom secrets are experimental. Behavior, flags, and the placeholder format may
> change without notice.

For credentials that don't fit the service-identifier model — for example,
when an agent validates the environment variable format at boot, or when the
Expand Down