Prints a publicly-reachable URL for each specified port on the current agent’s VM. Each URL routes through the port proxy, so external tools and browsers can reach services the agent is running without a tunnel. This command runs only on a VM. It reads the agent’s identity from the environment and constructs the URL locally — no API call is made.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
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
port | int | yes | One or more port numbers (1—65535). Each port prints one URL on its own line. |
Examples
Single port
Multiple ports
Errors
| Code | Meaning | What to do |
|---|---|---|
MURMUR_WORKFLOW_ID not set | The command is not running on an agent VM. | Run murmur url port from inside a VM. On your laptop, use murmur port-forward instead. |
invalid port | A port argument is not a number or is outside 1—65535. | Pass valid port numbers. |
port proxy not configured | The public_url field is missing from murmur.yaml. | Set public_url in your configuration. |
Related
- Agents — concept overview
murmur url agent— print the dashboard URL for an agentmurmur port-forward— tunnel to a port from your laptopmurmur status— check an agent’s phase and progress