Kong · Capability
Konnect API - Go SDK — CustomPlugins
Konnect API - Go SDK — CustomPlugins. 5 operations. Lead operation: List all CustomPlugins. Self-contained Naftiko capability covering one Kong business surface.
What You Can Do
GET
Listcustomplugin
— List all CustomPlugins
/v1/v2/control-planes/{controlplaneid}/core-entities/custom-plugins
POST
Createcustomplugin
— Create a new CustomPlugin
/v1/v2/control-planes/{controlplaneid}/core-entities/custom-plugins
DELETE
Deletecustomplugin
— Delete a CustomPlugin
/v1/v2/control-planes/{controlplaneid}/core-entities/custom-plugins/{custompluginid}
GET
Getcustomplugin
— Get a CustomPlugin
/v1/v2/control-planes/{controlplaneid}/core-entities/custom-plugins/{custompluginid}
PUT
Upsertcustomplugin
— Upsert a CustomPlugin
/v1/v2/control-planes/{controlplaneid}/core-entities/custom-plugins/{custompluginid}
MCP Tools
list-all-customplugins
List all CustomPlugins
read-only
idempotent
create-new-customplugin
Create a new CustomPlugin
delete-customplugin
Delete a CustomPlugin
idempotent
get-customplugin
Get a CustomPlugin
read-only
idempotent
upsert-customplugin
Upsert a CustomPlugin
idempotent