List All Plugins
Get list of all installed plugins
Authorizations
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Responses
Success
Get Plugin Details
Get details of a specific plugin
Authorizations
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Parameters
Path Parameters
Plugin author
Plugin name
Responses
Success
Delete Plugin
Uninstall the specified plugin
Authorizations
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Parameters
Path Parameters
Plugin author
Plugin name
Query Parameters
Whether to delete plugin data
falseResponses
Deletion task created
Install Plugin from Local File
Upload and install plugin package file
Authorizations
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Request Body
Plugin package file (.lbpkg format)
"binary"Responses
Installation task created
Install Plugin from GitHub
Install plugin from GitHub Release
Authorizations
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Request Body
Responses
Installation task created
Install from Marketplace
Install plugin from LangBot plugin marketplace
Authorizations
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Request Body
Responses
Installation task created
