How to get an OpenAI Key
- Go to platform.openai.com and create an account.
- Add a payment method for billing. (The game uses the gpt-4o-mini model which costs fractions of a cent per game!)
- Navigate to the API Keys section.
- Click "Create new secret key".
- Copy the key (it starts with
sk-) and paste it into the Host Settings.
Your key is stored securely in your browser's local storage and is never sent anywhere except directly to OpenAI's servers.