# GnuPGP Keys

## Create one or more GPG public keys in the server's configuration

 - [POST /gitops/api/v1/agents/{agentIdentifier}/gpgkeys](https://apidocs.harness.io/gnupgp-keys/agentgpgkeyservice_create.md): Create one or more GPG public keys in the server's configuration.

## Get information about specified GPG public key from the server

 - [GET /gitops/api/v1/agents/{agentIdentifier}/gpgkeys/{query.keyID}](https://apidocs.harness.io/gnupgp-keys/agentgpgkeyservice_get.md): Get information about specified GPG public key from the server.

## Delete specified GPG public key from the server's configuration

 - [DELETE /gitops/api/v1/agents/{agentIdentifier}/gpgkeys/{query.keyID}](https://apidocs.harness.io/gnupgp-keys/agentgpgkeyservice_delete.md): Delete specified GPG public key from the server's configuration.

