Agentree Docs

Sharing

Publish read-only graph links for review and explanation.

Agentree share links expose a public, read-only snapshot of a selected node and its descendants.

What Gets Shared

The public share viewer is designed to show the structure and content needed to understand a graph path:

  • The selected root node.
  • Descendant messages.
  • Graph relationships.
  • Commit and summary context when included in the public payload.

What Stays Private

Public shares should not expose full local execution state, private workspace credentials, or raw internal runtime data.

URL Shape

Public graph links use:

https://agentree.app/share/:shareId

The share viewer is a separate Cloudflare Pages app, routed through a Cloudflare Worker.

On this page