GitHub API Credentials
Use GitHub API Credentials to establish a secure and authenticated connection from HCL UnO Agentic AI Builder solutions to the GitHub API. These credentials are essential when configuring tools or integrations within your agents and workflows that need access to GitHub repositories, issues, or other resources.
Before you begin
Ensure the following requirements are met:
- You have administrative access to a GitHub account.
- A GitHub App has been created under your GitHub account.
| Option | Description |
|---|---|
| Credential Name |
A unique, user-defined name for this GitHub API credential. This name will be used to identify the credential within the HCL UnO Agentic AI Builder. |
| GitHub App ID |
The unique identifier (App ID) of your GitHub App. You can find this in your GitHub App's developer settings. |
| GitHub App Private Key | The private key generated for your GitHub App. This is used to sign JWTs (JSON Web Tokens) to authenticate as the GitHub App. You can create this in your GitHub App's developer settings. |