Returns the murmur-ui dashboard URL for an agent. Use this to share a direct link to an agent’s detail view in the browser. Equivalent toDocumentation Index
Fetch the complete documentation index at: https://docs.murmur.dev/llms.txt
Use this file to discover all available pages before exploring further.
murmur url agent in the CLI.
All normal slug semantics apply: empty slug means self (on VMs), relative slugs resolve under the current agent, and absolute paths like /u/account/slug or /w/workspace/u/account/slug target any agent.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
slug | string | no | Agent task slug. Empty means self (on VMs). Use an absolute path like /w/workspace/u/account/slug to target any agent. |
workspace | string | no | Workspace name. Overrides the session default. |
Response
Returns the dashboard URL as a plain string.Examples
Get own dashboard URL
Get URL for another agent
Get URL using absolute path
Errors
| Code | Meaning | What to do |
|---|---|---|
INVALID_ARGUMENT | Cannot resolve slug — empty slug used off-VM, or invalid format. | Provide a slug when running off-VM. |
INTERNAL | Dashboard URL not available (public_url missing from config). | Contact your administrator. |
UNAUTHENTICATED | Identity token is missing or expired. | Check credentials. |
Related
murmur url agent— equivalent CLI commandport_url— get a tunnel URL for a VM portstatus— check agent statels— list running agents