Bishal Pandey | NEPAL
12/24/2025, 8:42 AMVapi Support Bot
12/24/2025, 8:43 AMjson
"server": {
"url": "https://your-server.com/webhook",
"credentialId": "cred_abc123"
}
This should resolve the error and allow your workflow to save successfully. If you still can't find Custom Credentials, ensure you have the right permissions or contact your admin for access. For more details, see the documentation I have found.
Source:
- [Vapi Server Authentication Documentation](https://docs.vapi.ai/server-url/server-authentication)Chiranjeet Mishra
12/24/2025, 2:45 PMcredentialId (UUID).
Once done, update your tool configuration to include the credentialId like this:
"server": {
"url": "https://your-api-endpoint.com",
"credentialId": "your-generated-uuid"
}
Make sure you copy the credentialId Exactly from the dashboard. For more details on server authentication, you can check the [VAPI server authentication docs](https://docs.vapi.ai/server-url/server-authentication).