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 Releases Copilot SDK for Java, Enabling Programmatic Access to Copilot from JVM Applications

GitHub has released a Copilot SDK for Java, giving enterprise developers a way to integrate GitHub Copilot directly into JVM-based applications using annotations and virtual threads. The SDK targets Java shops that want programmatic control over Copilot rather than relying solely on IDE integrations.

product update

GitHub Ships Copilot SDK for Java, Adding Annotation-Based Agent Control

GitHub has released a Copilot SDK for Java, allowing enterprise developers to programmatically drive GitHub Copilot using idiomatic Java constructs like annotations and virtual threads. The release extends Copilot's SDK ecosystem beyond its existing language support.

product update

GitHub Models Retired, Cutting Off Free LLM API Access for GitHub Actions

GitHub Models, the unified LLM API and playground that let GitHub Actions workflows make free AI calls using existing GitHub credentials, has been fully retired. GitHub has not disclosed a reason, though rising inference costs from coding-agent usage are the likely driver.

product update

Anthropic Makes Claude Code's Auto Mode Default for Pro, Max, and Team Users on August 14

Anthropic will make Claude Code's auto mode the default for Pro, Max, and Team accounts starting August 14, reducing step-by-step approval prompts. The company cites a study of 1,053 testers showing auto mode caught 89% of harmful actions versus 13.6% for manual review.

Comments

Loading...