Is it possible to duplicate assistants across orga...
# support
j
I want to duplicate my ai receptionist to a different org is this possible?
c
Hi there, Thank you for your message. Our team is currently out of the office. We operate Monday through Friday, from 9:00 AM to 8:00 PM Pacific Standard Time (PST). We’ll get back to you as soon as possible during our normal business hours. If your message is urgent, please mark it accordingly or include “URGENT” in the subject line, and we’ll do our best to respond promptly. Warm regards, Vapi Customer Support Team
Yes, you can use the API to GET the assistant config from the /assistant endpoint then use POST to create it on your other org. If you would like assistance with this task, please let us know. Here is the link for the /assistant endpoint:
v
Your answer is wrong, when copying and posting the info to create the agent, you get these errors, we need a step by step guide here, editing the code is super unclear, i managed to get it working by significantly simplifying the post request , however this defeats the purpose of duplicating the agent, because its not the same ?? can we PLEASE get a clear answer on this ? https://cdn.discordapp.com/attachments/1406377313855082497/1420458154667278407/image.png?ex=68d5783e&is=68d426be&hm=a87188f2e76123de413329103a024040421ab378e40ea5a10170bc4c271baf5e&
c
I understand that this process could be confusing for some, but allow me to lay out the necessary steps to accomplish this task: Step 1. Send GET to /assistant/id for the assistant you want to copy Step 2. Copy response body Step 3. Paste response body into request body for a POST to /assistant endpoint Step 4. Remove the fields in the screenshot and any tools configured Step 5. Send the POST request. This will copy the entire configuration of the assistant. If you run into any issues, please let us know.
2 Views