Set up BYOK encryption - Writer AI Studio

Documentation Index

Fetch the complete documentation index at: /llms.txt

Use this file to discover all available pages before exploring further.

This guide walks you through enrolling your Writer organization in bring-your-own-key (BYOK) encryption. After completing these steps, your data is encrypted with a master key that you control in your own cloud KMS. Writer never sees or stores the key. For an overview of encryption architecture, scopes, and key actions, see Encryption Key Management.

BYOK encryption is available on Enterprise plans. You must be an organization admin to configure encryption settings.

Prerequisites

Before you begin, make sure you have:

Enroll in encryption

To enable encryption, navigate to the Encryption page under Admin settings in AI Studio. You can choose one of two options:

You can start with Writer-managed encryption and switch to BYOK at any time.

Enabling encryption applies only to new data created after enrollment. Pre-existing data is not retroactively encrypted.

Connect your KMS for BYOK

To set up BYOK, either during initial enrollment or switching from Writer-managed encryption:

  1. In AI Studio, navigate to the Encryption page under Admin settings.
  2. On the enrollment screen, select Bring your own encryption keys.
  1. Choose your cloud provider: AWS KMS, Azure Key Vault, or GCP Cloud KMS.
  2. Follow the provider-specific instructions in the setup modal to create or select a key in your KMS and grant Writer access.
  3. Paste your key identifier (ARN, key URL, or resource name) into the form. Writer validates the connection to your key.
  4. After validation succeeds, the setup confirms that your BYOK configuration is complete.

Control access from your KMS

With BYOK, you can control Writer’s access to all encrypted data directly from your cloud provider’s KMS console.

Disable your CMK

Disabling your CMK immediately prevents Writer from unwrapping any DEKs across your entire organization. Use this during an active incident investigation when you need to cut off all access at once.

Re-enabling the key restores Writer’s ability to decrypt data.

Delete your CMK

Deleting your CMK permanently prevents Writer from unwrapping any DEKs. All encrypted data across your organization becomes permanently inaccessible.

Deleting your CMK is irreversible. There is no way for Writer or your cloud provider to restore access to your data after the key is deleted.

Most cloud providers enforce a waiting period before permanent deletion (for example, AWS KMS requires a 7-30 day waiting period). Use this window to verify that you intend to destroy access permanently.

Next steps