Overview

Easily share your AI agent with others by choosing how they can interact with it. Whether you want to send a live chat link, embed a support widget, showcase tasks in an iframe, or allow full template cloning, you have flexible options to fit any use case.

Chat UI

Let others interact with your Agent through a clean, conversation-style interface — just like a chatbot. You can share it via a link or embed it as an iframe. This is perfect for letting people experience your Agent without modifying anything. All usage is billed to your account, and others can use the Agent without needing to set it up themselves.

Developer Notes

The iframe inherits 100% of its parent container by default. Configure your container’s dimensions carefully to ensure the iframe displays correctly within your page layout without causing layout issues.

Chat Widget

Turn your Agent into a pop-up chat interface you can embed on any website with a simple script tag. It behaves like a support chat window and is ideal for customer-facing use cases like answering questions, handling requests, or collecting feedback directly on your site.

Developer Notes

Target the .relevanceai-chat-bubble-app class to style the chat bubble. Adjust its z-index property to position the bubble above or below other UI elements such as cookie popups and toast messages.

URL parameterTypeValuesDescriptionExamples
primary_colorstringA valid CSS color for your form.#685fff
bubble_styleenumagent, iconUse an agents avatar or the bubble_icon.agent
bubble_iconenumpd/ai-agent, notebook/deploy, pencil, star, sparkle, sparkles, pd/lightning-filled, pd/chat, pd/send-diagonal, stack, duration, pd/check, pd/play, arrow-r, pd/search, share, plus, pd/question-filledThe icon to use if bubble_style is set to icon.
input_placeholder_textstringSet the message input placeholder text.Type your question here…
hide_file_uploadsbooleanToggle file uploads.true
hide_conversation_listbooleanToggle tool steps.true
hide_tool_stepsbooleanToggle multiple conversations.true
starting_message_promptsstringAdd starting prompts.["I need help with my billing", "Write me an email"]
hide_logobooleanToggle Relevance AI branding.false
hide_descriptionbooleanToggle agent description.true

Task UI

This gives users access to a task-focused version of your Agent via an iframe. Users can view past task runs, pick from existing tasks, and even interact with outputs — all within a self-contained UI. It’s great for operational dashboards, workflow demos, or giving others visibility into what your Agent is doing.

Clonable Template

Let others clone your Agent - complete with its instructions and setup - into their own workspace. This makes it easy to share best practices, pre-built use cases, or workflows without needing to rebuild from scratch. Cloned agents use the recipient’s credits, not yours, making this perfect for scalable distribution.