Skip to content
Inkbox

Inkbox

ContactDocs
GuidesAPI Reference
GuidesAPI Reference

Jump to

Vault API

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 using your vault key.

API base URL:

https://api.inkbox.ai/api/v1/vault

Quick start

Create an account and get your service token from the Inkbox console:

Get service token

API requests require a service token for authentication. Some operations may require additional credentials (e.g., your vault key). See individual endpoint docs for details.

X-Service-Token: YOUR_SERVICE_TOKEN

Vault

Get vault info

GET

Get vault metadata including secret and key counts

/api/v1/vault/info

Unlock vault

GET

Fetch encrypted secrets and wrapped keys for client-side decryption

/api/v1/vault/unlock

Secrets

Create secret

POST

Store a new encrypted secret

/api/v1/vault/secrets

List secrets

GET

List all secrets (metadata only, no payloads)

/api/v1/vault/secrets

Get secret

GET

Get a single secret with its encrypted payload

/api/v1/vault/secrets/{secret_id}

Update secret

PATCH

Update a secret's name, description, or encrypted payload

/api/v1/vault/secrets/{secret_id}

Delete secret

DELETE

Delete a secret

/api/v1/vault/secrets/{secret_id}

Keys

Access control

Additional resources

  • Agent Identity API
  • Mail API
  • Phone API

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