From 233812f7d5383fe512eddc466a610d2a8a723291 Mon Sep 17 00:00:00 2001 From: devin distefano Date: Wed, 22 Jul 2026 15:54:21 -0500 Subject: [PATCH 1/2] warn about account key permanent bond --- src/content/cre/llms-full-go.txt | 21 +++++++++++++------ src/content/cre/llms-full-ts.txt | 21 +++++++++++++------ src/content/cre/organization/linking-keys.mdx | 21 +++++++++++++------ 3 files changed, 45 insertions(+), 18 deletions(-) diff --git a/src/content/cre/llms-full-go.txt b/src/content/cre/llms-full-go.txt index 32ee8215927..bc7e65cce32 100644 --- a/src/content/cre/llms-full-go.txt +++ b/src/content/cre/llms-full-go.txt @@ -7457,14 +7457,14 @@ Key linking is the process of connecting a blockchain wallet address to your CRE **Important constraints:** -- **One organization per address**: Each wallet address can only be linked to one CRE organization at a time. If you need to use the same address with a different organization, you must first [unlink it](#unlinking-a-key) from the current organization. +- **Permanent organization bond**: Once a wallet address is linked to an organization, it is permanently bonded to that organization. The address can be unlinked to remove all associated workflows, but it can never be linked to a different organization. Choose your wallet carefully before linking. - **Per-organization key limit**: The number of web3 keys your organization can link is subject to your plan quota. See [Service Quotas](/cre/service-quotas#registry-quotas) for the current limit. To request an increase, [contact us](/cre/support-feedback). However, an organization can have multiple wallet addresses linked to it, allowing team members to use their own addresses or enabling separation between development, staging, and production environments. -