Skip to content

Commit 4ee944b

Browse files
authored
Merge branch 'main' into gs-2795-fix
2 parents e4af94e + 7e5a4ca commit 4ee944b

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

deploy-manage/users-roles/cloud-organization/configure-saml-authentication.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ You must have authority to modify your domain’s DNS records and be a member of
9696
It might take some time for the DNS records to be updated and propagated in the network. If verification isn’t successful, wait a while and try again.
9797
::::
9898

99-
99+
::::{note}
100+
After the domain has been claimed by your organization, you can safely remove the TXT record from your DNS provider settings. You must remove this record if you want to claim the same domain in additional {{ecloud}} organizations.
101+
::::
100102

101103
### Step 2: Register a SAML IdP [ec-saml-sso-register-idp]
102104

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

solutions/search/elastic-agent-builder.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ These pages are hidden from the docs TOC and have `noindexed` meta headers.
1414

1515
# {{agent-builder}}
1616

17-
{{agent-builder}} is an AI-powered conversation framework for working with {{es}} data using natural language. It features both a chat UI for synchronous interaction and extensive programmatic access through APIs, MCP and A2A servers.
17+
{{agent-builder}} is a set of AI-powered capabilities for developing and interacting with agents that work with your {{es}} data. Agent Builder simplifies building data-driven agents with intuitive UI and programmatic interfaces, so you don't have to compose the different pieces separately.
18+
19+
You can use the built-in agent for natural language conversations with any {{es}} data or instance, or work programmatically with tools, agents, and conversations using Elastic APIs, MCP, and A2A.
1820

1921
## Key capabilities
2022

0 commit comments

Comments
 (0)