Set the credentials

Set your API Key

What is a Credential?

A credential is a unique secret key used by individual users. To utilize an API, you need this key to access or call the API. With proper permissions, the API will respond to your requests.

For our LLM as a service, an API key is required to access the API. Therefore, you must create your credential or API key before use.

Managing API Keys

Adding an API Key

To add a new API key, follow these steps:

  1. In the service, navigate to the "Credentials" menu.

  2. Click on "Generate New API Key".

  3. Enter an API key name (optional) and click "Create API Key".

    • If you don't enter a name, it will default to "secret key".

  4. Your API key is now successfully added.

Deleting an API Key

To delete an existing API key:

  1. In the service, navigate to the "Credentials" menu.

  2. Confirm the deletion.

  3. A notification will appear stating "API Key Revoked", indicating successful deletion.

Quota Management

Currently, the system provides 20 api key quotas per account (across all workspaces). You can check your quota usage in the following ways:

  • On the Credentials page

  • When creating a new API key

  • In the service quota settings

For more information about quota management, please refer to Service Quota.

Last updated