create_key
Create a new format-preserving encryption key within a specified namespace to protect sensitive data with FPE.
Instructions
Create a new FPE encryption key.
Generates a new named key in the specified namespace. Keys are used for format-preserving encryption operations. The name and namespace must not have leading or trailing spaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | Namespace for the key (e.g. "fpe"). Must not have leading or trailing spaces. | |
| name | Yes | Name for the new key (1–256 characters, no leading or trailing spaces). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||