Copilot Spaces API is now generally available

The GitHub Copilot Spaces API is now generally available. You can programmatically create, read, update, and delete Spaces directly from your own applications, reducing manual overhead for teams managing context at scale.

This is especially useful for enterprises that need to manage multiple Spaces without relying on manual workflows in the GitHub UI.

What you can do with the Spaces API:

  • Create new Spaces programmatically
  • Retrieve details about existing Spaces
  • Update configurations of Spaces
  • Delete Spaces when they’re no longer needed
  • Manage the collaborators and resources of existing Spaces

To get started, see the Spaces API documentation.