AI Gateway returns 403 access_denied on /v1/credits for my team

Hey team,

I’m running into the same 403 access_denied a bunch of other people have reported over the past few months. Every authenticated call to the AI Gateway fails.

Here’s what I’ve already ruled out. I generated fresh keys from both the CLI and the dashboard, confirmed they were scoped to the right team, and tested them in a clean shell so there’s no stray whitespace. The unauthenticated /v1/models endpoint returns fine, but /v1/credits comes back 403 every single time with the same body.

curl -i https://ai-gateway.vercel.sh/v1/credits -H "Authorization: Bearer $AI_GATEWAY_API_KEY"

HTTP/2 403
{"error":{"message":"Forbidden.","type":"access_denied"}}

My account has a positive credit balance, and nothing shows up in the dashboard logs, so this looks like an account or team level flag on your side rather than anything in my request.

Team ID is team_ymTfk9ACYngACU1l67fh34Qy. Could someone check for a restriction on the team and lift it? Happy to share whatever else you need.

Thanks

/v1/models working only means the gateway isreachable. since /v1/credits is also 403, vercel probably need time and x-vercel-id to dig deeper