Installs a PolarClaw plugin.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
The application ID. |
pa-************** |
| PluginId |
string |
Yes |
The plugin ID. |
openclaw-lark |
| NpmPackage |
string |
Yes |
The npm package name, including the version number. |
@larksuite/openclaw-lark@2026.4.7 |
| Restart |
boolean |
No |
Specifies whether to restart the gateway after installation. Defaults to true. |
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
CDB3258F-B5DE-43C4-8935-CBA0CA****** |
| Message |
string |
The response message. |
successful |
| Code |
integer |
The status code. |
200 |
| ApplicationId |
string |
The application ID. |
pa-************** |
| Ok |
boolean |
Indicates whether the request was successful. |
true |
| PluginId |
string |
The ID of the installed plugin. |
openclaw-lark |
| NpmPackage |
string |
The name of the installed npm package. |
@larksuite/openclaw-lark@2026.4.7 |
| Restarted |
boolean |
Indicates whether the gateway restarted. |
true |
Examples
Success response
JSON format
{
"RequestId": "CDB3258F-B5DE-43C4-8935-CBA0CA******",
"Message": "successful",
"Code": 200,
"ApplicationId": "pa-**************",
"Ok": true,
"PluginId": "openclaw-lark",
"NpmPackage": "@larksuite/openclaw-lark@2026.4.7",
"Restarted": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.