Vapi API Key
Description
General
- Documentation: https://docs.vapi.ai/api-reference/
- Summary: Vapi is a platform to build voice agents. This detector focuses on detecting API keys.
- IPs allowlist: Vapi does not have a way to restrict IPs.
- Scopes: Credentials' scopes are those of the user they belong to.
Revoke the secret
The secret can be revoked by revoking the API key.
Check for suspicious activity
It is possible to check API usage in the corresponding dashboard.
Details for Vapi api key
-
Family: token
-
Category: ai
-
Company: Vapi
-
High recall: False
-
Validity check available: True
-
Analyzer available: False
-
On-premise instances exist: False
-
Only valid secrets raise an alert: False
-
Minimum number of matches: 1
-
Occurrences found for one million commits: 0.6
-
Prefixed: False
-
PreValidators:
- type: ContentWhitelistPreValidator
patterns:
- vapi
Examples
- text: |
curl -H "Authorization: Bearer 680a50ad-ad6b-485a-bf6b-e11d22e3dad2" \
https://api.vapi.ai/call
apikey: 680a50ad-ad6b-485a-bf6b-e11d22e3dad2
- text: |
@@ -0,0 +1,2 @@
+VAPI_TOKEN=a77b58d7-1f15-47ff-a4e5-05e7f732fc4b
+TARGET_NUMBER=+33569412488
\ No newline at end of file
apikey: a77b58d7-1f15-47ff-a4e5-05e7f732fc4b
- text: |
+ 'LOG_ASSISTANT_REQUESTS': False,
+ 'VAPI_API_BASE_URL': 'https://api.vapi.ai',
+ 'VAPI_API_KEY': 'fa9cb5e4-be94-484a-af45-8eb20f809d45',
+ 'VAPI_ASSISTANT_ID': '70b54fe6-e7d5-44af-8a33-2eb5d3b1c5b4',
+ 'VAPI_COMPLIANCE_TRANSFER_NUMBER
apikey: fa9cb5e4-be94-484a-af45-8eb20f809d45
- text: |
+VAPI_PRIVATE_KEY = "34947920-74b0-4a82-8371-59000a2dd314"
+VAPI_BASE_URL = "https://api.vapi.ai"
apikey: 34947920-74b0-4a82-8371-59000a2dd314
- text: |
+VAPI_PUBLIC_KEY = "55018d7a-c0f3-4ea0-89e6-d87aa7f445b7"
+VAPI_BASE_URL = "https://api.vapi.ai"
apikey: 55018d7a-c0f3-4ea0-89e6-d87aa7f445b7
- text: |
+
+ // Set environment variables
+ process.env.VAPI_WEB_TOKEN = 'f59904b0-ede9-46ef-a732-a012556ea6e7';
+
+ // Run the server
+ runCommand('npx -y @vapi-ai/mcp-server');
+}
+
+// Run the main function
apikey: f59904b0-ede9-46ef-a732-a012556ea6e7