References → AI App Deployment with Smart Agent (Preview)

Deploy AI Apps from dashboards using Incorta Nexus and Smart Agent. Smart Agent streamlines the creation, testing, and deployment of AI-powered applications based on your existing dashboard analyses. Applications are deployed to stable URLs that your workspace users can access immediately, and they respect all Incorta access permissions.

Note

The AI apps deployment capability is available starting v8.0.0 - 2026.8. Your Incorta administrator must enable the AI Apps feature.

Prerequisites

  • The AI Apps feature must be enabled by Incorta Support by setting the general.ai_apps.enabled configuration key to true.
  • Premium Cluster

Deploy an AI app from a dashboard

  1. In Incorta Nexus, type / in the chat to open the shortcuts list, then select Smart Agent.
  2. Build a dashboard or analysis in Nexus containing the data visualization, metric, or insight you want to deploy as a standalone application.
  3. Once the dashboard is rendered, a Deploy to AI App recommendation option appears below the dashboard visualization.
  4. Select Deploy to AI App to delegate application creation to Smart Agent's specialized sub-agent.
  5. Smart Agent generates the application code, deploys it to a testing environment, and runs automated tests to verify functionality.
  6. After testing completes successfully, Smart Agent publishes the app to a stable URL that all users in your workspace can access.
  7. The deployed application is now live. The app fetches live Incorta data on every request and respects all user access permissions configured in your Incorta instance.

Access the deployed AI app

Once Smart Agent publishes the app, you can access it in two ways:

  • Direct URL: Use the stable URL provided by Smart Agent to access the app immediately
  • AI Apps menu: Select AI Apps in the Navigation bar to view your deployed App and all deployed AI Apps in one place.

Verify the deployment

After accessing the app, verify that it works as expected:

  • Open the stable URL provided by Smart Agent in your browser.
  • Confirm the application loads and displays data correctly.
  • Test the application functionality with your intended use case.
  • Sign in with a different user account to confirm that access permissions are respected.

Refine the AI app

You can refine and update your deployed application without redeploying from scratch.

  1. In the Nexus chat with Smart Agent, describe the modification you need. For example:
    • "Add a filter for region"
    • "Fix this calculation to use sum instead of average"
    • "Change the color scheme to match our brand colors"
  2. Smart Agent updates the application code and republishes it to the same stable URL.
  3. Your changes are immediately available to all workspace users. No new URL is generated; users continue accessing the app at the original address.
Notes
  • AI apps created through Smart Agent are private to your workspace and not shared across Incorta instances.
  • All AI apps automatically respect role-based access control configured in your Incorta instance.
  • Updates made through Smart Agent are published to the same URL without creating a new deployment.
  • Application performance depends on the underlying Incorta data source responsiveness and network connectivity.