CreateDigitalEmployee
Create a Digital Employee
Operation description
Creates a Digital Employee.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
starops:CreateDigitalEmployee |
create |
*DigitalEmployee
|
None |
|
Request syntax
POST /digital-employee HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
Specifies the data structure for the digital employee. |
|
| defaultRule |
string |
No |
The default rule for the digital employee. |
test |
| description |
string |
No |
The description of the digital employee. |
aaa |
| displayName |
string |
No |
The display name of the digital employee. |
digial-employee-test |
| roleArn |
string |
Yes |
The RAM role ARN. |
acs:ram::12345678912:role/testrole |
| name |
string |
Yes |
The name of the digital employee. |
test |
| knowledges |
object |
No |
The knowledge bases to associate with the digital employee. |
|
| bailian |
array<object> |
No |
The Bailian knowledge bases to associate with the digital employee. |
|
|
object |
No |
A Bailian knowledge base. |
||
| workspaceId |
string |
No |
The Bailian workspace ID. |
llm-xxxxx |
| indexId |
string |
No |
The Bailian index ID. |
index-xxxx |
| region |
string |
No |
The region of the Bailian knowledge base. |
cn-beijing |
| attributes |
string |
No |
The attributes of the Bailian knowledge base. |
test |
| sop |
array<object> |
No |
The SOP knowledge bases to associate with the digital employee. |
|
|
object |
No |
An SOP knowledge base. |
{ "type": "oss", "basePath": "docs/", "region": "cn-hangzhou", "endpoint": "oss-cn-hangzhou.aliyuncs.com", "bucket": "my-sop-bucket", "description": "sls sop" } |
|
| resourceGroupId |
string |
No |
The ID of the resource group for the digital employee. |
rg-ae******ey |
| tags |
array |
No |
The tags to attach to the digital employee. |
|
| Tag |
No |
A tag. |
||
| attributes |
object |
No |
||
|
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| requestId |
string |
A unique identifier for the request. |
3B311FD9-A60B-55E0-A896-A0C73********* |
| name |
string |
The name of the digital employee. |
test |
Examples
Success response
JSON format
{
"requestId": "3B311FD9-A60B-55E0-A896-A0C73*********\n",
"name": "test"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.