# Copilot SDK

> **TL;DR.** Copilot SDK is GitHub's multi-language library for embedding the Copilot agent runtime — planning, tool invocation, file editing, and multi-turn sessions — into any application.

- **Category:** AI / Developer Tools / Agent Frameworks
- **Stage:** rising
- **Age:** 142 days
- **Origin date:** 2026-01-14
- **First detected:** 2026-06-04
- **Canonical URL:** https://earlyterms.com/term/copilot-sdk
- **Sources:** 7 primary URLs

## Definition

Copilot SDK is GitHub's multi-language library for embedding the Copilot agent runtime — planning, tool invocation, file editing, and multi-turn sessions — into any application. Not a thin LLM wrapper; it exposes the production-tested orchestration engine powering Copilot CLI, with MCP server support and OpenTelemetry tracing built in.

GitHub shipped the SDK in [technical preview on January 14, 2026](https://github.blog/changelog/2026-01-14-copilot-sdk-in-technical-preview/) for Node.js, Python, Go, and .NET, expanded to public preview on April 2, 2026 with BYOK support (OpenAI, Anthropic, Azure, AWS Bedrock), and reached [general availability on June 2, 2026](https://github.blog/changelog/2026-06-02-copilot-sdk-is-now-generally-available/) adding Rust and Java — 8.9k GitHub stars at GA.

## Example

A CI/CD platform integrates the Python SDK to run a Copilot agent on every pull request: the agent reads the diff, invokes custom grep and test tools, writes inline review comments, and streams the session log — all without GitHub Copilot's UI, using a BYOK Anthropic key billed to the platform operator.

## Analogy

Think of it as a car engine you can drop into any chassis — the orchestration, tools, and memory come pre-assembled.

## Why it's emerging now

GitHub shipped Copilot SDK to GA on June 2, 2026, coinciding with Microsoft Build. It gives any developer the same agent runtime powering Copilot CLI — planning, tool use, file edits, multi-turn sessions — as an embeddable library in six languages, with BYOK for non-Copilot teams and MCP integration included.

## Related terms

- *parent:* agent-harness
- *competitor:* openai-agents-sdk
- *competitor:* claude-agent-sdk
- *related:* managed-agents
- *parent:* agentic-frameworks
- *related:* model-context-protocol
- *related:* mcp-server
- *child:* custom-agents
- *related:* agent-loop
- *related:* coding-agents
- *related:* code-agent
- *related:* GitHub Copilot CLI

## Sources

1. [GitHub Changelog: Copilot SDK is now generally available (Jun 2, 2026)](https://github.blog/changelog/2026-06-02-copilot-sdk-is-now-generally-available/)
2. [GitHub Changelog: Copilot SDK in technical preview (Jan 14, 2026)](https://github.blog/changelog/2026-01-14-copilot-sdk-in-technical-preview/)
3. [GitHub Changelog: Copilot SDK in public preview (Apr 2, 2026)](https://github.blog/changelog/2026-04-02-copilot-sdk-in-public-preview/)
4. [github/copilot-sdk — official repository (8.9k stars)](https://github.com/github/copilot-sdk)
5. [GitHub Blog: Build an agent into any app with the GitHub Copilot SDK (Jan 22, 2026)](https://github.blog/news-insights/company-news/build-an-agent-into-any-app-with-the-github-copilot-sdk/)
6. [ByteIota: GitHub Copilot SDK Goes GA — analysis including billing context](https://byteiota.com/github-copilot-sdk-ga/)
7. [htek.dev: The GitHub Copilot SDK — Agents for Every App (developer analysis)](https://htek.dev/articles/github-copilot-sdk-agents-for-every-app)

---
_Generated by EarlyTerms · https://earlyterms.com/term/copilot-sdk_
