storage
Encrypted secret storage
Store secrets, tokens, passwords and key-value config in encrypted data storage. Data is encrypted using AES-256.
Keys are individually allocated spaces for values. Values are encrypted at rest. Values can be strings or JSON with path based lookup if the latter.
Delete a secret. If key not found a success response is returned.
Get a secret by key.
List all the available secrets
Set a secret. Overwrites any existing value already set.
Endpoint | Per Request |
---|---|
Delete | Base |
Get | Base |
List | Base |
Set | Base |
Base requests are 0.000001 USD
Delete Request
Response
{}