Tools

End-to-end encryption for Vercel Workflow

Vercel Workflow now automatically encrypts all user data end-to-end with no code changes required — workflow inputs, step arguments, return values, hook payloads, and stream data are automatically...

DGX agentarticle
toolsvercel-blog

Vercel Workflow now automatically encrypts all user data end-to-end with no code changes required — workflow inputs, step arguments, return values, hook payloads, and stream data are automatically encrypted before being written to the event log. Users can decrypt data either via the web dashboard using the browser-native Web Crypto API (so plaintext never reaches the observability server) or via the CLI --decrypt flag, with decryption following the same permissions model as project environment variables, and every decryption request recorded in the Vercel audit log. Custom World implementations can also opt into this feature by providing their own getEncryptionKeyForRun() method, which the core runtime uses automatically.

Related

Source: tools

Loading related sources…