You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/ai-gateway/get-started.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ When you enable authentication on gateway each request is required to include a
28
28
29
29
Authenticate with your upstream provider using one of the following options:
30
30
31
-
-**BYOK (Store Keys):** Store your credentials in Cloudflare and AI Gateway will include them at runtime. See[BYOK](/ai-gateway/configuration/bring-your-own-keys/).
32
-
-**Request headers:** Include your provider key in the request headers as you normally would (e.g., `Authorization: Bearer <PROVIDER_API_KEY>`).
31
+
-**BYOK (Store Keys):** Store your credentials in Cloudflare, and AI Gateway will include them at runtime. Refer to[BYOK](/ai-gateway/configuration/bring-your-own-keys/).
32
+
-**Request headers:** Include your provider key in the request headers as you normally would (for example, `Authorization: Bearer <PROVIDER_API_KEY>`).
0 commit comments