DirectoryEasy
  • Non-developers
    • Setting Up Your Development Environment
    • Setting Up GitHub
    • Vercel Deployment
    • Domain Setup
  • Developers
    • Get Started
    • Configuration
      • Main
      • Database
      • Sections and categories
      • Emails
        • Cron Jobs
      • Claudinary
      • Upstash Redis
      • OAuth with Google and GitHub
      • Google Analytics Api
      • Stripe
        • API keys
        • Stripe Webhook
      • AI
    • Landing page
      • Header
Powered by GitBook
On this page
  1. Developers
  2. Configuration

AI

PreviousStripe WebhookNextLanding page

Last updated 4 months ago

1. Create an OpenAI Account

If you don’t already have an OpenAI account, create one:

  • Visit .

  • Sign up with your email, Google, or Microsoft account.


2. Log In to the OpenAI Dashboard

  • Go to .

  • Log in with your account credentials.


3. Access the API Key

  • Navigate to "API Keys" in the dashboard.

    • You can find this under your account settings by clicking on your profile icon in the top-right corner.

  • Click on "Create new secret key" to generate a new API key.


4. Save Your API Key

  • Copy the API key immediately. For security reasons, OpenAI won’t show the key again after you close the dialog.

  • Store it securely in a password manager or an environment variable in your application.

OpenAI's website
OpenAI's dashboard