Skip to content

Create an Agentic App

Prerequisites:

  • Add an AI Model that supports tool-calling capabilities. The Agent Platform currently supports OpenAI, Gemini, Anthropic, and Azure OpenAI models. For more information, see Add an External Model.

Agentic App Page

Sign in to the Agent platform and go to Autonomous Agents. The Agentic Apps page appears, listing available apps. Select an app to view its Overview section, which provides a structured summary of the app—including linked agents, tools, and knowledge bases—organized into four sections for easy navigation and usability.

Key highlights

  • App Summary displays essential app details with an Edit option for configuration changes.
  • The Agents section shows the autonomous agents of the app. The list shows up to three agents with icons, names, descriptions, and linked tools.
  • The Tools section lists the tools associated with the agents in the Agentic app.
  • The Knowledge section displays knowledge bases associated with the Agentic app.
  • All sections use "View More" functionality instead of traditional pagination.

Overview

Steps to Create an Agentic App

Creating an Agentic App consists of the following steps:

Create App

Step 1: Create an Agentic App

  1. Click on the +New App on the Agentic Apps page. The Get Started wizard is displayed.
    Create App

  2. Enter or select the following details:

    • Name: Provide a name for the app that reflects its core function.
    • Icon: Select an icon for the app.
    • Description: Write a description explaining its main features and goals. This will help to set the scope and context of the application and ensure the application does not respond to queries based on pre-trained knowledge.
    • AI Model: Choose an appropriate model for the application.
  3. Click Create App.
    Once the app is created, a prompt is displayed with the following options: Skip Agent Setup or Continue. If you are ready to set up the agents, click Continue and follow the next step.


Step 2: Define or Set Up Agents

Configure agents with appropriate roles and responsibilities within the application.
See How to set up an agent.


Step 3: Simulate or Test the Behavior of the App and the Agents

Simulate different scenarios to evaluate agent interactions and responses.
See Simulate and Test the App.


Step 4: Deploy the App

Finalize configurations and deploy the app for end users. See App Deployment.