Key Management
Category: Security Standards: HIPAA · NIST SP 800-57
Encryption key lifecycle management (generate, rotate, revoke)
What this node does
- Key generation
- Key rotation (90-day default)
- Key revocation
- Key versioning
How to use
- In the Agentic Studio, open or create a workflow
- In the node palette on the left, find Key Management under the Security category (or use the search bar)
- Drag the node onto the canvas
- Double-click the node to open its configuration dialog
- Fill in the required parameters (see Configuration below)
- Connect the Operation (generate/rotate/revoke) input port from an upstream node
- Optionally connect the Key ID port if needed
- Connect the Key Information and Operation Status output to the next node downstream
Inputs
| Port | Type | Required | Description |
|---|---|---|---|
| Operation (generate/rotate/revoke) | text | ✓ | Plain text string |
| Key ID | text | Optional | Plain text string |
Outputs
| Port | Type | Description |
|---|---|---|
| Key Information | json | JSON data object |
| Operation Status | json | JSON data object |
Configuration
Open the configuration dialog by double-clicking the Key Management node on the canvas.
| Parameter | What to enter |
|---|---|
operation | Operation to perform: read, search, create, update, or upsert |
keyType | Configure keyType in the node settings |
rotationPeriod | Configure rotationPeriod in the node settings |
keyVersion | Configure keyVersion in the node settings |
When to use this node
- Generate encryption keys
- Rotate keys quarterly
- Revoke compromised keys
Need help configuring this node?
Go to Settings → Connectors to set up the connection this node depends on, then reference the connector ID in the node configuration dialog.