Pinecone API Key and environment
Description
General
- Documentation: https://docs.pinecone.io/docs/overview
- Summary: The Pinecone vector database makes it easy to build high-performance vector search applications. Developer-friendly, fully managed, and easily scalable without infrastructure hassles. This detector detects couples of API Key and environment, that are necessary and sufficient to call the Pinecone public API.
- IPs allowlist: As of the time of writing this documentation, this feature is not available.
- Scopes: Each key is linked to an environment.
Revoke the secret
The API Keys can be revoked from the API Keys section in the developer dashboard : https://app.pinecone.io/organization/{id}/projects/{environment}:{id}/keys Please note that the delete option won’t appear unless there are two or more API keys. To remove a desired key, please generate a new API key first.
Check for suspicious activity
Details for Pinecone api keys
Family: Api
Category: AI
Company: Pinecone
High recall: False
Validity check available: True
On-premise instances exist: False
Only valid secrets raise an alert: False
Minimum number of matches: 2
Occurrences found for one million commits: 2.81
Prefixed: False
PreValidators:
- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: true
ban_markup: false
- type: ContentWhitelistPreValidator
patterns:
- pinecone
Examples
- text: |
PINECONE_API_KEY = '8a9568f0-2ab5-49cc-98a7-ddf3a5c1dea7'
PINECONE_ENVIRONEMENT = 'us-west1-gcp-free'
apikey: 8a9568f0-2ab5-49cc-98a7-ddf3a5c1dea7
environment: us-west1-gcp-free
- text: |
PINECONE_API_KEY = '8a9568f0-2ab5-49cc-98a7-ddf3a5c1dea7'
PINECONE_ENV = 'us-west1-gcp-free'
apikey: 8a9568f0-2ab5-49cc-98a7-ddf3a5c1dea7
environment: us-west1-gcp-free
- text: |
PINECONE_API_KEY = '8a9568f0-2ab5-49cc-98a7-ddf3a5c1dea7'
PINECONE_API_KEY = '00000000-0000-0000-0000-000000000000'
PINECONE_ENV = 'us-west1-gcp-free'
apikey: 8a9568f0-2ab5-49cc-98a7-ddf3a5c1dea7
environment: us-west1-gcp-free