Respos·ai← Back to journal
§ Docs · Deploy

Deploy your agent.

Get your agent in front of real visitors in under five minutes.

Step 1 — set the agent live

On the agent Overview tab, use the Status toggle to switch fromdraft to live. A draft agent won't respond to real visitors; only the Preview button (visible to you in the dashboard) works while in draft.

Step 2 — copy the embed snippet

Open the Deploytab. You'll see a script tag already filled with your agent's unique token:

<script src="https://resposai.com/embed/YOUR_TOKEN" async></script>

Click Copy → to copy it to your clipboard.

Step 3 — paste into your site

Add the snippet anywhere in your HTML — typically just before the </body>closing tag. The script is asynchronous and won't slow your page load. A floating ✺ button will appear in the bottom-right corner of your page immediately.

Step 4 — test it

Open your site in a browser and click the ✺ button. Ask a question that's covered in one of your documents. You should receive an accurate reply.

You can also preview the agent at any time from the agent overview, even when it's in draft or paused mode.

Restricting to specific domains

By default the widget can be embedded on any domain. To lock it to your site only, go to Configure → Allowed domains and add your domain(s). See the allowed domains guide for details.


Next: Embed options — floating button, inline iframe, or direct API calls.