Skip to content

Commit 9dc7677

Browse files
Direct users to new API reference site (#5911) (#5914)
(cherry picked from commit bf56e06) Co-authored-by: natasha-moore-elastic <[email protected]>
1 parent fd1823b commit 9dc7677

File tree

89 files changed

+546
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+546
-0
lines changed

docs/AI-for-security/api/anonymization-fields-api-find.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[[anonymization-fields-api-find]]
22
=== Find anonymization fields
33

4+
.New API Reference
5+
[sidebar]
6+
--
7+
For the most up-to-date API details, refer to {api-kibana}/group/endpoint-security-ai-assistant-api[AI Assistant APIs].
8+
--
9+
410
Retrieve a list of anonymization fields that can be included in the LLM context.
511

612
[discrete]

docs/AI-for-security/api/assistant-api-overview.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22
[role="xpack"]
33
== Elastic AI Assistant API
44

5+
.New API Reference
6+
[sidebar]
7+
--
8+
For the most up-to-date API details, refer to {api-kibana}/group/endpoint-security-ai-assistant-api[AI Assistant APIs].
9+
--
10+
511
The Elastic AI Assistant API allows you to interact with and manage Elastic AI Assistant.

docs/AI-for-security/api/bulk-actions-anonymization-fields-api.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[[bulk-actions-anonymization-fields-api]]
22
=== Bulk anonymization field actions
33

4+
.New API Reference
5+
[sidebar]
6+
--
7+
For the most up-to-date API details, refer to {api-kibana}/group/endpoint-security-ai-assistant-api[AI Assistant APIs].
8+
--
9+
410
Apply a bulk action (create, update, or delete) to multiple anonymization fields. The bulk action is applied to all anonymization fields that match the filter or to the list of anonymization fields by their IDs.
511

612
[discrete]

docs/AI-for-security/api/bulk-actions-prompts-api.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[[bulk-actions-prompts-api]]
22
=== Bulk prompt actions
33

4+
.New API Reference
5+
[sidebar]
6+
--
7+
For the most up-to-date API details, refer to {api-kibana}/group/endpoint-security-ai-assistant-api[AI Assistant APIs].
8+
--
9+
410
Apply a bulk action (create, update, or delete) to multiple prompts. The bulk action is applied to all prompts that match the filter or to the list of prompts by their IDs.
511

612
[discrete]

docs/AI-for-security/api/chat-complete-api.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[[chat-complete-api]]
22
=== Complete chat
33

4+
.New API Reference
5+
[sidebar]
6+
--
7+
For the most up-to-date API details, refer to {api-kibana}/group/endpoint-security-ai-assistant-api[AI Assistant APIs].
8+
--
9+
410
The complete chat API allows you to communicate with the configured large language model (LLM) and, if needed, persist the result as a conversation (create new or extend existing).
511

612
[discrete]

docs/AI-for-security/api/conversation-api-create.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[[conversation-api-create]]
22
=== Create conversation
33

4+
.New API Reference
5+
[sidebar]
6+
--
7+
For the most up-to-date API details, refer to {api-kibana}/group/endpoint-security-ai-assistant-api[AI Assistant APIs].
8+
--
9+
410
Create a new Elastic AI Assistant conversation.
511

612
[discrete]

docs/AI-for-security/api/conversation-api-delete.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[[conversation-api-delete]]
22
=== Delete conversation
33

4+
.New API Reference
5+
[sidebar]
6+
--
7+
For the most up-to-date API details, refer to {api-kibana}/group/endpoint-security-ai-assistant-api[AI Assistant APIs].
8+
--
9+
410
Delete an existing Elastic AI Assistant conversation by conversation ID.
511

612
[discrete]

docs/AI-for-security/api/conversation-api-find.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[[conversation-api-find]]
22
=== Find conversations
33

4+
.New API Reference
5+
[sidebar]
6+
--
7+
For the most up-to-date API details, refer to {api-kibana}/group/endpoint-security-ai-assistant-api[AI Assistant APIs].
8+
--
9+
410
Retrieve a list of Elastic AI Assistant conversations for the current user.
511

612
[discrete]

docs/AI-for-security/api/conversation-api-get.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[[conversation-api-get]]
22
=== Get conversation
33

4+
.New API Reference
5+
[sidebar]
6+
--
7+
For the most up-to-date API details, refer to {api-kibana}/group/endpoint-security-ai-assistant-api[AI Assistant APIs].
8+
--
9+
410
Retrieve an existing Elastic AI Assistant conversation by conversation ID.
511

612
[discrete]

docs/AI-for-security/api/conversation-api-update.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[[conversation-api-update]]
22
=== Update conversation
33

4+
.New API Reference
5+
[sidebar]
6+
--
7+
For the most up-to-date API details, refer to {api-kibana}/group/endpoint-security-ai-assistant-api[AI Assistant APIs].
8+
--
9+
410
Update an existing Elastic AI Assistant conversation by conversation ID.
511

612
==== Request URL

0 commit comments

Comments
 (0)