upload subcommand stores the tokens as tenant secrets instead.
The labeled Claude OAuth credential rotation set (multiple subscriptions, round-robined across spawns) is managed by
murmur setup auth, not this command.Synopsis
Subcommands
Arguments
murmur auth upload
How the flow works
murmur authstarts a local HTTP server on a random port.- Your browser opens the Claude authorization page.
- After you approve, Claude redirects to the local server with an authorization code.
- The CLI exchanges the code for an access token and refresh token.
Examples
Print tokens to stdout
eval to set the tokens in your current shell:
Upload tokens as tenant secrets
Upload with a custom prefix
Errors
Related
- Profiles and secrets — how credentials are stored and delivered to agents
murmur setup— full developer profile configuration (includes Claude credentials)- Catalog: secret — the secret resource that
uploadwrites to