Vaults

Create a vault

Creates a vault for the current project. See vaults.

post/vaults

Request body

namestring

The name is trimmed before storage. It must contain 1 to 256 UTF-8 bytes after trimming.

metadataobject nullable

Key-value pairs to associate with the vault, such as an application or team identifier.

Response

The created vault.

idstring required

The ID of the vault.

object'vault' required

The object type. Always vault.

namestring nullable required

The human-readable name of the vault, if set.

metadataobject required

Key-value pairs associated with the vault, such as an application or team identifier.

created_atinteger required

The Unix timestamp, in seconds, when the vault was created.

Changes