This README will walk you through the process of signing up for OpenAI, creating an organization and a project, and generating API keys for your project.
- Sign up for OpenAI
- Navigate to the OpenAI website:
- https://www.openai.com/
- Click on the “Sign Up” button.
- You can sign up using your email address, Google account, or Microsoft account.
- Follow the on-screen instructions to complete the sign-up process.
- Create a Project
- Projects help you organize your API keys and track usage.
- Make sure you’re in the correct organization (if applicable).
- On the left sidebar, click on “Projects.”
- Click on “Create new project.”
- Enter your project name and click “Create.”
- Generate API Keys
- API keys are used to authenticate your requests to the OpenAI API.
- On the left sidebar, click on “API keys.”
- Click on “Create new secret key.”
- Optionally, provide a name for your API key to help you identify it later.
- Click “Create.”
- Copy and store that API key, we will need that value to enable our AI features
- Important:Â Your API key will be displayed only once. Make sure to copy it and store it securely. You won’t be able to retrieve it later.