Prints the dashboard URL for an agent. The URL opens the agent’s task view in the murmur dashboard. No API call is made — the URL is constructed locally from configuration and the resolved slug.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.
Synopsis
/w/backend/u/alice/fix-auth — to address any agent regardless of context.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
slug | string | on laptop | The agent’s slug. Optional on VMs (defaults to self). |
Examples
Dashboard URL for an agent
Self URL on a VM
When running on an agent VM, omit the slug to get the current agent’s dashboard URL:Child agent URL on a VM
When running on an agent VM, a relative slug resolves as a child:Errors
| Code | Meaning | What to do |
|---|---|---|
public_url not configured | The public_url field is missing from murmur.yaml. | Set public_url in your configuration. |
workspace not set | No workspace is configured and the slug requires one. | Set workspace in murmur.yaml. |
username not set | No username is configured and a relative slug requires one. | Set username in murmur.local.yaml. |
tenant.provider not set | The tenant provider is not configured. | Set tenant.provider in murmur.yaml. |
tenant.org not set | The tenant org is not configured. | Set tenant.org in murmur.yaml. |
Related
- Agents — concept overview
- Workspaces — concept overview
murmur url port— print the port-proxy URL for a VM portmurmur status— check an agent’s phase and progressmurmur ls— list running agents