Saltar al contenido principal

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

  1. In the Agentic Studio, open or create a workflow
  2. In the node palette on the left, find Key Management under the Security category (or use the search bar)
  3. Drag the node onto the canvas
  4. Double-click the node to open its configuration dialog
  5. Fill in the required parameters (see Configuration below)
  6. Connect the Operation (generate/rotate/revoke) input port from an upstream node
  7. Optionally connect the Key ID port if needed
  8. Connect the Key Information and Operation Status output to the next node downstream

Inputs

PortTypeRequiredDescription
Operation (generate/rotate/revoke)textPlain text string
Key IDtextOptionalPlain text string

Outputs

PortTypeDescription
Key InformationjsonJSON data object
Operation StatusjsonJSON data object

Configuration

Open the configuration dialog by double-clicking the Key Management node on the canvas.

ParameterWhat to enter
operationOperation to perform: read, search, create, update, or upsert
keyTypeConfigure keyType in the node settings
rotationPeriodConfigure rotationPeriod in the node settings
keyVersionConfigure 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.