Creating Openai API keys programmatically

Hi @cbear300

The limit is on API account not per key.

And no there’s no way to create API key programmatically, for good reasons.

Currently the DALL-E API is in beta hence the limits.

Also it’s never meant for OpenAI API keys to be used per user, instead these are meant for server side and not client-side.
Consider using service like Microsoft Azure API service to deploy your middleware API for secure authentication and user control.