Skip to main content
Sets a secret for your tenant. The secret value is read from stdin — it cannot be passed as a command-line argument. Once set, the secret is encrypted at rest and delivered to every agent VM as an environment variable. A secret named ANTHROPIC_API_KEY is available to agents as $ANTHROPIC_API_KEY. See profiles and secrets for how secrets are delivered to agents.

Synopsis

The value must be piped through stdin. Running murmur secret set in an interactive terminal without piped input returns an error.

Arguments

Examples

Set an API key

Set a secret from a file

Overwrite an existing secret

Setting a secret that already exists replaces the value. There is no confirmation prompt.

Errors