Bilbo
04/07/2025, 10:57 AMVapi Support Bot
04/07/2025, 10:59 AMPOST https://api.vapi.ai/tool
with your authentication token. According to [Vapi's documentation](https://docs.vapi.ai/api-reference/tools/create), you'll need to include appropriate headers and a request body.
2. Associate your tool with your assistant to ensure it's available during conversations.
3. Configure the data sent to your server when creating the tool. As mentioned in [Discord discussions](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341356931465347093), you can configure what data is sent optionally and mandatorily.
4. Implement a transformer function on your server to format the payload correctly. According to [user reports](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1338507206051627073), "You have to implement an extra function on your own server to transform the payload" from Vapi into the format you need for Trieve.
5. Consider setting the "request-start" message to an empty string to avoid default messages being used, as suggested in [Discord discussions](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333858668730515689).Vapi Support Bot
04/07/2025, 10:59 AMShubham Bajaj
04/07/2025, 10:51 PM