v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
agent builder

Install a plugin

Spaces method and path for this operation:

<div><span class="operation-verb post">post</span>&nbsp;<span class="operation-path">/s/{space_id}/api/agent_builder/plugins/install</span></div>

Refer to Spaces for more information.

Install a plugin from a GitHub Claude plugin URL or a direct ZIP URL. Plugins bundle agent capabilities such as skills. To learn more about Agent Builder plugins, refer to the plugins documentation.<br/><br/>[Required authorization] Route required privileges: agentBuilder:write.

post/api/agent_builder/plugins/install

Headers

kbn-xsrfstring required
Example:true

A required header to protect against CSRF attacks

Request body

plugin_namestring

Optional name override for the plugin. Defaults to the manifest name.

urlstring required

URL to install the plugin from (GitHub URL or direct zip URL).

Response

Indicates a successful response