Skip to main content
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 to 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 /github_oauth/alice/fix-auth or /w/backend/github_oauth/alice/fix-auth target any agent.

Parameters

Response

Returns the dashboard URL as a plain string.

Examples

Get own dashboard URL

Response:

Get URL for another agent

Get URL using absolute path

Errors