From da5ef09f853cff1c30aaed8611aa2c2134bcb60c Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:51:58 +0200 Subject: [PATCH] Removing WIP status, updating API links, and reorganizing content to highlight preferred integration methods (MCP/A2A) over direct Kibana API usage. --- solutions/search/agent-builder/kibana-api.md | 5 ++--- solutions/search/agent-builder/programmatic-access.md | 10 ++++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/solutions/search/agent-builder/kibana-api.md b/solutions/search/agent-builder/kibana-api.md index 65dd7993ff..8e76fd1806 100644 --- a/solutions/search/agent-builder/kibana-api.md +++ b/solutions/search/agent-builder/kibana-api.md @@ -7,8 +7,6 @@ applies_to: --- :::{warning} -WIP - These pages are hidden from the docs TOC and have `noindexed` meta headers. ::: @@ -18,7 +16,8 @@ These APIs allow you to programmatically work with the {{agent-builder}} abstrac ## API reference -For the full API documentation, refer to the [Kibana API reference](https://www.elastic.co/docs/api/doc/kibana/). +For the full API documentation, refer to the [Kibana serverless API reference](https://www.elastic.co/docs/api/doc/serverless/). +% TODO: Update link once page is live ## Using the APIs diff --git a/solutions/search/agent-builder/programmatic-access.md b/solutions/search/agent-builder/programmatic-access.md index ca9c9a5232..63029c15b4 100644 --- a/solutions/search/agent-builder/programmatic-access.md +++ b/solutions/search/agent-builder/programmatic-access.md @@ -7,18 +7,20 @@ applies_to: --- :::{warning} -WIP - These pages are hidden from the docs TOC and have `noindexed` meta headers. ::: # Work programmatically with {{agent-builder}} -{{agent-builder}} provides comprehensive APIs and additional integration options for programmatic access and automation. +{{agent-builder}} provides comprehensive integration options for programmatic access and automation. These interfaces enable you to build integrations with other applications and extend Agent Builder's capabilities to fit your specific requirements. -- **[Kibana API](kibana-api.md)**: RESTful APIs for working with {{agent-builder}} programmatically +:::{tip} +Most users will probably want to integrate with Agent Builder using MCP or A2A, but you can also work programmatically with tools, agents, and conversations using the Kibana APIs. +::: + - **[MCP server](mcp-server.md)**: A standardized interface that allows external MCP clients (such as Claude Desktop or Cursor) to access {{agent-builder}} tools - **[A2A server](a2a-server.md)**: Agent-to-agent communication endpoints that follow the A2A protocol specification, enabling external A2A clients to interact with {{agent-builder}} agents +- **[Kibana API](kibana-api.md)**: RESTful APIs for working with {{agent-builder}} programmatically