Bring Your Own Key policy

Hey folks, small up for this question that was never properly addressed. The most recent messages, diverges from the initial, which is about whether you can plug your API key into an app.

This is different from having a team of users sharing the same key, in this case there is usually one API key tied to the app and stored server-side. The official best practice of not putting the API key client-side does hold.

Here the point is to bring your own key and this pattern would typically be required for implementing AI-enhanced Single Page Application. This use case is under-discussed IMO.