storage

Secrets

Encrypted secret storage

Introduction

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.

Features

Delete

Delete a secret. If key not found a success response is returned.

Get

Get a secret by key.

List

List all the available secrets

Set

Set a secret. Overwrites any existing value already set.

Pricing

EndpointPer Request
DeleteBase
GetBase
ListBase
SetBase

Base requests are 0.000001 USD

Example

Delete Request

Response

{}