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.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.
This command runs from your laptop only. It is not available on agent VMs.
Synopsis
Arguments
Examples
Rekey a running agent
Rekey with an explicit workspace
Errors
| Code | Meaning | What to do |
|---|---|---|
NOT_FOUND | No agent with that slug exists. | Check the slug spelling. Use murmur ls to see running agents. |
UNAUTHENTICATED | Identity token is missing or expired. | Run murmur auth or check your murmur.local.yaml configuration. |
rekey is not supported on VMs | The command was run from an agent VM. | Run murmur rekey from your laptop instead. |
Related
- Agents — what agents are and how they work
- Profiles and secrets — how credentials are managed
murmur status— check agent statusmurmur spawn— start an agentmurmur kill— cancel an agent