Skip to content

Commit 070db3a

Browse files
authored
remove stray experimental tag (#3499)
1 parent 0fb64bd commit 070db3a

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

src/content/cre/llms-full-ts.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13553,11 +13553,6 @@ For a list of which versions support which networks, see [Supported Networks](/c
1355313553
Source: https://docs.chain.link/cre/reference/sdk/confidential-http-client-ts
1355413554
Last Updated: 2026-02-10
1355513555

13556-
<Aside type="caution" title="Experimental — Simulation only">
13557-
Confidential HTTP is an **experimental** capability available for `cre workflow simulate` only. It cannot be used with
13558-
`cre workflow deploy` at this time.
13559-
</Aside>
13560-
1356113556
The [Confidential HTTP](/cre/capabilities/confidential-http-ts) Client lets you make privacy-preserving requests to external APIs from your workflow. Unlike the regular [`HTTPClient`](/cre/reference/sdk/http-client), the request executes inside a secure enclave, secrets are injected via templates, and responses can be optionally encrypted.
1356213557

1356313558
- For use cases and a conceptual overview, see [The Confidential HTTP Capability](/cre/capabilities/confidential-http-ts)

src/content/cre/reference/sdk/confidential-http-client-ts.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ metadata:
1212

1313
import { Aside } from "@components"
1414

15-
<Aside type="caution" title="Experimental — Simulation only">
16-
Confidential HTTP is an **experimental** capability available for `cre workflow simulate` only. It cannot be used with
17-
`cre workflow deploy` at this time.
18-
</Aside>
19-
2015
The [Confidential HTTP](/cre/capabilities/confidential-http-ts) Client lets you make privacy-preserving requests to external APIs from your workflow. Unlike the regular [`HTTPClient`](/cre/reference/sdk/http-client), the request executes inside a secure enclave, secrets are injected via templates, and responses can be optionally encrypted.
2116

2217
- For use cases and a conceptual overview, see [The Confidential HTTP Capability](/cre/capabilities/confidential-http-ts)

0 commit comments

Comments
 (0)