Get started with Gloo AI Studio by following these steps. You’ll create an account and make your first API call.
Developers don’t need to be part of an organization to get started. However, some features—like data ingestion and analytics—are only available to members of an organization.
First, sign up for a Gloo AI account. You can do this by visiting the Gloo AI Studio website and clicking on the “Sign Up” link.The first time you log in, you may be prompted to accept an organization invitation. This unlocks additional features within Gloo AI Studio.
First, click API Credentials from the left-hand navigation menu. From the drop-down menu, select Personal Credentials to create a credential that is associated with your account.Next, click Create New Key then enter a name for your key and click Create. A new credential that consists of a Client ID and Client Secret will be generated.
Access tokens expire after one hour. Monitor the token’s expiration by checking the ‘exp’ claim in the JWT payload. Since refresh tokens are not provided with client credentials, you will need to request a new access token when the current one expires.