Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
PUT /v1/users/:user_id/vault/:key — store/replace (encrypt).
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"}'