Skip to content

Commit 8fe66ad

Browse files
Add required date and description fields
1 parent cca438b commit 8fe66ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/changelog/ssl/2025-08-25-secrets-store-ai-gateway.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ title: Manage and deploy your AI provider keys through Bring Your Own Key (BYOK)
33
products:
44
- secrets-store
55
- ai-gateway
6+
description: Cloudflare Secrets Store is now integrated with AI Gateway, allowing you to store, manage, and deploy your AI provider keys in a secure and seamless configuration through [Bring Your Own Key](https://developers.cloudflare.com/ai-gateway/configuration/bring-your-own-keys/).
7+
date: 2025-08-25T11:00:00Z
68
---
79

810
import { Card, Render, Details } from "~/components"
911

1012
Cloudflare Secrets Store is now integrated with AI Gateway, allowing you to store, manage, and deploy your AI provider keys in a secure and seamless configuration through [Bring Your Own Key](https://developers.cloudflare.com/ai-gateway/configuration/bring-your-own-keys/). Instead of passing your AI provider keys directly in every request header, you can centrally manage each key with Secrets Store and deploy in your gateway configuration using only a reference, rather than passing the value in plain text.
1113

12-
You can now create a secret directly from your AI Gateway [in the dashboard:](http://dash.cloudflare.com/?to=/:account/ai-gateway) by navigating into your gateway -> **Provider Keys** -> **Add**.
14+
You can now create a secret directly from your AI Gateway [in the dashboard:](http://dash.cloudflare.com/?to=/:account/ai-gateway) by navigating into your gateway -> **Provider Keys** -> **Add**.
1315

1416
![Import repo or choose template](~/assets/images/ssl/add-secret-ai-gateway.png)
1517

0 commit comments

Comments
 (0)