Kong · Capability
Konnect API - Go SDK — Keys
Konnect API - Go SDK — Keys. 10 operations. Lead operation: List all Keys associated with a KeySet. Self-contained Naftiko capability covering one Kong business surface.
What You Can Do
GET
Listkeywithkeyset
— List all Keys associated with a KeySet
/v1/v2/control-planes/{controlplaneid}/core-entities/key-sets/{keysetid}/keys
POST
Createkeywithkeyset
— Create a new Key associated with a KeySet
/v1/v2/control-planes/{controlplaneid}/core-entities/key-sets/{keysetid}/keys
DELETE
Deletekeywithkeyset
— Delete a a Key associated with a KeySet
/v1/v2/control-planes/{controlplaneid}/core-entities/key-sets/{keysetid}/keys/{keyid}
GET
Getkeywithkeyset
— Get a Key associated with a KeySet
/v1/v2/control-planes/{controlplaneid}/core-entities/key-sets/{keysetid}/keys/{keyid}
PUT
Upsertkeywithkeyset
— Upsert a Key associated with a KeySet
/v1/v2/control-planes/{controlplaneid}/core-entities/key-sets/{keysetid}/keys/{keyid}
GET
Listkey
— List all Keys
/v1/v2/control-planes/{controlplaneid}/core-entities/keys
POST
Createkey
— Create a new Key
/v1/v2/control-planes/{controlplaneid}/core-entities/keys
DELETE
Deletekey
— Delete a Key
/v1/v2/control-planes/{controlplaneid}/core-entities/keys/{keyid}
GET
Getkey
— Get a Key
/v1/v2/control-planes/{controlplaneid}/core-entities/keys/{keyid}
PUT
Upsertkey
— Upsert a Key
/v1/v2/control-planes/{controlplaneid}/core-entities/keys/{keyid}
MCP Tools
list-all-keys-associated-keyset
List all Keys associated with a KeySet
read-only
idempotent
create-new-key-associated-keyset
Create a new Key associated with a KeySet
delete-key-associated-keyset
Delete a a Key associated with a KeySet
idempotent
get-key-associated-keyset
Get a Key associated with a KeySet
read-only
idempotent
upsert-key-associated-keyset
Upsert a Key associated with a KeySet
idempotent
list-all-keys
List all Keys
read-only
idempotent
create-new-key
Create a new Key
delete-key
Delete a Key
idempotent
get-key
Get a Key
read-only
idempotent
upsert-key
Upsert a Key
idempotent