The GitHub Copilot SDK is now generally available. You can embed GitHub Copilot’s agentic engine into your own applications, services, and developer tools with a stable API and production-ready support.
The Copilot SDK gives you direct, programmatic access to the same agent runtime behind GitHub Copilot—planning, tool invocation, file edits, streaming, and multi-turn sessions, so you don’t have to build your own orchestration layer.
Since entering public preview, the SDK has been used to build everything from CI/CD assistants and internal developer tools to customer-facing AI features.
Available in six languages
- Node.js / TypeScript: npm install @github/copilot-sdk
- Python: pip install github-copilot-sdk
- Go: go get github.com/github/copilot-sdk/go
- .NET: dotnet add package GitHub.Copilot.SDK
- Rust: cargo add github-copilot-sdk — new at General Availability
- Java: Available via Maven and Gradle. — new at General Availability

No comments:
Post a Comment