From f07a33225e240a203b9b4372bfb18d579e25e6ef Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Thu, 16 Apr 2026 19:09:11 +0500 Subject: [PATCH] docs: clarify copilot plans in provider config (#24433) --- docs/ai-coder/ai-gateway/setup.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/ai-coder/ai-gateway/setup.md b/docs/ai-coder/ai-gateway/setup.md index a714332b8e..be830a74c2 100644 --- a/docs/ai-coder/ai-gateway/setup.md +++ b/docs/ai-coder/ai-gateway/setup.md @@ -94,8 +94,10 @@ proxy between AI Gateway and AWS Bedrock. ### GitHub Copilot -Configure a `copilot` provider using the -[indexed provider format](#multiple-instances-of-the-same-provider). +GitHub Copilot offers three plans — Individual, Business, and Enterprise — +each with its own API endpoint. Configure one or more `copilot` providers +using the [indexed provider format](#multiple-instances-of-the-same-provider) +depending on which plans your organization uses. Copilot providers use OAuth app installations for authentication rather than static API keys.