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

# Share an agent

> Mint a public chat link for one agent so anyone can talk to it without an account, with every run billed to you.

You can give anyone a public page to chat with a single agent, no login required. It runs your saved workflow behind the scenes, so the visitor gets the agent's tools and instructions without seeing the canvas. Every run bills to you, the workflow owner.

## Create a link

<Steps>
  <Step title="Open the agent's chat">
    Turn on **Show in Interface** on the agent node, then open its fullscreen chat from the workflow's **Interface** tab.
  </Step>

  <Step title="Click Share">
    Click the **Share** button in the chat header. The **Share agent** dialog mints a public link of the form `https://noclick.com/a/{id}`.

    <Frame caption="The Share agent dialog with the public link, active toggle, and reset action">
      <img src="https://mintcdn.com/noclickinc/deGuaBFU0XG-OWqH/images/agents/sharing-1.png?fit=max&auto=format&n=deGuaBFU0XG-OWqH&q=85&s=a15103fc375f1ee01ebc3cb776e08962" alt="Share agent dialog showing the public link with a Copy button, the Link active toggle, and Reset link" width="1024" height="736" data-path="images/agents/sharing-1.png" />
    </Frame>
  </Step>

  <Step title="Copy and send it">
    Click **Copy** and send the link to anyone. Opening it drops them straight into a chat with your agent.
  </Step>
</Steps>

Only the workflow owner can create or manage the link. Collaborators on a shared workflow do not get this button, since every message spends the owner's credits.

## What the visitor sees

The public page is chat only:

* The agent's name and icon at the top, and a row of the tools it can use.
* The same transcript and message box as the in-app chat.
* A thread that persists in their browser, with **New chat** to start a fresh one.
* A **Powered by NoClick** badge that links back to NoClick.

<Frame caption="The public chat page a visitor lands on">
  <img src="https://mintcdn.com/noclickinc/deGuaBFU0XG-OWqH/images/agents/sharing-2.png?fit=max&auto=format&n=deGuaBFU0XG-OWqH&q=85&s=bc90276309f2da6ece0d9f5a0e4d8fc3" alt="Public agent chat page showing the agent's name, its tools row, a conversation, and the message box with the Powered by NoClick badge" width="2880" height="2274" data-path="images/agents/sharing-2.png" />
</Frame>

Visitors never see your canvas, your model choice, or your credentials. They cannot change the agent or read anyone else's thread; each browser gets its own conversation.

## Pause or reset the link

Open the **Share agent** dialog again to manage the link:

* **Link active** turns the page on or off. While it is paused, visitors are turned away.
* **Reset link** generates a new URL and disables the current one immediately. Use this if a link was shared too widely. Anyone still on the old URL loses access, so send out the new one.

## Who pays

Every message runs as you and bills to your credit balance through the same [credit gates](/billing/costs) as your own runs. If your balance runs out, the shared agent stops responding until you top up. Pause or reset the link to cut off spending at any time.

## Next steps

<CardGroup cols={2}>
  <Card title="Agent tools" href="/agents/tools">
    Give your agent the integrations it needs before you share it.
  </Card>

  <Card title="Host an MCP server" href="/mcp/hosted-servers">
    Expose a workflow's tools to Claude, ChatGPT, and Cursor instead.
  </Card>
</CardGroup>
