Skip to main content
value
string
required
kind
string
api_key | password | cookie | token | note | reference
locked
boolean
If true, the value can never be revealed back.
expires_at
string
ISO timestamp; expired entries 404 on reveal.
metadata
object
curl -X PUT https://api.usenaive.ai/v1/users/USER_ID/vault/instantly.api_key \
  -H "Authorization: Bearer $NAIVE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"value":"key_xyz","kind":"api_key"}'
Envelope-encrypted with AWS KMS. See Vault encryption.