You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solutions/search/agent-builder/agent-builder-agents.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,4 +125,4 @@ For an overview, refer to [Agents API](kibana-api.md#agents).
125
125
126
126
### Serverless API reference
127
127
128
-
For the complete API reference, refer to the [Kibana serverless API reference](https://www.elastic.co/docs/api/doc/serverless/).
128
+
For the complete API reference, refer to the [Kibana serverless API reference](https://www.elastic.co/docs/api/doc/serverless/operation/operation-get-agent-builder-agents).
Copy file name to clipboardExpand all lines: solutions/search/agent-builder/chat.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ For a quick overview of the REST API for conversations, refer to [Chat and conve
72
72
73
73
### Serverless API reference
74
74
75
-
For the complete API reference, refer to the [Kibana serverless API reference](https://www.elastic.co/docs/api/doc/serverless/).
75
+
For the complete API reference, refer to the [Kibana serverless API reference](https://www.elastic.co/docs/api/doc/serverless/operation/operation-get-agent-builder-conversations).
Copy file name to clipboardExpand all lines: solutions/search/agent-builder/kibana-api.md
+53-4Lines changed: 53 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ These pages are currently hidden from the docs TOC and have `noindexed` meta hea
14
14
15
15
# Work with {{agent-builder}} using the APIs
16
16
17
-
This page provides a quick overview of the main Kibana API endpoints for {{agent-builder}}. For complete details including all available parameters, request/response schemas, and error handling, refer to the [Kibana serverless API reference](https://www.elastic.co/docs/api/doc/serverless/).
17
+
This page provides a quick overview of the main Kibana API endpoints for {{agent-builder}}. For complete details including all available parameters, request/response schemas, and error handling, refer to the [Kibana serverless API reference](https://www.elastic.co/docs/api/doc/serverless/group/endpoint-agent-builder).
18
18
19
19
These APIs allow you to programmatically work with the {{agent-builder}} abstractions.
20
20
@@ -51,6 +51,9 @@ To generate API keys, search for `API keys` in the [global search bar](/explore-
51
51
### Tools
52
52
53
53
**Example:** List all tools
54
+
55
+
This example uses the [list tools API](https://www.elastic.co/docs/api/doc/serverless/operation/operation-get-agent-builder-tools).
56
+
54
57
::::{tab-set}
55
58
:group: api-examples
56
59
@@ -72,6 +75,9 @@ curl -X GET "https://${KIBANA_URL}/api/agent_builder/tools" \
72
75
::::
73
76
74
77
**Example:** Create a tool
78
+
79
+
This example uses the [create a tool API](https://www.elastic.co/docs/api/doc/serverless/operation/operation-post-agent-builder-tools).
80
+
75
81
::::{tab-set}
76
82
:group: api-examples
77
83
@@ -133,6 +139,9 @@ curl -X POST "https://${KIBANA_URL}/api/agent_builder/tools" \
133
139
::::
134
140
135
141
**Example:** Get a tool by ID
142
+
143
+
This example uses the [get a tool by ID API](https://www.elastic.co/docs/api/doc/serverless/operation/operation-get-agent-builder-tools-id).
144
+
136
145
::::{tab-set}
137
146
:group: api-examples
138
147
@@ -154,6 +163,9 @@ curl -X GET "https://${KIBANA_URL}/api/agent_builder/tools/{id}" \
154
163
::::
155
164
156
165
**Example:** Delete a tool by ID
166
+
167
+
This example uses the [delete a tool by ID API](https://www.elastic.co/docs/api/doc/serverless/operation/operation-delete-agent-builder-tools-id).
This example uses the [send chat message API](https://www.elastic.co/docs/api/doc/serverless/operation/operation-post-agent-builder-converse).
498
+
463
499
::::{tab-set}
464
500
:group: api-examples
465
501
@@ -490,6 +526,9 @@ curl -X POST "https://${KIBANA_URL}/api/agent_builder/converse" \
490
526
::::
491
527
492
528
**Example:** Chat with an agent and stream events
529
+
530
+
This example uses the [send chat message (streaming) API](https://www.elastic.co/docs/api/doc/serverless/operation/operation-post-agent-builder-converse-async).
531
+
493
532
::::{tab-set}
494
533
:group: api-examples
495
534
@@ -523,6 +562,9 @@ curl -X POST "https://${KIBANA_URL}/api/agent_builder/converse/async" \
523
562
::::
524
563
525
564
**Example:** List conversations
565
+
566
+
This example uses the [list conversations API](https://www.elastic.co/docs/api/doc/serverless/operation/operation-get-agent-builder-conversations).
567
+
526
568
::::{tab-set}
527
569
:group: api-examples
528
570
@@ -544,6 +586,9 @@ curl -X GET "https://${KIBANA_URL}/api/agent_builder/conversations" \
544
586
::::
545
587
546
588
**Example:** Get conversation by ID
589
+
590
+
This example uses the [get conversation by ID API](https://www.elastic.co/docs/api/doc/serverless/operation/operation-get-agent-builder-conversations-conversation-id).
591
+
547
592
::::{tab-set}
548
593
:group: api-examples
549
594
@@ -565,6 +610,9 @@ curl -X GET "https://${KIBANA_URL}/api/agent_builder/conversations/{conversation
565
610
::::
566
611
567
612
**Example:** Delete conversation by ID
613
+
614
+
This example uses the [delete conversation by ID API](https://www.elastic.co/docs/api/doc/serverless/operation/operation-delete-agent-builder-conversations-conversation-id).
Communicate with the MCP server using JSON-RPC 2.0.
595
642
596
643
```bash
@@ -615,6 +662,9 @@ This endpoint uses the JSON-RPC protocol. The MCP server is used by AI clients l
615
662
Refer to [](a2a-server.md) for more information.
616
663
617
664
**Example:** Get A2A agent card configuration
665
+
666
+
This example uses the [get A2A agent card API](https://www.elastic.co/docs/api/doc/serverless/operation/operation-get-agent-builder-a2a-agentid-json).
667
+
618
668
::::{tab-set}
619
669
:group: api-examples
620
670
@@ -679,5 +729,4 @@ curl -X GET "https://${KIBANA_URL}/api/agent_builder/a2a/{agentId}.json" \
679
729
680
730
## API reference
681
731
682
-
For the full API documentation, refer to the [Kibana serverless API reference](https://www.elastic.co/docs/api/doc/serverless/).
683
-
% TODO: Update link once page is live
732
+
For the full API documentation, refer to the [Kibana serverless API reference](https://www.elastic.co/docs/api/doc/serverless/group/endpoint-agent-builder).
Copy file name to clipboardExpand all lines: solutions/search/agent-builder/tools.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,7 @@ For a quick overview of how to work programmatically with tools, refer to [Tools
198
198
199
199
### Serverless API reference
200
200
201
-
For the complete API reference, refer to the [Kibana serverless API reference](https://www.elastic.co/docs/api/doc/serverless/).
201
+
For the complete API reference, refer to the [Kibana serverless API reference](https://www.elastic.co/docs/api/doc/serverless/operation/operation-get-agent-builder-tools).
0 commit comments