Missing API keys and failed requests?

A few hours ago my requests started failing, and upon investigation I found that I no longer have any keys on my OpenAI account.

Furthermore, a new key that I just made does not work either. I’m using the gpt-4o in case it matters.

Am I alone with this problem?

1 Like

Leaking your API keys, such as hard-coding them, committing them in code to repositories or cloud, including them in client applications, all are scanned for by OpenAI in agreement with many services providers.

The keys will be blasted from existence to protect you from yourself.

You must fix your code or methods.

My old key works again so it must have been an error at OpenAI. However, the key is still not visible at my OpenAI account.