Skip to main content
Question

Is it possible to restrict group ai agents access to only specific agent ids?

  • June 19, 2026
  • 0 replies
  • 4 views

On a user.Group.yaml file we are able to set specific ids to certain capabilities, such as datasets:
 

      - datasetsAcl:

            actions:

                - READ

            scope:

                idScope:

                    ids:

                        - datasetId1

                        - datasetId2

 

Are we able to also do this for agents via agentsAcl run? I couldn’t find anything specifying it in the documentation and the assistant claimed it was not possible. I wanted to double check here if someone knew more about this.