GitLab CI/CD · Capability
GitLab API — keys
GitLab API — keys. 5 operations. Lead operation: Get a list of Groups::SshCertificate for a Group.. Self-contained Naftiko capability covering one Gitlab Ci business surface.
What You Can Do
GET
Getapiv4groupsidsshcertificates
— Get a list of Groups::SshCertificate for a Group.
/v1/api/v4/groups/{id}/ssh-certificates
POST
Postapiv4groupsidsshcertificates
— Add a Groups::SshCertificate.
/v1/api/v4/groups/{id}/ssh-certificates
DELETE
Deleteapiv4groupsidsshcertificatessshcertificatesid
— Removes an ssh certificate from a group.
/v1/api/v4/groups/{id}/ssh-certificates/{ssh-certificates-id}
GET
Getapiv4keys
— Get user by fingerprint of SSH key
/v1/api/v4/keys
GET
Getapiv4keysid
— Get single ssh key by id. Only available to admin users
/v1/api/v4/keys/{id}
MCP Tools
get-list-groups-sshcertificate-group
Get a list of Groups::SshCertificate for a Group.
read-only
idempotent
add-groups-sshcertificate
Add a Groups::SshCertificate.
removes-ssh-certificate-group
Removes an ssh certificate from a group.
idempotent
get-user-fingerprint-ssh-key
Get user by fingerprint of SSH key
read-only
idempotent
get-single-ssh-key-id
Get single ssh key by id. Only available to admin users
read-only
idempotent