The GitHub Copilot SDK is here 🙌 You can take the same Copilot agentic core that powers GitHub Copilot CLI and embed it in any application, with just a few lines of code. https://t.co/2XcdaqWdMT https://t.co/DCaF6vyYRQ
GitHub Copilot SDK Lets Developers Embed Agentic AI in Any Application
GitHub· Updated
GitHub released the Copilot SDK, letting developers embed the same agentic runtime behind Copilot CLI into any application. Available for Node.js, Python, Go, and .NET, it handles planning, tool invocation, and file edits without building orchestration from scratch.
The SDK supports all Copilot CLI models, MCP integration for connecting external tools, BYOK (Bring Your Own Key) for using your own API keys from OpenAI, Azure, or Anthropic without GitHub auth, and multiple authentication methods including GitHub OAuth and environment tokens. This gives developers a production-tested agent runtime without building orchestration infrastructure.
Install via npm install @github/copilot-sdk or the equivalent for your language. The SDK is in Technical Preview and requires either a GitHub Copilot subscription or BYOK configuration.
Every HeadsUpAI update is written based on its original source and reviewed before it's published. Read our editorial standards →



