Skip to main content

Pinecone API Key

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 API Keys used to connect to 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, that is not detected in this detector.

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 key

  • Family: Api

  • Category: AI

  • Company: Pinecone

  • High recall: False

  • Validity check available: False

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 4.2

  • 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'
apikey: 8a9568f0-2ab5-49cc-98a7-ddf3a5c1dea7

- text: |
pinecone.api_key = '8a9568f0-2ab5-49cc-98a7-ddf3a5c1dea7'
apikey: 8a9568f0-2ab5-49cc-98a7-ddf3a5c1dea7

- text: |
os.environ('PINECONE_API_KEY','8a9568f0-2ab5-49cc-98a7-ddf3a5c1dea7')
apikey: 8a9568f0-2ab5-49cc-98a7-ddf3a5c1dea7

How can I help you ?