product updateGitHub

GitHub Copilot Adds REST API for Programmatic Cloud Agent Task Execution

TL;DR

GitHub has released a REST API for its Copilot cloud agent in public preview. The new Agent Tasks API allows Copilot Business and Enterprise users to programmatically start cloud agent tasks, expanding automation capabilities beyond manual interaction.

1 min read
0

GitHub Copilot Adds REST API for Programmatic Cloud Agent Task Execution

GitHub has launched the Agent Tasks REST API in public preview, enabling Copilot Business and Enterprise users to programmatically start Copilot cloud agent tasks.

The new API allows developers to trigger Copilot cloud agent operations through REST endpoints rather than requiring manual interaction through the interface. This marks GitHub's expansion of Copilot's automation capabilities, moving beyond IDE-based code completion into programmable agent orchestration.

Availability and Access

The API is available exclusively to Copilot Business and Enterprise tier customers. Pricing remains unchanged from existing Copilot subscription tiers—$19 per user per month for Business and $39 per user per month for Enterprise.

The public preview designation indicates the API may undergo changes before general availability. GitHub has not disclosed a timeline for the API's full release.

Technical Implementation

According to GitHub, the Agent Tasks REST API integrates with Copilot's cloud agent infrastructure, which operates separately from the local IDE extensions. The API enables automated workflows that can invoke Copilot's capabilities without developer intervention at the interface level.

Specific endpoint documentation, rate limits, authentication requirements, and supported task types have not been detailed in the announcement. GitHub typically provides full API documentation through its developer portal for preview features.

What This Means

This release represents GitHub's push toward making Copilot a programmable infrastructure component rather than just an assistive tool. Organizations can now build automated workflows that incorporate AI-generated code or analysis without requiring developers to manually trigger Copilot actions. The move positions Copilot more directly against emerging AI-native development platforms that emphasize agent-based automation.

The restriction to Business and Enterprise tiers suggests GitHub views programmatic agent access as an enterprise capability, likely to prevent API abuse and maintain quality of service for its cloud infrastructure.

Related Articles

product update

GitHub engineer builds roguelike dungeon generator from codebases using Copilot CLI

A GitHub engineer has developed an extension using GitHub Copilot CLI that procedurally generates roguelike dungeons from existing codebases. The project demonstrates practical applications of GitHub's AI-powered command-line tool for creative development tasks.

product update

Google launches Gemini Intelligence for Android, enabling multi-app task automation

Google announced Gemini Intelligence at I/O 2026, a system-level AI layer that automates multi-step tasks across Android apps. Rolling out first to Samsung Galaxy and Pixel phones this summer, it enables the OS to understand screen context and execute complex workflows without manual app-switching.

product update

Anthropic launches Claude for Small Business with connectors for QuickBooks, PayPal, and Microsoft 365

Anthropic has released Claude for Small Business, a package of connectors and workflows that integrates Claude into tools including QuickBooks, PayPal, HubSpot, Canva, DocuSign, Google Workspace, and Microsoft 365. The solution runs through the Claude desktop app on Mac and includes automated workflows for payroll, month-end closing, sales campaigns, and invoice management.

product update

OpenAI builds custom Windows sandbox for Codex coding agent after existing tools proved insufficient

OpenAI has implemented a custom sandbox for its Codex coding agent on Windows after determining that existing Windows isolation tools—AppContainer, Windows Sandbox, and Mandatory Integrity Control—could not adequately balance safety and functionality. The solution uses synthetic SIDs and write-restricted tokens to constrain file writes and network access without requiring administrator privileges.

Comments

Loading...