---
title: "Apply for OpenAI Key"
description: "How to apply for an OpenAI API key for use with the EMILY.RPA ChatGPT module and AI Agents."
source: https://docs.emily.tips/en/faq/apply-openai-key
---

<head>
  <script type="application/ld+json">
    {JSON.stringify({
      "@context": "https://schema.org",
      "@type": "FAQPage",
      "url": "https://docs.emily.tips/en/faq/apply-openai-key",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "How do I apply for an OpenAI API key for EMILY.RPA?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Create an account at the OpenAI platform (https://platform.openai.com/), generate a new key on the API keys page, copy it, and enter it in the EMILY.RPA ChatGPT module or AI Agent settings."
          }
        }
      ]
    })}
  </script>
</head>

# Apply for OpenAI Key

First, go to the OpenAI website ([https://platform.openai.com/](https://platform.openai.com/)) to create an account.

![](https://docs.emily.tips/img/en/faq-021.png)

Then select "**API keys**" in the left sidebar to enter the page and generate a key. Copy it to the clipboard and you're done.

![](https://docs.emily.tips/img/en/faq-022.png)
