This section explains how to obtain an api key from openAI and configure it in a Graphext team. This allows you to use the OpenAI API in your Graphext projects, with most notable steps like prompt_ai, which allow for inferring knowledge and enriching datasets using LLMs.Documentation Index
Fetch the complete documentation index at: https://docs.graphext.com/llms.txt
Use this file to discover all available pages before exploring further.
Steps
There are two steps to this process:Get the key from openAI
Navigate to OpenAI - API Keys and generate a new key. Depending on your permissions, you may ask your manager/employer to enable them for you. This should open a screen like this:
Use the key in Graphext
Within Graphext, OpenAI keys are team-scoped. This means that if you or anyone in a team sets
up an OpenAI key, all members of the team will be able to use it.This also means that for new teams, a key will have to be setup.
Add a new integration
Click on the “ADD INTEGRATION” button, towards the top center of the page.
If you already have integrations setup, this
button will display how many you have enabled.

Input your API Key
Input the key in the “Open AI Key” field.The “name” field compulsory. It serves as a unique identifier to use in
your Graphext projects, like in the
Recipe or the Wizard.
A good rule of thumb is to name it after whatever you’re going to use it
for.In this case, since it’s going to help me analyze some tweets, I’ll name it
gpt-tweets. I could name it whatever I want, like tweets-analyzer, or
tweets.




