Skip to content
Inkbox

Inkbox

ContactDocs
GuidesAPI Reference
GuidesAPI Reference

Jump to

Vault

The vault is a zero-knowledge encrypted credential store for your organization. Store API keys, login credentials, SSH keys, and other secrets: Inkbox never sees the plaintext. All encryption and decryption happens client-side in the SDK or console using your vault key.

How it works

Every secret stored in the vault is encrypted with your organization's encryption key before it leaves the SDK. The server only ever sees ciphertext. To read secrets, you unlock the vault with your vault key, and the SDK or console decrypts everything locally.

Two keys are involved:

KeyPurpose
INKBOX_API_KEYAuthenticates API requests (sent to server)
INKBOX_VAULT_KEYUnlocks the vault for client-side decryption (never sent to server)

Secret types

Each secret has a type that determines its payload structure:

TypeFieldsUse case
loginpassword, username, email, url, notesWebsite or service logins
api_keyapi_key, endpoint, notesAPI keys and tokens
key_pairaccess_key, secret_key, endpoint, notesAWS-style key pairs
ssh_keyprivate_key, public_key, fingerprint, passphrase, notesSSH keys
otherdata, notesFreeform secrets

Unlocking the vault

Before you can read or write secrets, unlock the vault with your vault key. The SDK validates the key, fetches all encrypted secrets, and decrypts them locally.

Creating secrets

Once unlocked, create secrets by specifying a name and a typed payload. The SDK encrypts the payload before sending it to the server.

Reading secrets

Access all decrypted secrets via the secrets property, or fetch a specific one by ID.

Updating and deleting secrets

Update a secret's name, description, or payload. Delete secrets when they're no longer needed.

Identity access control

Grant specific agent identities access to individual secrets. This lets you control which agents can use which credentials.

Vault metadata

Check the vault's status and counts without unlocking it.

Inkbox

Copyright © 2026 Inkbox

This site is protected by reCAPTCHA.

Google Privacy Policy and Terms of Service apply.

Website

Inkbox

Copyright © 2026 Inkbox

This site is protected by reCAPTCHA.

Google Privacy Policy and Terms of Service apply.

Website