Manage API keys

Manage API keys

This guide will show you how to create, copy, and delete API keys in the GreenNode AI Platform.

Creating an API Key

To generate a new API key:
  1. Go to the API Keys section in the GreenNode Portal.
  2. Click on the Add Key button.
  3. Enter a name for your key and click Create
  4. Once the key is generated, click on it to copy it to your clipboard.

Deleting an API Key

To remove an existing API key:  
  1. Navigate to the API Keys section in the Portal.
  2. On the right side of the key you want to delete, click the ︙ (three dots) icon
  3. Select Delete and confirm your choice in the popup dialog.
    • Related Articles

    • Manage a notebook instance

      Notebook instances provide you with a dedicated environment to develop and experiment with your AI models. After creating a notebook instance, follow these steps to seamlessly manage your instances: Step 1: Accessing Notebook Instances Dashboard: ...
    • Manage a model endpoint

      This guide will walk you through the key features and steps involved in deploying your models, optimizing costs through undeployment, and removing endpoints when they are no longer needed. After creating a model endpoint, follow these steps to ...
    • GreenNode MaaS API

      GreenNode MaaS provides an OpenAI-compatible API for seamless model inference. You can integrate it easily using Python, JavaScript SDK, or directly via the terminal with cURL. Use GreenNode MaaS API with OpenAI client libraries Install the library ...
    • Manage a model tuning job

      Model tuning, also known as hyperparameter optimization, is the process of adjusting the hyperparameters of a machine learning model to improve its performance. Hyperparameters are settings that determine the learning process of a model and are not ...
    • Create an endpoint

      After training and registering the model, the online prediction component enables the deployment and serving of models to make real-time predictions or inferences on new data. This component provides endpoints or APIs that can be integrated into ...