Skip to content

Commit e40d5d1

Browse files
authored
Update agent builder programmatic access (#3197)
Key changes: - Removed "WIP" warning from kibana-api.md - Updated API reference link from Kibana API to Kibana serverless API (with TODO for when page goes live) - Because live on serverless now and we will be publishing new Kib serverless pages ASAP - Reordered programmatic-access.md content to prioritize MCP/A2A over Kibana APIs - Added tip explaining most users prefer MCP/A2A integration - Moved Kibana API to bottom of the list
1 parent 2cd77c6 commit e40d5d1

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

solutions/search/agent-builder/kibana-api.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ applies_to:
77
---
88

99
:::{warning}
10-
WIP
11-
1210
These pages are hidden from the docs TOC and have `noindexed` meta headers.
1311
:::
1412

@@ -18,7 +16,8 @@ These APIs allow you to programmatically work with the {{agent-builder}} abstrac
1816

1917
## API reference
2018

21-
For the full API documentation, refer to the [Kibana API reference](https://www.elastic.co/docs/api/doc/kibana/).
19+
For the full API documentation, refer to the [Kibana serverless API reference](https://www.elastic.co/docs/api/doc/serverless/).
20+
% TODO: Update link once page is live
2221

2322
## Using the APIs
2423

solutions/search/agent-builder/programmatic-access.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@ applies_to:
77
---
88

99
:::{warning}
10-
WIP
11-
1210
These pages are hidden from the docs TOC and have `noindexed` meta headers.
1311
:::
1412

1513
# Work programmatically with {{agent-builder}}
1614

17-
{{agent-builder}} provides comprehensive APIs and additional integration options for programmatic access and automation.
15+
{{agent-builder}} provides comprehensive integration options for programmatic access and automation.
1816

1917
These interfaces enable you to build integrations with other applications and extend Agent Builder's capabilities to fit your specific requirements.
2018

21-
- **[Kibana API](kibana-api.md)**: RESTful APIs for working with {{agent-builder}} programmatically
19+
:::{tip}
20+
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.
21+
:::
22+
2223
- **[MCP server](mcp-server.md)**: A standardized interface that allows external MCP clients (such as Claude Desktop or Cursor) to access {{agent-builder}} tools
2324
- **[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
25+
- **[Kibana API](kibana-api.md)**: RESTful APIs for working with {{agent-builder}} programmatically
2426

0 commit comments

Comments
 (0)