Skip to content

sandbox/envVault.upsert

Type: mutation Module: convex/sandbox/envVault.ts

{
orgId: string,
name: string,
encryptedValue: string,
description: string /* optional */,
}

Create or update an encrypted environment variable in the vault. @param orgId - Organization ID @param name - Variable name (auto-normalized to SCREAMING_SNAKE_CASE) @param encryptedValue - Encrypted value