Skip to content

Commit b045d16

Browse files
committed
docs: Elaborate on YAML agent-space configuration
1 parent 04eed5d commit b045d16

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

docs-mintlify/admin/ai/yaml-config.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,12 @@ All YAML and Markdown files are merged together. The system validates that space
285285

286286
Spaces define isolated environments where agents operate and share context.
287287

288+
<Warning>
289+
290+
Spaces and agents must first be created through the Cube Cloud UI before they can be configured via YAML. A space discovers available deployments based on its assigned agents, so you must create at least one agent in the UI and assign it to the space before YAML configuration from that deployment becomes visible. When selecting a YAML-configured agent in the UI, the system matches it to the corresponding space and agent by the `name` field.
291+
292+
</Warning>
293+
288294
```yaml
289295
spaces:
290296
- name: analytics-space # Required: unique identifier

docs/content/product/administration/ai/yaml-config.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,12 @@ All YAML and Markdown files are merged together. The system validates that space
282282

283283
Spaces define isolated environments where agents operate and share context.
284284

285+
<WarningBox>
286+
287+
Spaces and agents must first be created through the Cube Cloud UI before they can be configured via YAML. A space discovers available deployments based on its assigned agents, so you must create at least one agent in the UI and assign it to the space before YAML configuration from that deployment becomes visible. When selecting a YAML-configured agent in the UI, the system matches it to the corresponding space and agent by the `name` field.
288+
289+
</WarningBox>
290+
285291
```yaml
286292
spaces:
287293
- name: analytics-space # Required: unique identifier

0 commit comments

Comments
 (0)