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 Says Shorter AI Outputs Don't Always Mean Lower Cost, Details Copilot Efficiency Approach

GitHub published details on how it approaches cost efficiency in Copilot, arguing that optimizing for shorter individual outputs can backfire by increasing retries and wasted work elsewhere in a coding task. The company frames efficiency as a full-task metric rather than a per-response one.

product update

OpenAI Lists GPT-6 Astra Pro on OpenRouter: Same Model, Higher-Compute Reasoning Mode

GPT-6 Astra Pro, now listed on OpenRouter, is the existing GPT-6 Astra model configured to run with reasoning.mode set to 'pro' for higher-quality output on complex tasks. It carries a 1M-token context window and tiered pricing from $5/$25 to $20/$100 per million input/output tokens depending on the serving tier.

product update

GitHub Launches Project HydraFusion, a Multi-Model Orchestration System for Copilot

GitHub has released Project HydraFusion as a research preview in GitHub Copilot, an orchestration system that routes coding tasks across multiple models. GitHub claims selective workflows matched or exceeded an evaluated Opus 5 baseline in offline testing while cutting estimated workflow cost.

product update

GitHub Launches Project HydraFusion, a Multi-Model Orchestration System for Copilot Coding Workflows

GitHub has released Project HydraFusion as a research preview in GitHub Copilot, an orchestration system that routes coding tasks across multiple models. GitHub claims its selective workflows matched or exceeded an Opus 5 baseline in offline evaluations while cutting estimated workflow cost.

Comments

Loading...