Skip to content

Commit 2cc7b21

Browse files
committed
reorganize headings
1 parent ba1355f commit 2cc7b21

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

solutions/search/agent-builder/permissions.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ navigation_title: "Permissions & access control"
1212

1313
Use this page to learn how to configure security roles and API keys for Agent Builder. Understanding these privileges helps you control who can use agents, which tools they can access, and what data they can query.
1414

15+
## Required privileges
16+
1517
Agent Builder requires privileges at three levels:
1618

1719
- [{{kib}} feature access](#kib-privileges)
18-
- [{{es}} cluster access](#es-cluster-privileges)
20+
- [{{es}} cluster access](#es-cluster-privileges)
1921
- [{{es}} index access](#es-index-privileges)
2022

2123
### {{kib}} privileges
@@ -45,7 +47,9 @@ Tools execute queries against {{es}} indices as the current user. Required privi
4547

4648
Learn more about [index privileges](elasticsearch://reference/elasticsearch/security-privileges.md#privileges-list-indices).
4749

48-
### Granting access with roles
50+
## Grant access
51+
52+
### Grant access with roles
4953

5054
[Roles](/deploy-manage/users-roles/cluster-or-deployment-auth/defining-roles.md) are {{es}} security constructs that bundle together {{kib}} feature privileges and {{es}} privileges. To grant users access to Agent Builder, create a role that includes the required privileges.
5155

@@ -82,7 +86,7 @@ POST /_security/role/agent-builder-full
8286
For read-only access, use `feature_agentBuilder.read` instead of `feature_agentBuilder.all`.
8387
:::
8488

85-
### API keys for programmatic access
89+
### Grant access with API keys
8690

8791
When using the Agent Builder APIs programmatically, authenticate with an API key that includes the required privileges.
8892

@@ -94,7 +98,7 @@ Refer to these pages for API key configuration examples:
9498

9599
Learn more about [API keys](/deploy-manage/api-keys/elasticsearch-api-keys.md).
96100

97-
### Spaces
101+
### Working with Spaces
98102

99103
Agent Builder respects {{kib}} Spaces when enabled. All conversations, custom agents, and custom tools are scoped to the current Space.
100104

0 commit comments

Comments
 (0)