🤖 For AI agents: The complete documentation index is available at /docs/llms.txt. A markdown version of this page is available at /docs/apis/keys.md.

Available since 1.6.0

Use this API to view, create, and update keys, certificates, and secret values (see the Key Master documentation for an overview of this functionality).

Use the following APIs to manage Keys:

OperationMethodEndpoint
Retrieve a KeyGET/api/key
/api/key/{keyId}
Update a KeyPUT/api/key/{keyId}
Delete a KeyDELETE/api/key/{keyId}
Search for KeysGET
POST
/api/key/search?algorithm=RS256&name={name}&type=RSA
/api/key/search
Generate a KeyPOST/api/key/generate
/api/key/generate/{keyId}
Import a KeyPOST/api/key/import
/api/key/import/{keyId}