Skip to content

Commit c7c30e4

Browse files
committed
updated date
1 parent 4684996 commit c7c30e4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/content/changelog/ssl/2025-07-31-secrets-store-ai-gateway.mdx renamed to src/content/changelog/ssl/2025-08-25-secrets-store-ai-gateway.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Secrets Store now available with AI Gateway: centralize storage, management, and security of your AI provider keys with Cloudflare Secrets Store
3-
date: 2025-07-31T11:00:00Z
3+
date: 2025-08-25T11:00:00Z
44
products:
55
- secrets-store
66
---
@@ -9,7 +9,11 @@ import { Card, Render, Details } from "~/components"
99

1010
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.
1111

12-
You can create your secret with the newly available **ai_gateway** scope via [wrangler or the API:
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**.
13+
14+
![Import repo or choose template](~/assets/images/ssl/add-secret-ai-gateway.png)
15+
16+
You can create your secret with the newly available **ai_gateway** scope via [wrangler](https://developers.cloudflare.com/workers/wrangler/commands/), the [Secrets Store dashboard](http://dash.cloudflare.com/?to=/:account/secrets-store), or the [API](https://developers.cloudflare.com/api/resources/secrets_store/):
1317

1418
```
1519
curl "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/secrets_store/stores/$STORE_ID/secrets" \
@@ -34,8 +38,4 @@ curl "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/secrets_store/st
3438
"comment": ""
3539
}
3640
]'
37-
```
38-
39-
Then, create the secret reference in the [Secrets Store dashboard](http://dash.cloudflare.com/?to=/:account/secrets-store) or in your AI Gateway:
40-
41-
![Import repo or choose template](~/assets/images/ssl/add-secret-ai-gateway.png)
41+
```

0 commit comments

Comments
 (0)