Creating a share link
You create share links from the dashboard, on the agent you want to share.- Open the agent in the dashboard.
- In the header, open the … menu and choose Share link.
- Click Create link.
- Copy the link. It is shown once — see The link is shown once below.
?key= value is the secret that authorizes the read-only view. Anyone with the full link can open the agent, so treat the link like a password. After the page loads, the dashboard removes the key from the browser’s address bar so it does not linger in history.
The link is shown once
Murmur returns the link’s key a single time — when you create it. The dashboard displays the full link once so you can copy it; Murmur stores only a fingerprint of the key, never the key itself, so it cannot show you the link again. If you lose it, create a new share link. A share link is immutable. You cannot edit one after creating it — create a new link instead.What the recipient sees
Opening a share link shows the agent’s detail view in read-only form, with no sign-in:- The timeline of the agent’s lifecycle — phases, commits, pushes, and uploads.
- The session stream — messages, tool calls, and results.
- The agent’s outputs and live status, updating as the agent works.
Revoking a share link
Deleting the share link revokes it. The link stops working immediately — anyone who opens it afterward gets an authentication error. A share link has no expiry. It stays valid until you delete it. To revoke access, delete the link withmurmur rm share-link (see Revoke a share link below).
Fields
Creating a share link requires permission to edit the target agent. You can share any agent you can edit — typically the agents you spawned. See the permission reference for
share-link.create and agent.edit.Examples
List the share links for an agent
Share links are named<agent-catalog-name>/<key_id>. List every share link in the tenant with murmur get:
Read a single share link
Revoke a share link
Errors
Related
- Agents — the resource a share link grants read access to
- Dashboard — where you create share links
- Permission reference —
share-link.create,share-link.delete, andagent.edit murmur get— list and read share linksmurmur rm— revoke a share linkmurmur url agent— print an agent’s dashboard URL (requires sign-in; not a share link)