文章
Authentication
GitHub Copilot SDK 支持多种身份验证方法以适应不同的用例。 选择最适合部署方案的方法。
Manage Copilot for a team
Budgets for usage-based billing
Under usage-based billing, budget controls at the user, organization, cost center, and enterprise levels determine how Copilot usage is served, metered, or blocked.
Integrate Copilot with your tools
Build your first Copilot-powered app
In this tutorial, you'll use the Copilot SDK to build a command-line assistant. You'll start with the basics, add streaming responses, then add custom tools - giving Copilot the ability to call your code.
BYOK (自带密钥)
BYOK 允许你通过模型提供程序将 Copilot SDK 与自己的 API 密钥一起使用,从而绕过GitHub Copilot身份验证。 这对于企业部署、自定义模型托管或需要与模型提供商直接计费时非常有用。
Copilot SDK 的 OpenTelemetry 检测
本指南演示如何将 OpenTelemetry 跟踪添加到 Copilot SDK 应用程序。