Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions solutions/search/agent-builder/kibana-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ applies_to:
---

:::{warning}
WIP

These pages are hidden from the docs TOC and have `noindexed` meta headers.
:::

Expand All @@ -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

Expand Down
10 changes: 6 additions & 4 deletions solutions/search/agent-builder/programmatic-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Loading