# Team-wide provider allowlist on AI Gateway

DevFeed: [Team-wide provider allowlist on AI Gateway](<https://devfeed.tech/articles/team-wide-provider-allowlist-on-ai-gateway-1106.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/team-wide-provider-allowlist-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-05-28T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [api](<https://devfeed.tech/tags/api.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [routing](<https://devfeed.tech/tags/routing.md>), [security](<https://devfeed.tech/tags/security.md>)

## AI overview

AI Gateway adds a team-wide provider allowlist that enforces approved AI-provider routing for all requests, including BYOK traffic. Team owners manage the list, unapproved providers are blocked, and routing can fall back to another allowed provider for the same model.

## Source excerpt

AI Gateway now supports a team-wide provider allowlist. Teams can restrict which providers can serve requests, so traffic only routes to approved providers. The allowlist applies to every request through AI Gateway, including Bring Your Own Key (BYOK) traffic. Regulated teams typically vet AI providers across multiple dimensions with security and legal sign-off, ending up with a vendor set that reflects the specific requirements of their org. The allowlist turns that approved-vendor list into a routing guarantee: Enforcement happens at the gateway level, not at the request level. A developer on the team cannot route traffic to a provider the org hasn't approved. This restriction also applies to coding agents. Even if an agent omits or modifies request-level provider filters, AI Gateway still blocks unapproved providers. Only team owners can modify the provider allowlist, keeping control centralized and auditable. New providers are disabled by default once the allowlist is on, so the approved set doesn't silently expand when AI Gateway integrates a new vendor. How to configure Toggle on Provider Allowlist in the AI Gateway Settings tab. All current providers are allowed by default, so existing traffic is unaffected. Disable any providers your team shouldn't use. The allowlist filters by provider, not by model. AI Gateway falls back to other allowed providers for the same model if the initial provider fails. The allowlist also functions as an and with other restrictions applied to the team, like Zero Data Retention (ZDR) or request-level filtering. For example, if a team has disabled DeepSeek in their allowlist and a request pins routing to only the DeepSeek provider: Since DeepSeek is not in the allowlist, AI Gateway rejects the request. Provider Allowlist works across every API format supported by AI Gateway, including AI SDK, OpenAI Chat Completions API, and Anthropic Messages API. Read the provider allowlist documentation for more information. For other account-le