From def454e748bcc6b4be031abc184285c4dd708931 Mon Sep 17 00:00:00 2001 From: Emmanuel Jacquier Date: Thu, 23 Jul 2026 13:02:09 -0400 Subject: [PATCH 1/3] Remove CRE Early access - preview language --- src/content/cre/account/deploy-access.mdx | 4 +- src/content/cre/account/index.mdx | 4 +- src/content/cre/account/managing-auth.mdx | 2 +- .../getting-started/before-you-build-go.mdx | 2 +- .../getting-started/before-you-build-ts.mdx | 2 +- .../deploying-to-onchain-registry-go.mdx | 11 ++--- .../deploying-to-onchain-registry-ts.mdx | 11 ++--- .../guides/operations/deploying-workflows.mdx | 4 +- src/content/cre/index.mdx | 11 ++--- src/content/cre/llms-full-go.txt | 48 ++++++++----------- src/content/cre/llms-full-ts.txt | 48 ++++++++----------- src/content/cre/reference/cli/account.mdx | 2 +- .../cre/reference/cli/authentication.mdx | 4 +- src/content/cre/reference/cli/index.mdx | 2 +- src/content/cre/reference/cli/workflow.mdx | 2 +- .../cre/reference/gelato-migration-go.mdx | 2 +- .../cre/reference/gelato-migration-ts.mdx | 2 +- 17 files changed, 63 insertions(+), 98 deletions(-) diff --git a/src/content/cre/account/deploy-access.mdx b/src/content/cre/account/deploy-access.mdx index f241a4e176d..cc94791f7c3 100644 --- a/src/content/cre/account/deploy-access.mdx +++ b/src/content/cre/account/deploy-access.mdx @@ -3,14 +3,14 @@ section: cre date: Last Modified title: "Requesting Deploy Access" metadata: - description: "Learn how to check your deployment access status and request Early Access to deploy CRE workflows using the CLI or web UI." + description: "Learn how to check your deployment access status and request access to deploy CRE workflows using the CLI or web UI." datePublished: "2026-02-26" lastModified: "2026-02-26" --- import { Aside } from "@components" -Deploying workflows to a Chainlink DON requires Early Access approval. You can request access in two ways: +Deploying workflows to a Chainlink DON requires approval. You can request access in two ways: - **From the CLI** — Run `cre account access` to check your status or submit a request directly from your terminal - **From the web** — Visit app.chain.link/cre/request-access to fill out the request form diff --git a/src/content/cre/account/index.mdx b/src/content/cre/account/index.mdx index 5fd56eaf347..02e9d4b5922 100644 --- a/src/content/cre/account/index.mdx +++ b/src/content/cre/account/index.mdx @@ -13,7 +13,7 @@ import { Aside } from "@components" Your CRE account is required to use the CRE CLI. You must be authenticated to run CLI commands, including simulating workflows, deploying workflows, and managing deployed workflows. You can authenticate using the browser-based `cre login` flow or an [API key](/cre/reference/cli/authentication#api-key-authentication) for CI/CD and headless environments(\*). This section covers everything you need to know about creating and managing your account. -(\*) API key authentication requires your account to have Early Access approval. +(\*) API key authentication requires your account to have deploy access approval. ## What you'll need @@ -28,7 +28,7 @@ To use CRE, you need: - **[Creating Your Account](/cre/account/creating-account)** - Step-by-step guide to creating a new CRE account through the CRE UI - **[Logging in with the CLI](/cre/account/cli-login)** - Authenticate your CLI with your CRE account to run commands - **[Managing Authentication](/cre/account/managing-auth)** - Check your login status, handle session expiration, and log out -- **[Requesting Deploy Access](/cre/account/deploy-access)** - Check your deployment access status or submit a request for Early Access +- **[Requesting Deploy Access](/cre/account/deploy-access)** - Check your deployment access status or submit a request for deploy access ## Security features diff --git a/src/content/cre/account/managing-auth.mdx b/src/content/cre/account/managing-auth.mdx index e97fa41f550..ee74d6a1454 100644 --- a/src/content/cre/account/managing-auth.mdx +++ b/src/content/cre/account/managing-auth.mdx @@ -24,7 +24,7 @@ Browser login stores **`~/.cre/cre.yaml`** (credentials) and **`~/.cre/context.y {/* prettier-ignore */} For CI/CD pipelines or headless environments where a browser is not available, you can authenticate using the `CRE_API_KEY` environment variable. When set, the CLI uses the API key automatically — no `cre login` required. diff --git a/src/content/cre/getting-started/before-you-build-go.mdx b/src/content/cre/getting-started/before-you-build-go.mdx index 2114f1009f7..8bb76d3aa5f 100644 --- a/src/content/cre/getting-started/before-you-build-go.mdx +++ b/src/content/cre/getting-started/before-you-build-go.mdx @@ -53,7 +53,7 @@ Here are resources to help you go from simulation to production. {/* prettier-ignore */} 1. **[Link a Wallet Key](/cre/organization/linking-keys)** — Required for the default onchain Workflow Registry. Not needed when using `deployment-registry: "private"`. diff --git a/src/content/cre/getting-started/before-you-build-ts.mdx b/src/content/cre/getting-started/before-you-build-ts.mdx index 8e8f5bc0268..c2f5a6a6f02 100644 --- a/src/content/cre/getting-started/before-you-build-ts.mdx +++ b/src/content/cre/getting-started/before-you-build-ts.mdx @@ -128,7 +128,7 @@ Here are resources to help you go from simulation to production. {/* prettier-ignore */} 1. **[Link a Wallet Key](/cre/organization/linking-keys)** — Required for the default onchain Workflow Registry. Not needed when using `deployment-registry: "private"`. diff --git a/src/content/cre/guides/operations/deploying-to-onchain-registry-go.mdx b/src/content/cre/guides/operations/deploying-to-onchain-registry-go.mdx index c6c37701d1f..57a254cf71e 100644 --- a/src/content/cre/guides/operations/deploying-to-onchain-registry-go.mdx +++ b/src/content/cre/guides/operations/deploying-to-onchain-registry-go.mdx @@ -18,8 +18,8 @@ import { Aside } from "@components" {/* prettier-ignore */} - {/* prettier-ignore */} -