Live
Black Hat USAAI BusinessBlack Hat AsiaAI BusinessWith an eye on China, Japan looks to kamikaze drones and low-cost missilesSCMP Tech (Asia AI)Passive Income with AI in 2026: 7 Autonomous Systems Making Money While You SleepDev.to AIRamu Gopal: The Engineer Bridging CAD Automation and AI SystemsMedium AIlantea AI用的什么AI模型Dev.to AI汽车智能驾驶行业的公司做校招可以怎么选校招服务商Dev.to AIWhy AI’s Next Leap Won’t Come From Bigger Models But From Better ArchitecturesMedium AIThis AI Agent Backend Took Me Days — You Can Use It in MinutesMedium AIA 95% Facial Match Falls Apart If the Face Itself Is FakeDev.to AII Mapped the OWASP Top 10 for AI Agents Against My Scanner — Here's What's MissingDev.to AIClaude Code Source Leak: What Anthropic’s Hidden Features Actually RevealMedium AIHow to Build Real-World AI Agents with Qwen3.6-PlusMedium AIWhy Marks Don’t Matter Anymore in an Era of Artificial IntelligenceMedium AIBlack Hat USAAI BusinessBlack Hat AsiaAI BusinessWith an eye on China, Japan looks to kamikaze drones and low-cost missilesSCMP Tech (Asia AI)Passive Income with AI in 2026: 7 Autonomous Systems Making Money While You SleepDev.to AIRamu Gopal: The Engineer Bridging CAD Automation and AI SystemsMedium AIlantea AI用的什么AI模型Dev.to AI汽车智能驾驶行业的公司做校招可以怎么选校招服务商Dev.to AIWhy AI’s Next Leap Won’t Come From Bigger Models But From Better ArchitecturesMedium AIThis AI Agent Backend Took Me Days — You Can Use It in MinutesMedium AIA 95% Facial Match Falls Apart If the Face Itself Is FakeDev.to AII Mapped the OWASP Top 10 for AI Agents Against My Scanner — Here's What's MissingDev.to AIClaude Code Source Leak: What Anthropic’s Hidden Features Actually RevealMedium AIHow to Build Real-World AI Agents with Qwen3.6-PlusMedium AIWhy Marks Don’t Matter Anymore in an Era of Artificial IntelligenceMedium AI
AI NEWS HUBbyEIGENVECTOREigenvector

Copilot SDK in public preview

GitHub Copilot Changelogby AllisonApril 2, 20261 min read0 views
Source Quiz

The GitHub Copilot SDK is now available in public preview. This gives you the building blocks to embed Copilot s agentic capabilities directly into your own applications, workflows, and platform services. The post Copilot SDK in public preview appeared first on The GitHub Blog .

The GitHub Copilot SDK is now available in public preview. This gives you the building blocks to embed Copilot’s agentic capabilities directly into your own applications, workflows, and platform services.

The Copilot SDK exposes the same production-tested agent runtime that powers GitHub Copilot cloud agent and Copilot CLI. Instead of building your own AI orchestration layer, you get tool invocation, streaming, file operations, and multi-turn sessions out of the box.

Now available in five languages

Build with the SDK in your language of choice:

  • 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

  • Java: Newly available to install via Maven.

Key capabilities

  • Custom tools and agents: Define domain-specific tools with handlers and let the agent decide when to invoke them. Build custom agents with tailored instructions for your use case.

  • Fine-grained system prompt customization: Customize sections of the Copilot system prompt using replace, append, prepend, or dynamic transform callbacks. There’s no need to rewrite the entire prompt.

  • Streaming and real-time responses: Stream responses token-by-token for responsive user experiences.

  • Blob attachments: Send images, screenshots, and binary data inline without writing to disk.

  • OpenTelemetry support: Built-in distributed tracing with W3C trace context propagation across all SDKs.

  • Permission framework: Gate sensitive operations with approval handlers, or mark read-only tools to skip permissions entirely.

  • Bring Your Own Key (BYOK): Use your own API keys for OpenAI, Azure AI Foundry, or Anthropic.

Get started

The Copilot SDK is available to all Copilot and non-Copilot subscribers, including Copilot Free for personal use and BYOK for enterprises. Each prompt counts toward your premium request quota for Copilot subscribers.

Check out the getting started guide to start building and join the discussion in the GitHub Community.

Was this article helpful?

Sign in to highlight and annotate this article

AI
Ask AI about this article
Powered by Eigenvector · full article context loaded
Ready

Conversation starters

Ask anything about this article…

Daily AI Digest

Get the top 5 AI stories delivered to your inbox every morning.

More about

availableapplicationplatform

Knowledge Map

Knowledge Map
TopicsEntitiesSource
Copilot SDK…availableapplicationplatformservicecopilotreviewGitHub Copi…

Connected Articles — Knowledge Graph

This article is connected to other articles through shared AI topics and tags.

Knowledge Graph100 articles · 191 connections
Scroll to zoom · drag to pan · click to open

Discussion

Sign in to join the discussion

No comments yet — be the first to share your thoughts!

More in Products