Skip to content

Instantly share code, notes, and snippets.

@nirkaufman
Created November 4, 2025 18:53
Show Gist options
  • Select an option

  • Save nirkaufman/c2cc331297da13b4628ea07b3b167684 to your computer and use it in GitHub Desktop.

Select an option

Save nirkaufman/c2cc331297da13b4628ea07b3b167684 to your computer and use it in GitHub Desktop.

1) Create an OpenAI API key

  1. Sign in at platform.openai.comSettingsAPI keys.
  2. Click Create new secret key → copy it and store securely (you can set key permissions if needed). (platform.openai.com)

2) Preload $5 credit (prepaid billing)

  1. Go to Settings → Billing → Overview.
  2. Click Add payment details and add a standard credit/debit card.
  3. Choose $5 as the initial credit purchase → Confirm. (Minimum prepaid purchase is $5.) (OpenAI Help Center)

3) Verify

  • In Billing → Overview, confirm your Credits balance shows ~$5 available. (OpenAI Help Center)

4) Fast safety notes (for the workshop)

  • Never share the key; create separate keys per person.
  • Rotate/delete keys after the session. (OpenAI Help Center)

That’s it—key created and $5 budget loaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment