@@ -9,7 +9,7 @@ AI Actions are available as an LTS update to [[= product_name =]] starting with
9
9
To use this feature you must first install the package.
10
10
You can then install and configure the service connectors or build your own ones.
11
11
12
- ## Install the framework
12
+ ## Install framework
13
13
14
14
Run the following command to install the package:
15
15
@@ -20,7 +20,7 @@ composer require ibexa/connector-ai
20
20
This command adds the framework code, service handlers, Twig templates, and configurations required for using AI Actions.
21
21
It also modifies the permission system to account for the new functionality.
22
22
23
- ## Modify the database schema
23
+ ## Modify database schema
24
24
25
25
Create the ` add_ai_actions.sql ` file that contains the following code.
26
26
@@ -105,10 +105,25 @@ If specific users from the team are supposed to modify scenario settings, you mu
105
105
### Create token
106
106
107
107
Navigate to your [[ = product_name_connect =]] user's profile, and on the ** API ACCESS** tab, create a new token.
108
- Copy the token code that appears next to the label.
108
+ Select the following scopes to set permissions needed to enable the integration of platforms:
109
+
110
+ - ` custom-property-structures:read `
111
+ - ` custom-property-structures:write `
112
+ - ` hooks:read `
113
+ - ` hooks:write `
114
+ - ` scenarios:read `
115
+ - ` scenarios:write `
116
+ - ` team-variables:read `
117
+ - ` team-variables:write `
118
+ - ` templates:read `
119
+ - ` templates:write `
120
+ - ` udts:read `
121
+ - ` udts:write `
109
122
110
123
![ Creating an API token] ( img/connect_api_token.png )
111
124
125
+ Copy the token code that appears on the tokens list, next to the label.
126
+
112
127
### Set up credentials
113
128
114
129
In the root folder of your project, modify the ` .env ` file.
0 commit comments