The custom tool is not saving the Server URL Secre...
# support
p
Hi everyone. I am trying to implement a secret token for a custom toll; however, the secret token has not been saved on Vapi, and I couldn't find any information about it. Any help is appreciated. Thanks.
v
@Paulo Hello! To implement a secret token for your custom tool using VAPI, you'll need to set the
serverUrlSecret
which VAPI will send with every request to your server. This secret will be sent as a header called
x-vapi-secret
. If you haven't saved the secret token on VAPI yet, you'll need to configure it in your VAPI settings. If you're having trouble finding where to save the secret token or if you need guidance on how to set it up, please ask support for more info on this. Once you have your
serverUrlSecret
set up, you can include it in your server's request handling to validate incoming requests from VAPI. Remember to keep your secret token secure and not to share it publicly.
You can continue this conversation by mentioning me in the message.
p
Can you give me a dummy example of a Server URL Secret Token?
s
can you record a loom video please?
Thanks.
s
@Paulo do check again this has been resolved.
5 Views