Environment Variables
The Cyera Privacy Agent uses environment variables to configure its runtime behavior and connections. You'll need to set variables for your Cyera domain, Agent API Key, credentials manager provider, and optionally cloud storage for handling sensitive data. This page documents all required and optional environment variables, including cloud provider credentials for local development.
Webhooks Overview
Webhook integrations allow Cyera to dispatch privacy request processing to your systems. When a privacy request reaches the appropriate lifecycle stage, Cyera sends an HTTP request to your webhook endpoint with the details needed to perform the work (e.g., retrieve or delete data). Once your system completes the work, it confirms completion via the provided callback URL.