Skip to main content
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.

Synopsis

On a VM, the slug is optional — omitting it prints the URL for the current agent. A relative slug on a VM resolves as a child of the current agent. On your laptop, a relative slug resolves as a root agent in the configured workspace. Absolute paths are also accepted — for example /w/backend/github_oauth/alice/fix-auth — to address any agent regardless of context.

Arguments

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