Hi Vercel team,
I’m getting a 403 Forbidden error when using a Vercel AI Gateway API Key.
{
"error": {
"message": "Forbidden.",
"type": "access_denied"
}
}
Team ID:
team_Q3xr89YFWHvqTRO0X0bmHkoU
What I’ve already tried
Re-Added a valid credit card to the Vercel account
Re-created a new AI Gateway API Key
Confirmed I am using the newly created key
Retried the request, but the same 403 access_denied error still occurs
Expected behavior
The API key should authenticate successfully and allow requests through AI Gateway, or return a more specific error if there is a configuration or billing issue.