Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.murmur.dev/llms.txt

Use this file to discover all available pages before exploring further.

Rotates credentials on a running agent and its children. Use this after updating your profile — for example, after rotating an API key or GitHub token — to propagate fresh credentials to agents without restarting them.
This command runs from your laptop only. It is not available on agent VMs.

Synopsis

murmur rekey [flags] <slug>

Arguments

NameTypeRequiredDescription
slugstringyesThe agent’s slug.
--workspacestringnoWorkspace name. Overrides the value from murmur.yaml.

Examples

Rekey a running agent

murmur rekey fix-auth
Rekeyed

Rekey with an explicit workspace

murmur rekey --workspace backend fix-auth
Rekeyed

Errors

CodeMeaningWhat to do
NOT_FOUNDNo agent with that slug exists.Check the slug spelling. Use murmur ls to see running agents.
UNAUTHENTICATEDIdentity token is missing or expired.Run murmur auth or check your murmur.local.yaml configuration.
rekey is not supported on VMsThe command was run from an agent VM.Run murmur rekey from your laptop instead.