Skip to main content

Public Sharing

Public sharing allows you to share AI agents with people outside your organization using public links.

How It Works

Each agent (template) can have a public link that allows external users to access it without logging in. You create a public link for a specific agent, share the URL with external users, and they can start conversations without needing organization membership.

Open your agent in the editor, find the Public URL section, and click Create Public Link. A unique URL is generated for this agent.

Public URL Format

Public links follow this structure:

https://app.gen8.ai/public/{tokenId}/{templateId}

To share a specific conversation, use this format:

https://app.gen8.ai/public/{tokenId}/{templateId}/{chatId}

Once created, the public URL is displayed with a copy button to copy the URL, an open button to test the link, and a delete button to remove public access.

To revoke a public link, click the delete button next to the URL. The link stops working immediately. You can create a new link later if needed.

Embedding in IFrames

Public links can be embedded in your website or application using an iframe:

<iframe 
src="https://app.gen8.ai/public/{tokenId}/{templateId}"
width="100%"
height="600px"
frameborder="0">
</iframe>

This allows you to integrate Gen8 agents directly into your own web pages.

User Experience

External users accessing a public link don't need to create an account and can start chatting immediately. They have access only to the shared agent, and their sessions are tracked for analytics.

Security Considerations

Only share agents that are meant for public use. Public users can only access the specific shared agent—organization data is not exposed. Monitor usage through analytics to keep track of how your public agents are being used.