> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neoagent.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Sharing agents

> Generate a public, read-only link to an agent, chat agent, or workflow — no Neo login required

A public share link is a read-only view of one of your automations that anyone can open in a browser — no Neo account needed. Use it to show a prospect or a peer exactly what an agent does: its instructions, how it's triggered, and the tools it uses, laid out just like the builder. It works for **agents**, **chat agents**, and **workflows** alike.

The link is a showcase, not a copy: viewers can read and copy the prompt, but they can't run the agent, edit it, or pull it into their own Neo tenant.

<Warning>
  Your instructions, triggers, filters, and tool configuration become publicly visible to anyone with the link. Review them for anything sensitive before sharing — or use the [visibility toggles](#control-what-is-shown) to mask filter values and tool settings.
</Warning>

## Where to find it

The **Share** action lives anywhere an automation does:

* **Agents & Workflows list** ([dashboard.neoagent.io](https://dashboard.neoagent.io/)) — open a row's **⋮** menu → **Share**.
* **Chat agents list** ([Chat → Agents](https://dashboard.neoagent.io/chat?tab=agents)) — open a row's **⋮** menu → **Share public link**.
* **The builder** — a **Share** button sits to the left of **Save** in the header, and to the left of **Update Agent** in the footer.

A green **Shared** badge appears on any row that currently has a live link, so you can see at a glance what's published.

<Info>
  The **Neo Support Agent** and other Neo-managed agents can't be shared — the option is hidden for them. A brand-new agent must be saved once before it can be shared.
</Info>

## Create a link

<Steps>
  <Step title="Open the Share dialog">
    Click **Share** (or **Share public link**) from any of the surfaces above.
  </Step>

  <Step title="Create the public link">
    Click **Create public link**. Neo mints an unguessable URL of the form `https://dashboard.neoagent.io/anonymous/agents/<token>`.
  </Step>

  <Step title="Copy or preview">
    Use the **copy** button to grab the link, or the **open preview** button to see exactly what a recipient will see.
  </Step>
</Steps>

## Control what is shown

The dialog has three toggles. They take effect immediately — no need to regenerate the link.

| Toggle                      | When on                                                                                             | When off                                                              |
| --------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| **Show attribution**        | Credits your company by name on the shared page (prefilled with your company name; edit it freely). | No attribution shown.                                                 |
| **Show filter values**      | Reveals the values inside triggers and filters.                                                     | Masks those values, which may name a specific client.                 |
| **Show tool configuration** | Reveals per-tool settings — recipients, approvers, PSA options.                                     | Hides per-tool settings; viewers still see *which* tools are enabled. |

## What the recipient sees

The public page renders the real builder, read-only:

* **Overview** — the agent's instructions, with a **Copy prompt** button. Chat agents also show their audience (Internal vs end-user).
* **Triggers & Filters** — how the automation fires (for triggered and scheduled agents and workflows). Chat agents have no triggers, so this tab doesn't appear for them.
* **Tools & Settings** — the enabled tools and a coarse summary of integration permissions (read vs read/write). Workflows show their **Actions** pipeline here instead.

## Manage a link

Reopen the Share dialog at any time to:

* **Regenerate link** — rotates the token. The old URL stops working immediately; share the new one.
* **Disable link** — removes the public link entirely. The page goes dark for anyone who had it.

## What is never shared

Regardless of the toggles, the public page never exposes:

* Credentials or secrets of any kind (PSA, Microsoft, RMM, etc.).
* The model, reasoning settings, credit cost, or any billing detail.
* Internal tenant, routing, or share-token identifiers.

<Note>
  This is different from [granting a teammate access to an agent](/product/rbac) or sharing a chat session with a colleague — those keep everything inside your Neo tenant. A public share link is a no-login, read-only page for an outside audience.
</Note>
