Configures a third-party channel for Agent runtime.
Operation description
You can configure third-party channels for Agent runtime resources such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. These channels serve as extended Agent communication methods beyond the AgentIM channel.
Before using this operation, make sure you are familiar with the operations and usage of the Wuying Agent Management Center.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
appstreaming:ConfigRuntimeChannel |
update |
*全部资源
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RuntimeType |
string |
Yes |
The Agent runtime type. Valid values:
|
CloudDesktop |
| RuntimeIds |
array |
Yes |
The list of runtime IDs. |
|
|
string |
Yes |
The Agent runtime ID. The ID mappings are as follows:
|
jvs-xxxx |
|
| AgentProvider |
string |
Yes |
The Agent provider. Valid values:
|
OpenClaw |
| AgentPlatform |
string |
No |
The Agent platform (such as ENTERPRISE or JVS). |
ENTERPRISE |
| Code |
string |
Yes |
The third-party channel code. Valid values:
|
dingtalk-connector |
| Name |
string |
No |
The channel name. If you leave this parameter empty, the system automatically uses the value of Code as the name. |
钉钉 |
| ConfigMode |
string |
No |
The configuration mode. |
Simple |
| Config |
string |
Yes |
The channel configuration JSON string. |
{ "appKey": "abc", "appSecret": "efg" } |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
Examples
Success response
JSON format
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.