Credentials

Credentials are a way to store a model provider’s authentication details in order to use them when connecting a model to the team. You can create and manage Credentials from the corresponding tab in the Agent Hub.

Create credentials

To create Credentials:

  1. From the left panel, go to the Agent Hub.
  2. In the Credentials tab, click + Create.
  3. Type the name of your credentials.
  4. Type the description of your credentials (optional).
  5. Select a provider: OpenAI, Anthropic, or Gemini.
  6. Enter your provider’s API Key. For safety reasons, the API key will not be visible after creating the credentials.
  7. Enter the Organization ID, if the selected provider’s authentication details are tied to a specific one (OpenAI only).
  8. Click Create.

After your Credentials have been created, a call will be made to the provider to ensure the API Key is valid and active, and that the Organization ID matches it. Once verified, you can use them normally in any model connection, provided the credentials correspond to the provider of the model you’re trying to connect.

📘

Keep in mind

You can only have up to 200 Credentials per team.

Edit credentials

To edit your credentials:

  1. In the Credentials tab, find the Credentials you want to edit.
  2. Click on the three dots , and then click Edit.
  3. Make your changes accordingly. You can edit everything except for the Provider.
  4. Click Save.

Any changes made to the authentication details will require another call to be made to the provider to verify the connection again. Once it is verified, you may use the credentials again.

🚧

Editing your credentials

If there are any issues with the connection’s credentials (i.e. your tokens were exhausted), editing will not take effect.

Delete credentials

  1. In the Credentials tab, find the Credentials you want to edit.
  2. Click on the three dots , and then click Delete.
  3. Click Delete.
📘

Keep in mind

When you delete credentials, any models using them will become invalid.