Skip to content

[AI Gateway] Add setting to require provider credentials - #33229

Merged
superhighfives merged 6 commits into
productionfrom
docs/AIG-1532-ai-gateway-byok-only
Sep 15, 2026
Merged

superhighfives merged 6 commits into
productionfrom
docs/AIG-1532-ai-gateway-byok-only

Conversation

@superhighfives

@superhighfives superhighfives commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Add a gateway-level setting that requires third-party requests to use customer-provided credentials instead of falling back to Unified Billing.

@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Review

✅ No issues found in commit 22d4684.

Code Review

This code review is in beta and may not always be helpful — use your judgment.

No code review issues found.

Conventions

No convention issues found.

Style Guide Review

No style-guide issues found.

Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.
/ignore-review-limit Permanently lifts the 2-review automatic limit for this PR. Future pushes will trigger reviews as normal.
/disable-auto-review Stops automatic reviews from triggering on future pushes to this PR. Codeowners can still run /review or /full-review manually.
/rebase Rebases the PR branch against production. On conflict, attempts to resolve automatically using AI. Stops with an explanation if confidence is not high enough.

@github-actions github-actions Bot added product:ai-gateway AI Gateway: https://developers.cloudflare.com/ai-gateway/ size/s labels Sep 4, 2026
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/changelog/ai-gateway/ @abhishekkankani, @adriandlam, @aninibread, @ethulia, @kathayl, @kflansburg, @mattrothenberg, @mchenco, @palashgo, @roerohan, @shridhar-cf, @superhighfives, @thebongy, @zeke, @cloudflare/pm-changelogs, @cloudflare/product-owners
/src/content/docs/ai-gateway/ @abhishekkankani, @adriandlam, @aninibread, @ethulia, @kathayl, @kflansburg, @mattrothenberg, @mchenco, @palashgo, @roerohan, @shridhar-cf, @superhighfives, @thebongy, @zeke, @cloudflare/product-owners
/src/content/glossary/ai-gateway.yaml @abhishekkankani, @adriandlam, @aninibread, @ethulia, @kathayl, @kflansburg, @mattrothenberg, @mchenco, @palashgo, @roerohan, @shridhar-cf, @superhighfives, @thebongy, @zeke, @cloudflare/product-owners

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 4, 2026

Copy link
Copy Markdown

🚀 Deploying Preview to Cloudflare 🚀

Preview URL: https://docs-aig-1532-ai-gateway-byok-only.previews.developers.cloudflare.com (commit 22d4684)

This URL reflects your latest Preview deployment

Preview Deployments by commit

Status Deployment URL Commit Updated (UTC) See this deployment's details
  • Build: Success ✅
  • Deployment: Success ✅

View logs ↗
https://c896a2d0.previews.developers.cloudflare.com 22d4684 2026-09-15T21:01:00.846Z Visit the dashboard ↗
  • Build: Success ✅
  • Deployment: Success ✅

View logs ↗
https://998eebd8.previews.developers.cloudflare.com c1d0b80 2026-09-15T19:30:22.419Z Visit the dashboard ↗
  • Build: Success ✅
  • Deployment: Success ✅

View logs ↗
https://ac79d1c4.previews.developers.cloudflare.com 66deb5b 2026-09-14T23:33:48.660Z Visit the dashboard ↗
  • Build: Success ✅
  • Deployment: Success ✅

View logs ↗
https://dc5bfbc8.previews.developers.cloudflare.com 067e243 2026-09-14T21:27:23.090Z Visit the dashboard ↗
  • Build: Success ✅
  • Deployment: Success ✅

View logs ↗
https://a1686ede.previews.developers.cloudflare.com 4a0ada5 2026-09-14T17:26:35.729Z Visit the dashboard ↗
  • Build: Success ✅
  • Deployment: Success ✅

View logs ↗
https://26b159e9.previews.developers.cloudflare.com 02ffdee 2026-09-08T13:44:27.444Z Visit the dashboard ↗
  • Build: Success ✅
  • Deployment: Success ✅

View logs ↗
https://85c60403.previews.developers.cloudflare.com a2d9717 2026-09-04T20:13:27.038Z Visit the dashboard ↗
  • Build: Success ✅
  • Deployment: Success ✅

View logs ↗
https://8c1c9e84.previews.developers.cloudflare.com 2651281 2026-09-04T16:37:45.949Z Visit the dashboard ↗

@superhighfives
superhighfives force-pushed the docs/AIG-1532-ai-gateway-byok-only branch from a2d9717 to 02ffdee Compare September 8, 2026 13:19
@superhighfives
superhighfives force-pushed the docs/AIG-1532-ai-gateway-byok-only branch from 02ffdee to 4a0ada5 Compare September 14, 2026 17:19
@superhighfives
superhighfives requested a review from a team as a code owner September 14, 2026 21:20
@superhighfives superhighfives changed the title [AIG-1532] Add a gateway-level setting to force BYOK [AI Gateway] Add setting to require provider credentials Sep 14, 2026
@superhighfives

Copy link
Copy Markdown
Contributor Author

Addressed all findings from the docs bot review in 66deb5b and the PR metadata:

  • CR-e8080a3ee438: Corrected the categorical Workers AI billing claim.
  • CR-f8e1e03c9741: Corrected the same billing contradiction.
  • CR-812563c4074b: Clarified that the setting does not change the configured Workers AI billing mode.
  • CR-6a4c326489e8: Corrected the same billing contradiction.
  • CR-74ad9dac5f88: Kept the full procedure on the Unified Billing page and replaced the duplicate with a canonical link.
  • CV-a8dcb6a08ee7: Updated the title to use the [AI Gateway] product prefix.

Also corrected the same billing claim in the changelog.

@superhighfives
superhighfives merged commit 37bb2ae into production Sep 15, 2026
16 checks passed
@superhighfives
superhighfives deleted the docs/AIG-1532-ai-gateway-byok-only branch September 15, 2026 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:ai-gateway AI Gateway: https://developers.cloudflare.com/ai-gateway/ size/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.