Confidential API Interactions
The CRE SDK provides a Confidential HTTP client that allows your workflows to interact with external APIs while keeping sensitive data private. Requests execute inside a secure enclave, secrets are injected via templates, and responses can optionally be encrypted.
For why you might need Confidential HTTP—what stays off Workflow DON nodes, and when to use it vs. regular HTTP—see The Confidential HTTP capability.
Guides
- Making Confidential Requests: Learn how to make a confidential HTTP request with secret injection and optional response encryption.