From f06367a481e523a869a1b1f00e3f88f131ceb783 Mon Sep 17 00:00:00 2001 From: Artyom Keydunov Date: Mon, 11 May 2026 21:32:47 -0700 Subject: [PATCH] docs: highlight agent UI deprecation and code-first rollout date (#10794) Move the code-first agent configuration callout to the top of the AI overview page and reframe it as a deprecation notice for UI configuration. Call out that deployments created after April 30, 2026 have it enabled by default, while existing deployments must set CUBE_CLOUD_AGENTS_CONFIG_ENABLED=true manually. Made-with: Cursor --- docs-mintlify/admin/ai/index.mdx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs-mintlify/admin/ai/index.mdx b/docs-mintlify/admin/ai/index.mdx index 23ab83a7fcb69..01527fde6ba83 100644 --- a/docs-mintlify/admin/ai/index.mdx +++ b/docs-mintlify/admin/ai/index.mdx @@ -5,6 +5,12 @@ title: Overview Every Cube deployment ships with an agent that powers AI features such as [Analytics Chat](/docs/explore-analyze/analytics-chat). You can customize the agent's behavior with rules, certified queries, accessible views, model selection, and memory configuration. + + Configuring the agent in the UI is **deprecated** in favor of code-first configuration. Cube version 1.6.5 or above is required. + + Deployments created after **April 30, 2026** have code-first agent configuration enabled by default. Existing deployments need to opt in by setting `CUBE_CLOUD_AGENTS_CONFIG_ENABLED=true`. The directory path defaults to `agents` and can be overridden with `CUBE_CLOUD_AGENTS_CONFIG_PATH`. + + ## Agent configuration Agent configuration lives in your **Cube data model repository**, alongside your cubes and views. Configuration is defined as YAML and Markdown files under an `agents/` directory in your project: @@ -25,10 +31,6 @@ your-cube-project/ Storing configuration as code in your repository enables version control, code review, and consistent behavior across environments. - - Cube version 1.6.5 or above is required. Agent configuration is enabled by setting `CUBE_CLOUD_AGENTS_CONFIG_ENABLED=true`. The directory path defaults to `agents` and can be overridden with `CUBE_CLOUD_AGENTS_CONFIG_PATH`. - - ## Configure the agent Place agent properties at the root of `agents/config.yml`: