Back to news
devops Priority 4/5 6/5/2026, 11:05:27 AM

GitHub Releases Agent Tasks REST API in Public Preview for Copilot Pro, Pro+, and Max

GitHub Releases Agent Tasks REST API in Public Preview for Copilot Pro, Pro+, and Max

The newly introduced Agent Tasks REST API enables developers to automate and manage tasks executed by Copilot cloud agents. By providing a programmatic interface to trigger and track agent workloads, this release allows teams to integrate Copilot workflows directly into their custom automation pipelines, continuous integration systems, and internal tooling.

Related tools

Recommended tools for this topic

These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.

#github#copilot#devops#official

Comparison

AspectBefore / AlternativeAfter / This
Task TriggeringManual invocation through GitHub Copilot chat or integrated development environmentsProgrammatic execution via standard REST API endpoints
Status TrackingVisual tracking within active chat windows and user interfacesAutomated, asynchronous polling and state checking using API calls
Workflow IntegrationIsolated user-driven developer environmentsCI/CD pipelines and external scheduling systems

Action Checklist

  1. Verify subscription tier eligibility for Copilot Pro, Pro+, or Max Only these selected plan tiers have access to the public preview API
  2. Review the GitHub REST API documentation for agent tasks Familiarize yourself with the new endpoints and authentication requirements
  3. Configure API tokens with appropriate Copilot permissions Ensure your scripts can safely authenticate against the preview endpoints

Source: GitHub Changelog

This page summarizes the original source. Check the source for full details.

Related