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

# Share a Feed

> Publish a read-only link to a feed so anyone can view its code, live events and metrics.

# Share a Feed

<span className="inline-block rounded-full border border-gray-300 px-2.5 py-0.5 text-xs font-medium text-gray-600 dark:border-gray-700 dark:text-gray-400">Atria Cloud only</span>

Sharing turns a feed into a public read-only page. Anyone with the link can open it without an Atria account.

<video autoPlay muted loop playsInline className="w-full rounded-lg" src="https://mintcdn.com/pulsy/V8npOqIHt3JH2rE6/images/atria/changelog/0-8-23-feed-sharing.mp4?fit=max&auto=format&n=V8npOqIHt3JH2rE6&q=85&s=8f48ce818214bc3c9e29bfae9b4d82d3" data-path="images/atria/changelog/0-8-23-feed-sharing.mp4" />

## Turn Sharing On

Open the feed and select **Share** in the feed header, then **Enable sharing**.

<img src="https://mintcdn.com/pulsy/V8npOqIHt3JH2rE6/images/atria/dashboard/feed-share-dialog.png?fit=max&auto=format&n=V8npOqIHt3JH2rE6&q=85&s=2b03b49dcb156ce8379a402a6f0e1b05" alt="Share feed dialog with the Enable sharing action" width="3200" height="1800" data-path="images/atria/dashboard/feed-share-dialog.png" />

You get a link in the form `https://atria.pulsy.app/feed/share/<code>`. Use the copy action next to it.

Once sharing is on, the header button reads **Shared via link**.

<img src="https://mintcdn.com/pulsy/V8npOqIHt3JH2rE6/images/atria/dashboard/feed-share-link.png?fit=max&auto=format&n=V8npOqIHt3JH2rE6&q=85&s=669e041720ee7e47911246fbff7813fc" alt="Shared link with the copy action" width="3200" height="1800" data-path="images/atria/dashboard/feed-share-link.png" />

## What a Visitor Sees

<img src="https://mintcdn.com/pulsy/V8npOqIHt3JH2rE6/images/atria/dashboard/shared-feed-public-page.png?fit=max&auto=format&n=V8npOqIHt3JH2rE6&q=85&s=c896fe4cd664ed1c07504887a460af75" alt="The shared feed page as an anonymous visitor sees it" width="3200" height="1800" data-path="images/atria/dashboard/shared-feed-public-page.png" />

* The feed name, description and status.
* The network it reads and the data type it handles.
* The filter code.
* **Live Preview**, the same stream of results you watch in your own workspace.
* **Metrics** for the feed, including data reduction, input processed, output produced and failures.

<img src="https://mintcdn.com/pulsy/V8npOqIHt3JH2rE6/images/atria/dashboard/shared-feed-metrics.png?fit=max&auto=format&n=V8npOqIHt3JH2rE6&q=85&s=bae9fad0b3c7429385975c923c395a91" alt="Metrics on a shared feed" width="3200" height="1800" data-path="images/atria/dashboard/shared-feed-metrics.png" />

## What Stays Private

Outputs, webhooks, tags and deploy history are never included on the shared page.

<Warning>
  Your filter code is visible to anyone who opens the link. Review it for hard-coded secrets before you enable sharing.
</Warning>

## Start From a Shared Feed

A shared feed has a **Use this data** button. It copies the feed into the visitor's own workspace as a new feed, with the settings and the filter code already in place.

Outputs are not copied, because they are not part of what gets shared. The new feed opens on its output step so you can add your own before you test or deploy.

<img src="https://mintcdn.com/pulsy/V8npOqIHt3JH2rE6/images/atria/dashboard/shared-feed-use-this-data.png?fit=max&auto=format&n=V8npOqIHt3JH2rE6&q=85&s=04ea038509d18081403d8c8e1daddb20" alt="Use this data on a shared feed" width="3200" height="1800" data-path="images/atria/dashboard/shared-feed-use-this-data.png" />

The button also works for someone without an account. They are taken through sign up first, and the copied feed is waiting for them when they land.

## Link Previews

A shared link renders a preview card when it is pasted somewhere that unfurls links, such as Slack or X. The card carries the feed name and its network.

## Turn Sharing Off

Open **Share** again and select **Turn off sharing**. The link stops opening the feed.

The link keeps its code, so turning sharing back on gives the same URL rather than a new one.
