From 8b5ab09767c3627d2ab0193d0193dc04aac2b38b Mon Sep 17 00:00:00 2001 From: Petra Donka Date: Tue, 26 May 2026 10:11:58 +0200 Subject: [PATCH] docs: add BYOK billing redirect Co-Authored-By: Oz --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vercel.json b/vercel.json index 276877f2..ccf2360d 100644 --- a/vercel.json +++ b/vercel.json @@ -3008,6 +3008,11 @@ "destination": "/support-and-community/plans-and-billing/credits/", "statusCode": 308 }, + { + "source": "/support-and-community/plans-and-billing/bring-your-own-api-key/:path*", + "destination": "/agent-platform/inference/bring-your-own-api-key/", + "statusCode": 308 + }, { "source": "/support-and-community/support-and-billing/plans-and-pricing/bring-your-own-api-key", "destination": "/agent-platform/inference/bring-your-own-api-key/",