Skip to main content

OpenAI Project API Key

Description

General

  • Documentation: https://platform.openai.com/docs/introduction
  • Summary: OpenAI is an AI-based service that can be used to perform any task that involves understanding or generating natural language, code, or images. It provides a powerful API to interact with a wide variety of models. This detector aims at catching Project API keys for this service. This type of API Key is replacing legacy API keys since April 2024.
  • IPs allowlist: The number of IP addresses that can be used by a single user account can be reduced. Please refer to this documentation for more details.
  • Scopes: OpenAI currently supports three types of scopes. "All" and "Read-Only" are explicit. "Restricted" is a finer-grained scope where routes are authorized individually.

Revoke the secret

Secrets can be revoked from the platform in the dedicated section.

Check for suspicious activity

The last usage date is provided on the platform. This can help to detect suspicious activities.

Details for Openai project apikey

  • Family: Api

  • Category: AI

  • Company: OpenAI

  • High recall: True

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: False

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 75.0

  • Prefixed: True

  • PreValidators:

- type: ContentWhitelistPreValidator
patterns:
- sk-proj-[0-9a-z]{20}t3blbkfj[0-9a-z]{20}

Examples

- text: |
openai.api_key = "sk-proj-SiPcFghEz0dMB9t4PWfkT3BlbkFJfzPDMmr4ou4Zl2l08mjE"
apikey: sk-proj-SiPcFghEz0dMB9t4PWfkT3BlbkFJfzPDMmr4ou4Zl2l08mjE

# Fat-fingered secret
- text: Xsk-proj-SiPcFghEz0dMB9t4PWfkT3BlbkFJfzPDMmr4ou4Zl2l08mjE
apikey: sk-proj-SiPcFghEz0dMB9t4PWfkT3BlbkFJfzPDMmr4ou4Zl2l08mjE

How can I help you ?