Creating an App
To create a new App, follow these steps:- Go to the AI Portal tab, navigate to the Apps section in the side navigation.
- Click the + ADD APP button.
-
Fill in the required details for your App:
- Name: A descriptive name for your application.
- Description: A brief summary of what your application does.
- LLMs: Select the Large Language Models you want and click the add button to include them in your App configuration.
- Data Sources: If your application needs to use Retrieval-Augmented Generation (RAG), select the required Data Sources.
- Tools: Select any Tools (external APIs) your application needs to use.
-
Click Create App.

App Approval: After you create an App, its credentials are not yet active. A Studio Administrator needs to review and approve your App before you can use it.For more information on the approval process, see the Admin App Management documentation.
Getting Your Credentials
Once your App has been approved by an administrator, you can retrieve the credentials needed to make API requests. From the App Details view, you will find your Credential Information:- Key ID: This is the public identifier for your credentials.
-
Secret: This is your secret API key. Treat it like a password and do not expose it in client-side code.

Getting LLM Access Details
In addition to your credentials, you can also find the LLM Access Details in the App Details view.
Monitoring Your App
The App Details view also allows you to monitor the usage and performance of your application.- Token Usage and Cost: A graph shows you how many tokens your App is consuming and the associated costs, which can be filtered by date.
- App Interaction: You can see number of interactions over time, which can help you understand usage patterns.