🤖 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.
Key API
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:
| Operation | Method | Endpoint |
|---|---|---|
| Retrieve a Key | GET | /api/key/api/key/{keyId} |
| Update a Key | PUT | /api/key/{keyId} |
| Delete a Key | DELETE | /api/key/{keyId} |
| Search for Keys | GETPOST | /api/key/search?algorithm=RS256&name={name}&type=RSA/api/key/search |
| Generate a Key | POST | /api/key/generate/api/key/generate/{keyId} |
| Import a Key | POST | /api/key/import/api/key/import/{keyId} |