Retrieve Multiple Transient Assistants
# support
t
Hi everyone! I successfully set up my transient assistant with the Server URL and Make. How do I set up multiple assistants in this way? Because obviously there is only one Server URL. Can I for example filter in Make which assistant should be retrieved? Or do I need a new Vapi account for every assistant? Thx!
v
@tom Hello! I'm glad to hear you've successfully set up your transient assistant with the Server URL and Make. You can indeed manage multiple assistants with a single Vapi account. You don't need to create a new account for each assistant. To differentiate between assistants when using a single Server URL, you can use the
x-vapi-secret
header that you set up in your Vapi configuration. In Make (formerly Integromat), you can filter incoming requests based on the
x-vapi-secret
header value. This way, you can direct the request to the appropriate scenario or module within Make, depending on which assistant is being used. Here's a brief guide on how you might set this up: 1. Assign a unique
x-vapi-secret
for each assistant. 2. In Make, create scenarios for each assistant. Within each scenario, set up a filter or router that checks the value of the
x-vapi-secret
header. 3. Based on the
x-vapi-secret
value, process the request accordingly for the specific assistant. This approach allows you to maintain a clean separation between assistants while using the same Server URL and Vapi account. If you need further assistance with the setup in Make or have any other questions, please feel free to ask!
You can continue this conversation by mentioning me in the message.
l
You don't have to create a new account for new assistance.... You can create another assistant on the same account
s
you can filter in make and use one server url for the multiple transient assistants.
6 Views