Skip to content

Commit 99d633e

Browse files
committed
Clarify spaces URLs, add known issue for copy button
- Document space-aware URL format for MCP server and APIs - Add known issue: copy button doesn't include space name in URL
1 parent 683b1e7 commit 99d633e

File tree

4 files changed

+26
-1
lines changed

4 files changed

+26
-1
lines changed

solutions/search/agent-builder/limitations-known-issues.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,12 @@ This results in parsing errors like this:
6767
]
6868
```
6969

70-
70+
### MCP server URL copy button does not include space name
71+
72+
When using the **Copy your MCP server URL** button in the Tools UI from a custom {{kib}} Space, the copied URL does not include the space name in the path.
73+
74+
**Workaround:** Manually add `/s/<space-name>` to the URL after your deployment URL. For example: `https://<deployment>/s/<space-name>/api/agent_builder/mcp`
75+
76+
For more information about {{agent-builder}} and Spaces, refer to [Permissions and access control](permissions.md#spaces).
77+
78+

solutions/search/agent-builder/mcp-server.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ The MCP server is available at:
1919
```
2020
{KIBANA_URL}/api/agent_builder/mcp
2121
```
22+
23+
When using a custom {{kib}} Space, include the space name in the URL:
24+
25+
```
26+
{KIBANA_URL}/s/{SPACE_NAME}/api/agent_builder/mcp
27+
```
28+
2229
:::{tip}
2330
You can copy your MCP server URL directly in the Tools GUI. Refer to [](tools.md#copy-your-mcp-server-url).
2431
:::

solutions/search/agent-builder/permissions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,10 @@ Agent Builder respects {{kib}} Spaces when enabled. All conversations, custom ag
9393

9494
When configuring roles or API keys, specify the Space in the application privileges resources (e.g., `"resources": ["space:production"]`). Users and API keys cannot access resources in other Spaces.
9595

96+
:::{important}
97+
When accessing Agent Builder APIs or the MCP server from a custom Space, include the space name in the URL path: `https://<deployment>/s/<space-name>/api/agent_builder/...`
98+
99+
The default space uses the standard URL format without `/s/<space-name>`.
100+
:::
101+
96102
Learn more about [{{kib}} Spaces](/deploy-manage/manage-spaces.md).

solutions/search/agent-builder/tools.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,8 @@ The **Tools** UI provides a **Copy your MCP server URL** button for easy access.
208208
:width: 250px
209209
:::
210210

211+
:::{important}
212+
If you're using a custom {{kib}} Space, the copied URL will not include the space name. You must manually add `/s/<space-name>` to the URL path. For example: `https://<deployment>/s/<space-name>/api/agent_builder/mcp`
213+
:::
214+
211215
For detailed MCP server configuration, refer to [MCP server](mcp-server.md).

0 commit comments

Comments
 (0)